我被Frankified困住了。在设备上运行的应用程序。当我在在线教程上执行第1步时:
xcodebuild -target Frank- fruitstrap -xcconfig ./Frank/frankify./xcconfig -arch arm7 -configuration Debug -sdk iphoneos DEPLOYMENT_LOCATION=YES stroot ="~/Documents/Workspace/Frank- fruitstrap/Frank/frankified_build/" FRANK_LIBRARY_SEARCH_PATHS="~/Documents/Workspace/Frank- fruitstrap/Frank" clean build CODE_SIGN_IDENTITY='iPhone Developer: '
我得到这个:
** CLEAN SUCCEEDED **
===构建原生目标Frank-Fruitstrap项目与配置调试===检查依赖关系没有需要编译的架构(ONLY_ACTIVE_ARCH=YES, active arch=arm7, valid_arch =armv7 armv7s)。
** BUILD FAILED **
以下构建命令失败:检查依赖关系失败(1)
当我从命令行运行其他应用程序时,该协同设计适用于其他应用程序,而不是Frankified应用程序。
我是唯一一个对此有问题的人吗?我从Pete Hodgeson那里得到了帮助。这是这个google群组的文章
这是Pete给我的建议:
This is a fairly common project setting issue I think. You should be able to resolve it by modifying the build settings for your Frank-Fruitstrap target. Either change "Build Active Architecture Only" to "No", or add "arm7" to the "Valid Architectures" list.