简体   繁体   中英

Can iOS appllication be deployed on iPod touch device?

I'm working on iOS application that is intended for iPhone 5. Since I don't have available iPhone 5, only iPod touch, I tried to debug it on iPod. But warning message "No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination." appears.

Anybody with same problem?

Have you added your iPod's UDID to your developer profile? Does your iPod have iOS 6 installed?

Thats' what the error message is telling you.

You need to have a provisioned device with the correct OS version installed to load an app onto it.

OK figured out my problem.

This device was not previously used for development.

1) First Had to go to my provisioning portal,

2) add the device's UDID,

3) add the device to development provisioning profile

4) download the profile, and double click on it to add it to Xcode's organizer

5) In Xcode's organizer select the device (iPod touch in this case), and press the button that enables the development on that specific device.

Now works with no problem. Forgot to do this routine since I haven't been adding new devices for some time.

Hope this will help somebody. Kind regards.

您需要为iPod的iOS版本开发应用程序(例如,iPod在iOS4上,您需要为iOS4开发)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM