首页 > 其他 > 详细

TheOS问题以及解决方案

时间:2017-01-23 19:04:48      阅读:966      评论:0      收藏:0      [点我收藏+]

Make

错误1(Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries)

/Users/zzf/Desktop/逆向分析/hellotweak/test/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak test...

 Linking tweak test...

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7

ld: library not found for -ldylib1.o

clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [obj/test.dylib.ba964c90.unsigned] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [test.all.tweak.variables] Error 2

 

解决方案 

export SDKVERSION=10.1

 

TheOS问题以及解决方案

原文:http://www.cnblogs.com/mobileworld/p/6344661.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!