ios - 将 ios 应用程序转换为 64 位架构 |构建架构设置 | Xcode 6.1.1

标签 ios xcode ios7 arm 32bit-64bit

我正在尝试将我的 iOS 应用程序转换为 64 位架构。执行此操作时,我几乎没有遇到任何困惑。

我已删除警告并遵循苹果开发人员中提到的指南。但是在项目build设置中将架构更改为 64 位时,我感到困惑,即根据我的说法,该应用程序已经支持 64 位架构。

在 buildsetting->architectures 中:选择的架构是 "Standard architectures(armv7, arm64) - $(ARCHS_STANDARD)"

有效架构是:"arm64 armv7 armv7s" 请告诉我我是否正确

最佳答案

在这些build设置下,将创建 64 位构建以及 32 位构建。使用这些build设置,您应该可以上传您的构建并涵盖两种架构

关于ios - 将 ios 应用程序转换为 64 位架构 |构建架构设置 | Xcode 6.1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28107726/

相关文章:

android - ktor 依赖关系未在多平台项目的 ios 模块中解析

ios - 快速向按钮添加手势

javascript - iOS 7 移动版中 iframe 中的内容始终滚动到顶部

ios - SceneKit:iOS 上的 SKNode 分辨率

ios - 自定义 UISegmentedControl : how change tint color of selected segment's image?

ios - AVAssetExportSession exportAsynchronouslyWithCompletionHandler : Source frame unsupported format

ios - 将程序化 uiscrollview 更改为 IB

ios - CLBeacon : How can I get the distance from the IBeacons?

ios - 在 uiwebview 上添加事件指示器

ios - 有没有一种快速扫描 iOS 7 应用程序以获取 iOS 8 API 的方法?