You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that uses PerfectHttpServer and PerfectMySQL (added using SwiftPackageManager).
Everything works fine when I run the app in Xcode, however when I generate an archive and export the build products, I get the following error when trying to run the executable:
dyld: Library not loaded: @rpath/PerfectMySQL.framework/Versions/A/PerfectMySQL
Referenced from: /Users/chris/Documents/archive/Products/usr/local/bin/BaseballLive
Reason: image not found
What do I need to do in order to run the executable?
The text was updated successfully, but these errors were encountered:
I have a project that uses PerfectHttpServer and PerfectMySQL (added using SwiftPackageManager).
Everything works fine when I run the app in Xcode, however when I generate an archive and export the build products, I get the following error when trying to run the executable:
What do I need to do in order to run the executable?
The text was updated successfully, but these errors were encountered: