I am completely unable to run any Swift app on device. I have Xcode 6.3.2 and Yosemite 10.10.3, but always get error
dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/mobile/Containers/Bundle/
I have tried every solution mentioned in other posts:
- Have set "Embedded Content Contains Swift Code" flag in the Build Settings to YES
- set
@executable_path/Frameworks
- Tried revoking certs and having Xcode create new certificates/profiles
- Tried revoking certs and manually creating new certs/profiles
- Deleted all profiles on developer.apple.com and computer and restarted/cleaned everything
This happens for every app I create that uses swift. No dynamic frameworks or anything unusual.