基于5.0的SDK应用不会安装在带有5.1操作系统的iPad上

时间:2021-02-28 08:53:54

I have an ipad device with 5.1 OS and am trying to run a 5.0 base SDK app on this device.

我有一个带有5.1操作系统的ipad设备,我正在尝试在这个设备上运行一个5.0 base SDK应用程序。

here's my error:

这是我的错误:

基于5.0的SDK应用不会安装在带有5.1操作系统的iPad上

thanks for any help.

感谢任何帮助。

基于5.0的SDK应用不会安装在带有5.1操作系统的iPad上

3 个解决方案

#1


3  

I believe from your screenshot that you are running Xcode 4.2 with the iOS 5.0 SDK, in order to deploy to devices running iOS 5.1 you will need to upgrade to the latest version of Xcode (4.3.2) which has the iOS 5.1 SDK and will allow you to deploy your build to a 5.1 device. This upgrade will require OS X 10.7 Lion. Even though you are targeting a version of iOS supported by your version of Xcode, you can not deploy to devices running a newer version of iOS than your SDK supports.

我相信从你截图你运行Xcode 4.2 iOS 5.0 SDK,为了运行iOS 5.1的部署到设备需要升级到最新版本的Xcode(详见4.3.2)iOS 5.1 SDK和将允许您构建部署到一个5.1的设备。这次升级需要OS X 10.7 Lion系统。尽管您的目标是一个版本的Xcode支持的iOS版本,但您不能将其部署到运行新版本iOS的设备上,而不是您的SDK支持。

(Lion upgrade alternative https://*.com/a/9621226/716216)

(狮子升级替代https://*.com/a/9621226/716216)

#2


2  

Your device UDID is not added in the developer profile you are currently using. Go to the developer portal, add the device to your account, add it to your development profile, download the profile again, install it and use the new profile to test the build with.

您的设备UDID没有添加到当前正在使用的开发人员配置文件中。转到开发人员门户,将设备添加到您的帐户中,将其添加到您的开发配置文件中,再次下载该概要文件,安装它并使用新的配置文件来测试构建。

#3


1  

i thnk you have selected the device as target, and your ipad is not properly attatched to it. if it attched, xcode will show ipad's name

我认为你选择了这个设备作为目标,你的ipad没有适当的适应它。如果匹配,xcode会显示ipad的名称

more over. make sure device is added to provisioning profile u'r using

更多的过去。确保设备被添加到配置配置文件u'r中

#1


3  

I believe from your screenshot that you are running Xcode 4.2 with the iOS 5.0 SDK, in order to deploy to devices running iOS 5.1 you will need to upgrade to the latest version of Xcode (4.3.2) which has the iOS 5.1 SDK and will allow you to deploy your build to a 5.1 device. This upgrade will require OS X 10.7 Lion. Even though you are targeting a version of iOS supported by your version of Xcode, you can not deploy to devices running a newer version of iOS than your SDK supports.

我相信从你截图你运行Xcode 4.2 iOS 5.0 SDK,为了运行iOS 5.1的部署到设备需要升级到最新版本的Xcode(详见4.3.2)iOS 5.1 SDK和将允许您构建部署到一个5.1的设备。这次升级需要OS X 10.7 Lion系统。尽管您的目标是一个版本的Xcode支持的iOS版本,但您不能将其部署到运行新版本iOS的设备上,而不是您的SDK支持。

(Lion upgrade alternative https://*.com/a/9621226/716216)

(狮子升级替代https://*.com/a/9621226/716216)

#2


2  

Your device UDID is not added in the developer profile you are currently using. Go to the developer portal, add the device to your account, add it to your development profile, download the profile again, install it and use the new profile to test the build with.

您的设备UDID没有添加到当前正在使用的开发人员配置文件中。转到开发人员门户,将设备添加到您的帐户中,将其添加到您的开发配置文件中,再次下载该概要文件,安装它并使用新的配置文件来测试构建。

#3


1  

i thnk you have selected the device as target, and your ipad is not properly attatched to it. if it attched, xcode will show ipad's name

我认为你选择了这个设备作为目标,你的ipad没有适当的适应它。如果匹配,xcode会显示ipad的名称

more over. make sure device is added to provisioning profile u'r using

更多的过去。确保设备被添加到配置配置文件u'r中