iOS Distribution

I can’t seem to be able to get distribution provisions to appear on the build screen. For my most recent app, I have a development provision and a distribution provision, both in the correct folder, which is
/Users/(your user)/Library/MobileDevice/Provisioning Profiles/

but when I go ti build in the simulator, only the development provision appears. I have never completed an app before with Corona, but I have through Xcode…

Am I doning something completely wrong? Is there another thing I am supposed to do to build for the app store? [import]uid: 7116 topic_id: 12567 reply_id: 312567[/import]

Actually it appears in the list of provisions on the simulator, but it says not installed? [import]uid: 7116 topic_id: 12567 reply_id: 45954[/import]

open xcode organizer and take a look there.
never trust the simulator. :wink:
[import]uid: 70635 topic_id: 12567 reply_id: 45957[/import]

I went into the Xcode organizer and it says:

“A valid signing identity matching this profile could not be found in your keychain.”
[import]uid: 7116 topic_id: 12567 reply_id: 45962[/import]

Then you need a certificate from Apple’s developer website.
Try downloading them again. [import]uid: 10389 topic_id: 12567 reply_id: 45971[/import]

I figured out the key was missing from the distribution certificate, so I got it to build, but now I’m getting the hated “failed codesign verification” when I build. The files don’r have spaces in them, so i know that’s not the problem. Thanks for help in advance :slight_smile: [import]uid: 7116 topic_id: 12567 reply_id: 45981[/import]