Please help: error when submitting app to App Store using Application Loader

Please see following error:

ERROR ITMS-9000: "The bundle "tw.com.appstudio.myapp" at bundle path 'tw.com.appstudio.com.myapp.app' is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MZltmspSoftwareAssetPackage)

I have checked and re-done twice about the certificate and provisioning profile, but the Application Loader still shows this error.

I have searched the net, some people had the same problem, but there were no specific answer for it. Some people said it’s about the PRODUCT NAME in Xcode, but where is it for me to edit it if using Corona?

I am totally stuck and lost here, please help.

Thanks.

.

Can you post a screenshot of the build page of the Corona simulator?

Hi Jon

You mean this screenshot?

Yes, that one.  Everything looks right there.  Can’t help but think it still may be a certificate issue.  Sorry I can’t be much help

I saw someone said on the net

Use a terminal window and go to the directory where you have your .app. There do “codesign -vvvv AppName.app”, where AppName is the name of your .app. What output does that give? It will tell you that it is not signed, right?

I tried on my file, here is the output

codesign -vvvv tw.com.appstudio.myapp.app tw.com.appstudio.myapp.app: code object is not signed at all In architecture: armv7

Is this method valid? If it is right, it means my output file is not signed at all? How come?

Hi Jon, you are right, it’s still a certificate problem. Thanks for the kindly remind :slight_smile:

I deleted all the records in keychain, certificates and provisioning profiles.

And start all over with only one distribution profile.

It’s working now.

I guess the mistake was because I clicked more than once during certificate/provisioning creation process. I thought the process was stuck, so I refreshed the browser and clicked to create again. 

.

Can you post a screenshot of the build page of the Corona simulator?

Hi Jon

You mean this screenshot?

Yes, that one.  Everything looks right there.  Can’t help but think it still may be a certificate issue.  Sorry I can’t be much help

I saw someone said on the net

Use a terminal window and go to the directory where you have your .app. There do “codesign -vvvv AppName.app”, where AppName is the name of your .app. What output does that give? It will tell you that it is not signed, right?

I tried on my file, here is the output

codesign -vvvv tw.com.appstudio.myapp.app tw.com.appstudio.myapp.app: code object is not signed at all In architecture: armv7

Is this method valid? If it is right, it means my output file is not signed at all? How come?

Hi Jon, you are right, it’s still a certificate problem. Thanks for the kindly remind :slight_smile:

I deleted all the records in keychain, certificates and provisioning profiles.

And start all over with only one distribution profile.

It’s working now.

I guess the mistake was because I clicked more than once during certificate/provisioning creation process. I thought the process was stuck, so I refreshed the browser and clicked to create again. 

I just managed to solve this error formatting the macbook and generating new certificates. Hope that helps.

I just managed to solve this error formatting the macbook and generating new certificates. Hope that helps.

Just clean all the things.

Check the developer/distribution certificate and mobile provision profile properly created, if not then revoke them from developer account and create all new one.

Remove all profiles from /Users/yourSystemName/Library/MobileDevice/Provisioning Profiles

Now, Export all certificates and keys from your keychain and Save them as backup for using them again.

Now install your developer/Distribution certificate first and install provisioning profile. And upload your application. This is tested way and should resolve your issue.

Check this too: https://coronalabs.com/blog/2014/05/19/apple-requires-apps-to-be-built-with-xcode-5-1-1/

Thanks. 

Just clean all the things.

Check the developer/distribution certificate and mobile provision profile properly created, if not then revoke them from developer account and create all new one.

Remove all profiles from /Users/yourSystemName/Library/MobileDevice/Provisioning Profiles

Now, Export all certificates and keys from your keychain and Save them as backup for using them again.

Now install your developer/Distribution certificate first and install provisioning profile. And upload your application. This is tested way and should resolve your issue.

Check this too: https://coronalabs.com/blog/2014/05/19/apple-requires-apps-to-be-built-with-xcode-5-1-1/

Thanks.