0

我坚持让 Frankified.app 在设备上运行。当我在在线教程中执行第 1 步时:

xcodebuild -target Frank-Fruitstrap -xcconfig ./Frank/frankify.xcconfig -arch arm7 -configuration Debug -sdk iphoneos DEPLOYMENT_LOCATION=YES DSTROOT="~/Documents/Workspace/Frank-Fruitstrap/Frank/frankified_build/" FRANK_LIBRARY_SEARCH_PATHS="~/ Documents/Workspace/Frank-Fruitstrap/Frank" clean build CODE_SIGN_IDENTITY='iPhone Developer:'

我明白了:

** 清洁成功 **

=== 构建本机目标 Frank-Fruitstrap 项目 Frank-Fruitstrap 与配置调试 === 检查依赖项 没有要编译的体系结构(ONLY_ACTIVE_ARCH=YES,active arch=arm7,VALID_ARCHS=armv7 armv7s)。

** 构建失败 **

以下构建命令失败:检查依赖项(1 次失败)

当我从命令行运行其他应用程序时,该代码设计适用于其他应用程序,而不是 Frankified 应用程序。

我是唯一一个对此有问题的人吗?

4

1 回答 1

0

我得到了皮特霍奇森的帮助。这是这个谷歌组的帖子

这就是皮特给我的建议:

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.

我做了后者,它奏效了。

于 2013-05-16T21:50:22.430 回答