错误内容如下
/code/first_tweak/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 first_tweak…
Preprocessing Tweak.xm…
Compiling Tweak.xm…
Linking tweak first_tweak…
Stripping first_tweak…
Signing first_tweak…
Making stage for tweak first_tweak…
dpkg-deb:正在新建软件包 com.lyc.firsttweak,包文件为 ./com.lyc.firsttweak_0.0.1-9_iphoneos-arm.deb。
/Applications/Xcode.app/Contents/Developer/usr/bin/make install requires that you set THEOS_DEVICE_IP in your environment. It is also recommended that you have public-key authentication set up for root over SSH, or you will be entering your password a lot.
make: *** [internal-install] Error 1
能生成deb,但是install不行,Makefile如下
include theos/makefiles/common.mk
TWEAK_NAME = first_tweak
first_tweak_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
export THEOS_DEVICE_IP = 192.168.1.103
export ARCHS = armv7
export TARGET = iphone:6.0
谢谢大家