Trouble with Build -warning from corona

Ok, so everything was working fine, until I started receiving this warning when i build for iOS.

warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
Executable=/Users/user/Desktop/appname.app/appname
codesign_wrapper-0.7.10: using Apple CA for profile evaluation

What does that mean? [import]uid: 95495 topic_id: 17996 reply_id: 317996[/import]

This means that your certificates/provisioning profile isn’t installed or is invalid.

Have you built for iOS before? [import]uid: 52491 topic_id: 17996 reply_id: 68760[/import]

Yeah, I was building with AdHoc provisioning profiles without any problems…then I acquired a distribution profile to build for apple store, and then this message appears (with adhoc) when I was building for my final test. [import]uid: 95495 topic_id: 17996 reply_id: 68762[/import]

Ah, this message only occurs during an AdHoc build?

Does the app still install on your device OK?

If so you can ignore this error; it’s a known issue in the scenario I just described.

Peach :slight_smile: [import]uid: 52491 topic_id: 17996 reply_id: 68857[/import]

Yeah it was something like that!

But it was affecting my distribution build, so I deleted all provisioning profiles and certificates and redid the whole thing, now it worked…tks! [import]uid: 95495 topic_id: 17996 reply_id: 68895[/import]

Glad to hear it :slight_smile: [import]uid: 52491 topic_id: 17996 reply_id: 68906[/import]