views:

38

answers:

2

Hi,

I am getting these error messages when trying to send my application's binary to Apple.

Info.plist does not contain a CFBundleResourceSpecification
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate.

Not sure what's wrong. Can anyone help?

Thanks.

A: 

Try downloading the distribution certificate from the apple provisioning site. Go through all the steps again. If that doesn't work. Delete all of the provisioning files from your iphone/ipod and your mac's keychain

Daniel
A: 

Are you sure you are uploading your iPhone Distribution build? Codesigned by your Distribution profile? And not some Debug or Simulator build? And not something signed by your Developer certificate?

hotpaw2