使用 Xcode 7 beta 将我的 SpriteKit 项目升级到 Swift 2 后,我收到以下运行时错误:
dyld: Library not loaded: /System/Library/Frameworks/GameplayKit.framework/GameplayKit
Referenced from: /private/var/mobile/Containers/Bundle/Application/MyGame.app/Frameworks/libswiftGameKit.dylib
Reason: image not found
(lldb)
尽管我确实使用了 SpriteKit,但我没有在我的项目中使用 GameplayKit。