Search code examples
iosxcodeipadarchitecturearmv7

iPad application is stuck while installing into the device


My App works fine in the iPad simulator. However, when I try to install it to device, it is giving the below error. I tried changing armv7/armv6/both, but nothing seems to resolve this error.

<Warning>: Can't get bundle identifier for process 383
<Error>: 0x3c5000 do_preflight_verification: Incorrect architecture at /var/tmp/install_staging.WJpLQT/foo_extracted/Payload/Cordo

Thanks,


Solution

  • changing arnv7/arnv6/both but nothing seems to resolve this error

    Use armv7and armv6 instead of arnv7 and arnv6.

    Also include arm64, armv7, armv7s.

    Please reset your architecture settings as below

    enter image description here

    or

    Choose your valid architecture as Standared Architectures(armv7,armv7s) and valid architecture as only armv7