• 23 Dec 2008 /  Code No Comments

    Note to myself on going from the simulator to getting an application running on my iPhone:

    1. Select “Get Info” for the target (not the project) and go to the Build tab. Change the Code Signing Identity for Any iPhone OS Device to the provisioning profile you downloaded and installed from the Apple iPhone Developer Portal.

    2. Edit the `Info.plist` for your project. Change the Bundle Identifier to the App Identifier you registered with the Portal, minus the prefix. For example, my App Identifier is `123456789A.net.jakesprouse.*`; I changed the Bundle Identifier to `net.jakesprouse.${PRODUCT_NAME:identifier}`.

    3. Under the Project menu, set the active SDK to the Device entry with the desired OS.

    4. Build and Go.

    Posted by jake @ 6:43 pm

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.