上的Xcode 6.4和得到以下錯誤運行目標C項目,並建立failes
蘋果Mach-O的連接錯誤「 _OBJC_CLASS _ $ _ GameStream」,從引用:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GameStream", referenced from:
objc-class-ref in AppDelegate.o
objc-class-ref in GamePlayViewController.o
"_OBJC_CLASS_$_GameStreamSliderBar", referenced from:
objc-class-ref in MainMenuViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我GameStream.framework在鏈接的二進制,在構建階段庫。
在有效架構下我有armv7 armv7s arm64。
這是抱怨,它無法找到兼容的符號嘗試在模擬器中運行它。你是從源碼構建GameStream還是從某處下載'.framework'文件夾? –
框架是否支持64位? – SanitLee