Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've had exactly the same problem as you, getting apps running on iOS 5.1 with Xcode 4.3.2 and I've just managed to get it working almost perfectly using this method here:</p> <p><a href="http://androidnirvana.comule.com/wordpress/2012/05/building-apps-for-ios-5-1-with-xcode-4-3-2-without-code-signing-and-developer-provisioning-profile/">Building Apps for iOS 5.1 with Xcode 4.3.2</a></p> <p>It's based on <a href="http://iphonedevwiki.net/index.php/Xcode#Developing_without_Provisioning_Profile">this one from iPhone Dev wiki</a>, but I had to include some alterations - the -gta switch results in a build error, and the instructions aren't exactly explicit. The complete tutorial is in that blog post, but the steps basically are:</p> <ol> <li>Create self-signed certificate with name 'iPhone Developer'</li> <li>Turn 'Code Signing Identities' in Xcode project Build Settings back on - to use your self-signed certificate 'iPhone Developer'</li> <li>Change info.plist occurrences as stated</li> <li>Download ldid, make executable</li> <li>Create python script, stick it in /usr/bin, change python script references accordingly</li> <li>Change iPhoneCodeSign.xcspec to use ldid3.py</li> <li>Create tdmtanf file on device with touch over ssh</li> <li>Don't put -gta flags in 'Other Code Signing Flags'</li> </ol> <p>I happen to use Unity for debugging so the lack of Xcode debugging with -gta didn't bother me - obviously Objective C developers will need this functionality, so hopefully someone can expand on this if they get it working. I'm currently playing with a dev build of my app on my iPhone on 5.1, and fingers cross you can get the same result.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload