Sending app to Apple

I’m getting this error when sending my app to apple using Application Loader

“Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate.”

Anyone knows how to solve this?
Thanks [import]uid: 30766 topic_id: 13885 reply_id: 313885[/import]

did you create Distribution Profiles in iOS Provisioning Portal and build the app with that ?
[import]uid: 71210 topic_id: 13885 reply_id: 51037[/import]

If you have done as Renjith says above, open Xcode and click on the provisioning profile you have been using to build and make sure everything looks right - not expired, not device only, etc. [import]uid: 52491 topic_id: 13885 reply_id: 51102[/import]

Yes, my Provisioning Profile isn’t expired and the App Identifier matches the one with my app [import]uid: 30766 topic_id: 13885 reply_id: 51117[/import]

… and what does Xcode say when you select the provisioning profile you are using to build? What info does it give you? [import]uid: 52491 topic_id: 13885 reply_id: 51268[/import]

it says the creation and expiration date of my provisioning profile, the profile identifier, app identifier and the devices I use to test.
Also, I’m feeling like I’m doing something wrong here, when I build my app with corona to test on my device do I have to compress that same file and send to apple using application loader?
[import]uid: 30766 topic_id: 13885 reply_id: 51304[/import]

I’m a total beginner and have not submitted an app yet, so this is just a guess…

above, you write that in xCode, the Prov. Profile lists:

“the devices I use to test”

if that’s the case, you are looking at a Dev profile and not a Distribution profile [import]uid: 6175 topic_id: 13885 reply_id: 51415[/import]

Yes you’re right, when I created the provisioning profiles I forgot about that one [import]uid: 30766 topic_id: 13885 reply_id: 51421[/import]

Spot on.

Have you now created the appropriate provisioning profile and been able to upload? [import]uid: 52491 topic_id: 13885 reply_id: 51537[/import]