Build fails due to architecture deprecation armv7 in Xcode 14

1.4k views Asked by At

I am trying to build and run my unity application in my iOS device for debugging purpose. I get a build file from Unity. Then I open .xcodeproj file in my xcode 14. When I run the app, it gives this error:

error in my xcode 14 when I run the app

When I google it, I find out that Xcode 14 does not support this architecture anymore:

xcode 14 does not support armv7 arch

So I cannot debug my unity app in my iOS device. You may say that okay use older version of Xcode like 13, however xcode 13 does not support iOS 16 or later (my device has iOS 16). I am little bit stuck in there. How can I get rid of this situation? Is there any way to change the armv7 architecture that is created by unity build file?

I tried to solve armv7 error but I could not. Is there any way to handle this problem with unity and Xcode 14 environments?

1

There are 1 answers

2
KevinJ On

I ran into this as well and don't see a solution with Xcode 14. I may have to investigate how to revert to Xcode 13 as I don't think I use any advanced iOS features and have older devices to test on.