-1

i have jailbreak iphone 4s with 6.1.2 (10B146) ios version. i hane maintain provisioning profile .the status of profile is valid.my device is add on member center it show there.but when i run the app using ios device a pop window open with "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." i m using Xcode Version 4.5.2 (4G2008a).

4

1 回答 1

1
  1. Apps are not "simulated" on the device, they're run natively there.

  2. Jailbreaking ain't magic. Xcode will still not permit you to just upload your app without the correct provisioning profiles and certificates and whatever (unless you binpatch Xcode itself or use some other kind of nasty hack, like the "iOSOpenDev" package).

  3. So you have to actually copy your application bundle to your device (to the /Applications folder) and either restart SpringBoard or use the uicache utility to make it appear on the home screen.

于 2013-03-30T08:24:57.107 回答