Reputation: 11
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:
I get the same error when attempting to do the fresh install. I've done several Realm Database updates without incident.
Suggestions?
Upvotes: 1
Views: 272
Reputation: 11
I read this post (github.com/realm/realm-cocoa/issues/3619), so I decided to upgrade Xcode from 7.3 to 7.3.1 I'm surprised that it didn't automatically update . . . Anyway, the upgrade fixed my Realm (0.103.2)/Swift2.2 (on OS X) problem. –
Upvotes: 0