linxide-iPhone:~/ios root# make
/var/root/ios/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/root/ios/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak IOS…
Linking tweak IOS…
ld: file too small (length=15) file ‘/var/root/ios/theos/sdks/iPhoneOS7.0.sdk/usr/lib/libobjc.dylib’ for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/IOS.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [IOS.all.tweak.variables] Error 2
linxide-iPhone:~/ios root#
我在iphone 6p 上下载的THEOS 写了 书上的第一个插件 编译老出现这个问题!我下载的SDK7.1的
请问我的问题出现在什么地方啊?