TheOS问题以及解决方案

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
原文地址:https://www.cnblogs.com/mobileworld/p/6344661.html