dyld: library not loaded: @ rpath / libswift_stdlib_core.dylib
dyld: library not loaded: @ rpath / libswiftCore.dylib. Problem persists
I know that this question has been answered several times, but "dyld: the library is not loaded: @ rpath / libswiftContacts.dylib" I could not find the correct solution to this error when I code the Swift application for XCode 7.2:
Here I use Contact and ContactUI Frameworks :: @ rpath / libswiftContacts.dylib
dyld: Library not loaded: @rpath/libswiftContacts.dylib Referenced from: /var/mobile/Containers/Bundle/Application/C0F2B5CB-628C-4643-9473-648D3099D8FB/HomeMadeFood_User.app/HomeMadeFood_User Reason: image not found
I tried all these steps:
I tried like this: but I get an error message:
/Users/mac-jarc/Library/Developer/Xcode/DerivedData/HomeMadeFood_User-bmwdevsopruaqxfrbibhaspidobn/Build/Products/Debug- iphoneos/HomeMadeFood_User.app/Frameworks/Contacts.framework: bundle format unrecognized, invalid, or unsuitable Command /usr/bin/codesign failed with exit code 1

source share