iphone - iPhone4 different behavior for different signing identities -


we have app, try distribute. have 2 different signing identities. when signing 1 of them, works fine on iphone4. using other one, app can't installed on iphone4 config utility giving error: 'this application not support device's cpu type'. on iphone5, installation both identities works fine, too. experienced this?

the signing identity shouldn't cause architecture related issues on describe: 'this application not support device's cpu type'.

make sure set "build active architectures only" (project > build settings > build active architectures only) no , try again.

the following scenario cause problem:

"build active architectures only" set yes, you've connected iphone 5 via usb selected launch destination in scheme selection menu.

the ipa file created these settings run on armv7s devices (currently iphone 5 , ipad 4).

connecting , selecting iphone 4 produce armv7 ipa should run on armv7s machines too. (cause of backwards compatibility.)


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -