Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you need to setup debugging for jailbroken iPhone (up to 2.2.1) (not pay 99 to Apple yet) follow next steps:</p> <ul> <li><p>Install MobileInstallationPatch for your iPhone via Cydia (use Search Tab)</p></li> <li><p>Switch off PROVISIONING_PROFILE at XCode: Go to /Developer/Platforms/iPhoneOS.platform/Info.plist, add next keys:</p></li> </ul> <blockquote> <pre><code>&lt;key&gt;PROVISIONING_PROFILE_ALLOWED&lt;/key&gt; &lt;string&gt;NO&lt;/string&gt; &lt;key&gt;PROVISIONING_PROFILE_REQUIRED&lt;/key&gt; &lt;string&gt;NO&lt;/string&gt; </code></pre> <p>You may also add these keys to any project particularly at XCode, Project Build Settings, User-Defined variables.</p> </blockquote> <ul> <li><p>Add key to your project Info.plist at XCode<br/> SignerIdentity = Apple iPhone OS Application Signing</p></li> <li><p>Don't forget to install and add to your project settings self-signing certificate from Apple <br/> <a href="http://developer.apple.com/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-SW2" rel="nofollow noreferrer">http://developer.apple.com/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-SW2</a></p></li> <li><p>"Build and Go", you can connect iPhone and start debugging.</p></li> </ul> <p><strong>Important!</strong> You may need to install and launch <strong>at least one legal app</strong> (any free one) from App Store first (before "Build and Go" step). Otherwise your application will be successfully installed by XCode to your device but may not be launched. Try this troubleshoot first in case of problem with app launching.</p>
 

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