gpt4 book ai didi

xcode - 部署目标低于 4.3 的 iPhone 应用程序应包含 armv6 架构

转载 作者:行者123 更新时间:2023-12-03 10:15:21 25 4
gpt4 key购买 nike

我有一个问题 :-( 当我构建我的应用程序发布 XCode 显示警告说:

iPhone apps with a deployment target lower than 4.3 should include an armv6 architecture (current IPHONEOS_DEPLOYMENT_TARGET = "3.0", ARCHS = "armv7").

但是我该如何设置 armv6在我的build设置中?我正在使用 XCode 4.2这是我的build设置:



enter image description here

谢谢!

最佳答案

我没有用过这个版本,但是目前的Xcode不支持iOS 2.0的签名,所以当iOS 5出来的时候,3.0可能会有同样不支持的问题

这是来自 http://www.weston-fl.com/blog/?p=3050 (这个网站帮我解决了很多错误,所以向 Mike D 致敬。)

  1. In Xcode navigate to Build Settings and find Architectures group (it’s on the top, so hard to miss). Add armv6 to Architectures line. It should contain armv6, armv7 or Standard (armv6 armv7)
  2. Set Base SDK to Latest iOS (currently set to iOS …)
  3. Uncheck Build Active Architecture Only or set it to NO.
  4. Valid Architectures must show armv6 armv7 When your project uses your own dependent libraries, build them with the same (correct) configuration.

关于xcode - 部署目标低于 4.3 的 iPhone 应用程序应包含 armv6 架构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6810205/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com