在 4.3.3 设备上从 xcode 构建/运行 IOS 5.0
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8174479/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Building/Running IOS 5.0 from xcode on 4.3.3 Device
提问by Unis
I am trying to run an application in xcode 4.2 to IPhone 4.3.3. All what I see to run against are:
我正在尝试将 xcode 4.2 中的应用程序运行到 iPhone 4.3.3。我看到的所有反对是:
IOS Device
IPad 5 Simulator
Iphone 5 Simulator
I tried to change my Code Signing, but still did not work. I am getting this message:
我尝试更改我的代码签名,但仍然无效。我收到这条消息:
"Xcode cannot run using the selected device. No provisioned IOS devices are available with compatible IOS version. Connect an IOS device with a recent enough version of the IOS to run your application or choose an IOS simulator as the destination"
"Xcode cannot run using the selected device. No provisioned IOS devices are available with compatible IOS version. Connect an IOS device with a recent enough version of the IOS to run your application or choose an IOS simulator as the destination"
I already have the provisioning already setup successfully for my IPhone 4.3.3.
我已经为我的 iPhone 4.3.3 成功设置了配置。
Thanks in advance.
提前致谢。
回答by MarkPowell
Select the Project's Target. Under the Summary, make sure the Deployment Targetis set to the lowest version you want to support (4.0, 4.3.3, whichever you prefer).
选择项目的目标。在Summary 下,确保将Deployment Target设置为您想要支持的最低版本(4.0、4.3.3,无论您喜欢哪个)。
回答by beryllium
Look at Deployment TargetSettings in Build Settings. Set it to 4.3
查看构建设置中的部署目标设置。将其设置为 4.3
回答by javieralog
Make sure your iOS deployment Target is set to iOS 4.3 or less
确保您的 iOS 部署目标设置为 iOS 4.3 或更低