@snakeninny wrote:
报错具体信息为:
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found XXX
暂行解决方案
从这里下载iOS 9.2 SDK,解压后放到
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
下,然后在Makefile中指定TARGET为iOS 9.2:
export TARGET = iphone:clang:9.2:5.0
即可。
参考:
Posts: 1
Participants: 1