update: May 20--I just tried Realm 0.103.0 and received the same error when running a Cocoa OS X app using Realm.
I'm trying to install the latest Realm Database (0.102.0) to use with Xcode 7.3 I'm upgrading from Realm 0.98.
I receive the following runtime error:
dyld: Library not loaded: @rpath/libswiftIOKit.dylib Referenced from: /Users/user/Library/Developer/Xcode/DerivedData/demo-timelines-eepbldhwvcbcmhhjqauxknfhzofv/Build/Products/Debug/demo-timelines.app/Contents/Frameworks/RealmSwift.framework/Versions/A/RealmSwift Reason: image not found
I decided to start with a fresh Xcode 7.3 project, but I get the same error. What I have so far:
- New Cocoa App (for OS X 10.11.4) (using Swift language with a Storyboard)
- Downloaded Realm database for Swift (Realm version 0.102.0)
- Dragged framework files from OS X->swift 2.2 to the binaries section
- Updated the path to the framework (in Build Settings)
- Added a single line to the ViewController "import RealmSwift"
I get the same error when attempting to do the fresh install. I've done several Realm Database updates without incident.
Suggestions?