使用 Xcode 5 在装有 iOS 5.1.1 的设备中运行 iOS 应用程序 [英] Running an iOS application in a device with iOS 5.1.1, using Xcode 5

查看:39
本文介绍了使用 Xcode 5 在装有 iOS 5.1.1 的设备中运行 iOS 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在运行 iOS 5.1.1 的 iPad 中安装 iOS 应用程序.当我使用带有开发配置文件的 Xcode 启动它时,出现以下错误:

I am trying to install an iOS application in my iPad running in iOS 5.1.1. When i launch it with Xcode with the development profile, i am getting the following errors :

Xcode 无法安装或启动支持 64 位的应用程序运行 iOS 6.0 之前版本的设备上的架构.这个支持配置通过iOS App Store分发,但不能在 Xcode 开发过程中使用.要继续,请编辑运行方案操作并选择一个不包括 64 位架构.

Xcode cannot install or launch applications supporting the 64-bit architecture on devices running iOS versions prior to 6.0. This configuration is supported for distribution through the iOS App Store, but cannot be used during development with Xcode. To continue, edit the Run scheme action and select a build configuration that does not include the 64-bit architecture.

我试图通过移除 arm64 来改变建筑架构,但我遇到了同样的错误.

I have tried to change the building architecture by removing the arm64 but i have the same error.

我尝试通过使用临时配置文件构建 ipa 来使用 testflight 安装它,但重复出现相同的错误.

I have tried to install it with testflight by building an ipa with an adhoc provision profile but the same error repeats.

如何在运行 iOS 5.1.1、使用 Xcode 5 构建的真实设备上测试我的应用程序

How i can test my application in real device running iOS 5.1.1, building with Xcode 5

推荐答案

您需要制作一个在有效架构中没有 arm64 的测试目标.

You need to make a test target that has no arm64 within valid architectures.

查看屏幕截图,检查您是否没有 arm64.

See screenshot, check that you don't have arm64.

这篇关于使用 Xcode 5 在装有 iOS 5.1.1 的设备中运行 iOS 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆