IOS Provisioning Portal

I am using a MAC. I cannot in find that folder.

I also encountered the same issues. [import]uid: 203442 topic_id: 34374 reply_id: 136854[/import]

Starting with OS-X 10.7, Apple made the decision to hide the Library folder. You can see it from the terminal command line, but not the finder.

See this hint:

http://hints.macworld.com/article.php?story=20110704093233123 [import]uid: 199310 topic_id: 34374 reply_id: 136856[/import]

Thats the message I got…

failed to extract requirements data: 1
/Users/siewlantan/Desktop/Fishies.app: invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 880

  • (null)

warning: Unable to extract codesigning entitlements from your application. Please make sure Fishies is a valid Mach executable that’s properly codesigned. (-19050)
/Users/siewlantan/Desktop/Fishies.app/Fishies: invalid signature (code or signature have been modified)

  • (null)

And I cannot install to my device. [import]uid: 203442 topic_id: 34374 reply_id: 136881[/import]

I had the same problem too, a few weeks back…

After messing around, downloading certs, stopping and restarting corona, I basically did what richard9 did, except I used xcode instead of the config util. [import]uid: 9070 topic_id: 34374 reply_id: 136892[/import]

This may be why to are experiencing issues when trying to put your app on a local device. To create an ad hoc provisioning profile:

  1. Log in to the iOS Provisioning Portal from the Member Center.

  2. Select Provisioning in the sidebar.

  3. Select the Distribution tab.

  4. Select New Profile.

  5. Select Ad Hoc as the distribution method.

  6. Enter a profile name.

  7. Confirm that your distribution certificate is displayed.

  8. Select Xcode: iOS Wildcard AppID as the app ID.

  9. Select the devices you want to be able to run the app.

  10. Click Submit.

When the status of the ad hoc provisioning profile changes from Pending to Active, you can begin using it. You may need to refresh the webpage in iOS Provisioning Portal to see the status change. For more information on setting your device for testing, please review the following website:

http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/YourFirstAppStoreSubmission/TestYourApponManyDevicesandiOSVersions/TestYourApponManyDevicesandiOSVersions.html
[import]uid: 180288 topic_id: 34374 reply_id: 136908[/import]