Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5732

更新到Xcode 7.3,iOS 9.3 SDK后,Theos导入private framework编译时报错的解决方案

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5732

Trending Articles