Skip to content

iOS: Unable to load DLL 'libpdcsharp' #20

@kevvy-log-ins

Description

@kevvy-log-ins

I'm working with Unity 5.5.1f1 on macOS 10.12.3. I can compile 01_LibPd_Basic as a Mac Standalone, and it works as expected (after I make changes suggested in previous bug reports).

When switching the platform to iOS, however, while the project compiles, it generates no sound, and Xcode issues the following errors to its console:

  • DllNotFoundException: Unable to load DLL 'libpdcsharp': The specified module could not be found.
  • at LibPDBinding.LibPD.send_float (System.String recv, Single x) [0x00000] in :0
  • at GUIToggleScript.OnGUI () [0x00000] in :0
  • (Filename: currently not available on il2cpp Line: -1)

Coincidentally, no version of the libpdcsharp file exists within the Xcode project, as far as I can tell.

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