Failed to pass apple's verification tests

I’m having a major problem and I don’t know if it lays within corona or me. Last night I submitted an update to an app just fine. I went to play after, because, well, I enjoy the game I made. Anyway I found a rare obscure bug, so I removed the update and fixed it in text editor. I then went to build the app again and got this: codesign_wrapper-0.7.5: using Apple CA for profile evaluation

I have never gotten this before. I tried the newest version of Corona, creating a new provising profile. What baffles me even more is this only happens on my dev profile, not my distribution profile, that works just fine.

Any advice would be much appreciated.

Thanks. [import]uid: 23649 topic_id: 8732 reply_id: 308732[/import]

Nevermind, the application installs fine on my phone even with the errors. [import]uid: 23649 topic_id: 8732 reply_id: 32014[/import]

Apple’s validation tool always reports a warning if you don’t use a distribution profile. When building with Corona for development profiles, we search for that warning string and remove it from the list of warnings (the brute force way). If you are using a different type of key we did not account for, or if Apple has recently changed the warning messages, this will get past our filter.

If you can provide us more details, we might be able to filter out the message if it is indeed superfluous.
[import]uid: 7563 topic_id: 8732 reply_id: 32016[/import]

Thanks for the response, I copied and pasted the whole error message, if you want something more detailed please let me know and I’ll gladly post them.

[import]uid: 23649 topic_id: 8732 reply_id: 32023[/import]

Im’ getting this error message also:

codesign_wrapper-0.7.5: using Apple CA for profile evaluation

Application Loader won’t recognize any of my binaries - I can’t select them to load? Any ideas why this is happening?

[import]uid: 3018 topic_id: 8732 reply_id: 44709[/import]

OK, apparently it needs to be a zip - but it’s giving me another error-

failed codesign verification.?

Edit: I needed to make a new provisioning profile - aparently there are 2 types: Development and Distribution.

Building with a Distribution profile automatically zips your binary and uploads it with the uploader. Nice! [import]uid: 3018 topic_id: 8732 reply_id: 44710[/import]