Beginnerrrrrr
Beginnerrrrrr

Reputation: 595

App Need to Be Updated. The developer of this app needs to update it to work with this version of iOS. iOS15&Xcode12.5.1

Now I face a problem when I archive my app and install to my device.
Environment: Xcode12.5.1 & iOS 15
It will show this alert to me.
But I don't know what my app should be updated.
Does any good idea to me?
Thanks.

enter image description here

enter image description here

Upvotes: 1

Views: 2948

Answers (1)

Yuv Sinha
Yuv Sinha

Reputation: 11

Here are the things you can check and update:

  1. First Go to Xcode and select your Project and then select Build Settings tab.
  2. Select Build Active Architecture Only and set as "No",then
  3. Select Excluded Architectures and type "arm64" only in Any simulator section .

Like this:

Refer this image

Note: Also check the app target and check Build settings there.

Upvotes: 1

Related Questions