Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

5.0 Base SDK app won't install on iPad with 5.1 OS

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

here's my error:

cannot run on selected device error:

thanks for any help.

from Organizer

like image 397
hanumanDev Avatar asked Dec 12 '25 15:12

hanumanDev


1 Answers

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.

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

like image 117
Mick MacCallum Avatar answered Dec 15 '25 04:12

Mick MacCallum