본때를 보여 주겠다. http://brandontreb.com/beginning-jailbroken-ios-development-building-and-deployment/Theos make : *** [internal-install] Error 1
내가 좋아 변수 THEOS_DEVICE_IP가 설정이 명령
sudo make package install
/Users/.../fooproject/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 application fooProject...
Copying resource directories into the application wrapper...
make[2]: Nothing to be done for `internal-application-compile'.
Making stage for application fooProject...
dpkg-deb: Baue Paket »com.alex.fooproject« in »./com.alex.fooproject_0.0.1-12_iphoneos- arm.deb«.
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'll be entering your password a lot.
make: *** [internal-install] Error 1
에 다음과 같은 오류를 얻을 :이 튜토리얼을 시작했다. 나는이 명령으로 그것을했다 :
export THEOS_DEVICE_IP=192.168.178.39
대답을 확장하십시오. –
makefile에 넣을 수는 있지만 필요하지 않습니다. –
이 문제를 해결하지 못했습니다. 내 아이폰에 ssh 연결 작동합니다. – Alex