libswiftCore.dylib versioning

I've Googled almost an entire day away without resolving this issue.


My project builds successfully with 0 errors, however, when I attempt to run my project in the simulator the app freezes on the splash screen and the console throws an error:


[dyld: Library not loaded: @rpath/libswiftCore.dylib

Referenced from: /Users/Username/Library/Developer/CoreSimulator/Devices/*NumberString*/data/Containers/Bundle/Application/*NumberString*/ApplicationName/Frameworks/SwiftKVC.framework/SwiftKVC

Reason: Incompatible library version: SwiftKVC requires version 1.0.0 or later, but libswiftCore.dylib provides version 0.0.0]


Does any of this stand out to anyone? It seems like it must be something small I'm overlooking. Any help would be greatly appreciated.

Replies

If you create a new project from the Single View Application template, does it have the same problem?

This is a useful diagnostic test because it tells you whether the problem is tied to your project or your Xcode installation.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"