What to do when armv7 architecture error occurs during build

armv7 error

photo credit: Taller Hikari via photopin cc

Good evening, this is Bono.

Here we leave you with a way to deal with errors that occur during the build process for distributing the application.

Errors during build

"This bundle is invalid. when supporting iPhone, the executable must include support for armv6 architecture, unless the UIRequireDeviceCapabilities include the 'armv7' capability."

As shown in the picture below, click on TARGET and then on Build Settings.

It is said that the iOS Deployment Target in it should be 4.3 or higher.

armv7 error

The following site was used as a reference.

HOTSPRING project (iOS, Android app creation and distribution): "This bundle is invalid. when supporting iPhone, the executable must include support for armv6 architecture. , unless the UIRequireDeviceCapabilities include the 'armv7' capability."

Fixed!

There were other sites with other solutions, but that didn't work for me, and this method fixed it.