Alert from os: app may slow down your iPhone

前端 未结 6 1891
自闭症患者
自闭症患者 2020-12-15 05:13

Hy,

I have uploaded the app to App Store with both architecture. Please see the attached image for Build Settings of TARGETS in Archi

6条回答
  •  自闭症患者
    2020-12-15 05:57

    The problem is that Build Active Architecture Only, as shown in your screen shot, is set to Yes. This means that you are not building an app that contains both 32-bit and 64-bit architectures; you are only building for one architecture. And from what you say, that architecture must have been the 32-bit architecture.

提交回复
热议问题