I am following the To-Do List tutorial on the Realm webpage (https://realm.io/docs/tutorials/realmtasks/) and I am getting the error message when the app crashes: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/Christian/Library/Developer/Xcode/DerivedData/RealmTasks-cwgtsxxmwhutfobpmwhqvankjefr/Build/Products/Debug/RealmTasks.app/Contents/Frameworks/RealmSwift.framework/Versions/A/RealmSwift Reason: Incompatible library version: RealmSwift requires version 1.0.0 or later, but libswiftCore.dylib provides version 0.0.0 (lldb)
There are a number of questions already commented on pointing out that you have to use matching versions for Swift and Realm. I am using Xcode 8.3.2, Swift 3.0.2 and I am using the 3.0.2 versions for Realm and RealmSwift frameworks from the latest download from the realm-mobile-platform directories (6th April 2017).
Might there be something else I am missing here?