【问题标题】:file is universal (3 slices) but does not contain a(n) armv7s slice文件是通用的(3 个切片)但不包含 a(n) armv7s 切片
【发布时间】:2013-11-18 07:02:54
【问题描述】:

我在 iOS6.1 中使用 xcode 4.5 运行时遇到以下错误。我也是removed armv7s from the project (target) "Build Settings" / "Valid Architectures"并设置了"Build Active Architecture Only" setting to YES。我在www文件夹phonegap-1.3.0.js中有这个文件。但是为什么我得到以下错误:

  file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework/PhoneGap for architecture armv7s

【问题讨论】:

标签: ios cordova xcode4.5 armv7


【解决方案1】:

我猜你正在使用一些第三方库。该错误提醒您更新您的第三方库,即项目中的 xxx.a 文件。如果 lib 是开源的,强烈建议将代码放入您的项目中。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-07-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-09-26
    • 2012-09-06
    相关资源
    最近更新 更多