【问题标题】:Running Frank on Device在设备上运行 Frank
【发布时间】:2013-05-15 20:50:32
【问题描述】:

我一直坚持让 Frankified.app 在设备上运行。当我在online tutorial 上执行第 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 OF PROJECT Frank-Fruitstrap WITH CONFIGURATION Debug === 检查依赖项 没有要编译的架构(ONLY_ACTIVE_ARCH=YES,active arch=arm7,VALID_ARCHS=armv7 armv7s)。

** 构建失败 **

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

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

只有我有这个问题吗?

【问题讨论】:

    标签: ios testing frank


    【解决方案1】:

    我得到了皮特霍奇森的帮助。这是this google group上的帖子

    这是皮特给我的建议:

    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.

    我做了后者,它奏效了。

    【讨论】:

      猜你喜欢
      • 2012-01-05
      • 1970-01-01
      • 1970-01-01
      • 2013-02-17
      • 1970-01-01
      • 1970-01-01
      • 2014-12-24
      • 2018-06-28
      • 2018-09-11
      相关资源
      最近更新 更多