When I try to upload my app I get the following two errors:
iPhone/iPod Touch: application executable is missing required architecture. At least one of the following architecture(s) must be present: armv7
Application failed codesign verification. The signiture was invalid, or it was not signed with an iPhone Distribution Certificate.
I've specified in my info.plist:
MinimumOSVersion 4.3
As I only want the game to run on 3GS and above.
I've created all my distribution profiles and mobileprovision profiles correctly. I've tried running the sign_app.py script with the modification
aps = ''' \taps-environment \t%s''' % aps
to
aps = ''
But still have the above mentioned errors.
Has anyone else been able to specify minimum os version of 4.3 and upload without these erros?
Is there something else I need to change in the info.plist or scripts? .