我正在尝试 AppCode 3.1。我有一个带有 XCode 6.1.1 的 iOS 8.1 项目和一个一对一的链接框架。该框架是SwifteriOS.framework
使用 Carthage ( https://github.com/Carthage/Carthage ) 构建的,如下所示:
github "mattdonnelly/Swifter" == 1.4.1
XCode 中的一切工作正常,但是当我尝试使用 AppCode 在模拟器中启动项目时,控制台给了我:
/Users/daiwei/Library/Caches/appCode31/DerivedData/Avetuc-36d98cf8/Build/Products/Debug-iphonesimulator/Avetuc.app
Simulator session started with process 17951
Debugger attached to process 17951
dyld: Library not loaded: @rpath/SwifteriOS.framework/SwifteriOS
Referenced from: /Users/daiwei/Library/Developer/CoreSimulator/Devices/C325D5F4-DDCF-41C5-9F7D-6CC17F175DA4/data/Containers/Bundle/Application/AB30E0FB-7A0F-4914-B6EB-B02B26CB5741/Avetuc.app/Avetuc
Reason: image not found
Exception: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0))
我可以看到模拟器启动并显示应用程序的启动屏幕。但是应用程序只是因上述消息而崩溃。