Had this project working prior to Swift 2 and Xcode 7 using CocoaPods and more recently with Carthage. Had trouble with Carthage using Xcode 7 and Swift 2 so decide to use manual approach.
- Last download of SQLite.swift-master was 1/23/2016.
- From Xcode copied into project SQLite.xcodeproj
- In General: Linked Frameworks and Libraries: selected SQLite.framework Noted in Build Phases Link Binary With Libraries (1 item) shows SQLite.framework
- Checked file system and found: /Users/USER/dir1/dir2/Debug/SQLite.framework/Versions/A/SQLite
- In Xcode Build Setting Framework Search Paths set to: /Users/USER/dir1/dir2/Debug
- General: Identity Signing set to: None
- OS X version 10.11.3
- Xcode 7.2(7C68)
- This an OS X only project. It builds and runs without errors or warnings in Xcode.
- When executing the app located at: /Users/USER/dir1/dir2/Debug/ASC.app Detailed error message includes: Dyld Error Message: Library not loaded: @rpath/SQLite.framework/Versions/A/SQLite Referenced from: /Users/USER/*/http://ift.tt/1OFjbIq Reason: image not found
I assume @rpath was set by my Build Settings: Framework Search Paths set to: /Users/USER/dir1/dir2/Debug
If that is the case I assume some other Building Settings must be incorrectly set. Anyone have suggestions as to which settings most likely to be the problem?
Aucun commentaire:
Enregistrer un commentaire