【发布时间】:2015-04-30 17:44:15
【问题描述】:
我按照此处的说明进行操作,并且在调整和应用程序中都发生了这种情况:
http://iphonedevwiki.net/index.php/Theos/Setup#Creating_a_Project
但我没有看到任何 .deb 文件
RoverMR-2:testapp rover$ find . -name "deb"
以下是几个相关的命令输出日志: https://gist.github.com/anonymous/42b4a086d6b7ee792b08
我只是在包中看到这个:
RoverMR-2:testapp rover$ ls -la .theos/packages/ 共 8 个 drwxr-xr-x 3 漫游者工作人员 102 Apr 30 11:12。 drwxr-xr-x 4 漫游者工作人员 136 Apr 30 11:12 .. -rw-r--r-- 1 名流动站工作人员 1 Apr 30 11:12 com.mysite.testapp-0.0.1
RoverMR-2:testapp rover$ make package
/Users/rover/Documents/Dev/Cydia/Theos/apps/testapp/theos/makefiles/targets/Darwin/iphone.mk:41:在为 6.0 构建时部署到 iOS 3.0 将生成仅 armv7 的二进制文件。
Making all for application testapp...
Copying resource directories into the application wrapper...
Compiling main.m...
Compiling testappApplication.mm...
Compiling RootViewController.mm...
Linking application testapp...
Stripping testapp...
Signing testapp...
Making stage for application testapp...
RoverMR-2:testapp rover$
RoverMR-2:testapp rover$ ls
Makefile RootViewController.h _ main.m testappApplication.mm
Resources RootViewController.mm control obj theos
RoverMR-2:testapp rover$
错误:
RoverMR-2:testapp rover$ make install
/Users/rover/Documents/Dev/Cydia/Theos/tweaks/testtweak/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Could not find "./com.yourcompany.testtweak_0.0.1-10_iphoneos-arm.deb" to install. Aborting.
我发布了一个关于这个https://github.com/DHowett/theos/issues/120的问题
【问题讨论】:
标签: ios debian theos deb cydia