-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library not loaded on iPhone device #100
Comments
Which version of library are you using? @charsdavy |
I have a similar issue for macOS: dyld[66572]: Library not loaded: @rpath/AMSMB2.framework/Versions/A/AMSMB2 I added the library using "Add package dependencies" since the project is not having a Package.swift. It is a command line project just to see how the library is working. |
I am also experiencing the same issue. It does not work on a device, but it works in the simulator. I am using the latest Swift Package version 3.3.1. private/var/containers/Bundle/Application/81A93795-D9FA-4A72-BE5D-46A56BF6CA2B/SMBTestApp.app/Frameworks/AMSMB2.framework/AMSMB2' (no such file) |
Library version 3.3.1 |
Running into a similar issue. @lukepistrol is right and using "Embed & Sign" fixes the problem. However, for projects supporting Mac Catalyst, the app does not compile for Mac unless we switch it back to "Do not embed". Filtering for platform does not seem to work. I'll appreciate any solutions 🙏 cc/ @amosavian |
can not work on iPhone, Mac mini.
The text was updated successfully, but these errors were encountered: