Skip to content

Unity 2022.3.62f2 macOS / iOS Problem - DLLNotFoundException/Undefined symbols #53

@netpyoung

Description

@netpyoung

I'm using 1.3.5 with Unity 2022.3.62f2 and still getting Undefined symbols error on XCode, and DLLNotFoundException on macOS editor.

Additionally, I'm also getting duplicate classes during gradle build on Android, which comes from sqlite:2.2.0 and androidx.sqlite:sqlite:2.1.0. Removing sqlite-2.2.0.aar resolves this issue. However it might just be an issue with my project.

Originally posted by @cgs-t-sharif in #52

There is some unity changes in meta data to handle plugins between Unity 2022.3.62f2 and Unity6.
I decide to do not support rollback meta to support Unity 2022.3.62f2 to reduce maintain cost.
so, To fix this, It need additional works.

  • use unitypackage instead of to use upm.
  • then, please change manually like below.
Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions