报错具体信息为:
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
暂行解决方案
从这里52下载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
即可。
参考:

Issue: iOS SDK9.3 - PrivateFrameworks issues
opened by
wybielaczon
2016-03-22
closed by
wybielaczon
Hi, i have just updated to the latest Xcode and iOS SDK9.3 and i get the following error when trying to make: ld:...
Component: Makefiles
Platform:OSX