Why the Missing 64-bit support happened when upload to the iTunes connect?

前端 未结 4 1828
闹比i
闹比i 2020-12-30 23:10

I try to upload the file via Application Loader. But I got the mail from iTunes store.

Missing 64-bit support - Beginning on February 1, 2015 new iO

相关标签:
4条回答
  • 2020-12-30 23:48

    From this SO Answer and this SO Answer

    • Architecture: "Standard architectures" arm7, arm64
    • Valid Architectures: "arm64" , armv7...
    • Build Active Architecture Only - NO (specially... if your connected device is not arm64 compatible)
    0 讨论(0)
  • 2020-12-30 23:49

    Most commonly happens when I archive while a device is connected (as it affect the architecture).

    (As mentioned in a comment by Martin to Shashi3456643's answer)

    0 讨论(0)
  • 2020-12-30 23:52

    I faced the similar issue with Xamarin.ios deployment. Later found that it was third party library causing the issue. I have maps in my app using from Arc GIS. I updated my dll to latest provided and resolved my issue.

    0 讨论(0)
  • 2020-12-31 00:08

    I had same problem today I set Build Active Architecture to NO and it got submitted. Give a try

    0 讨论(0)
提交回复
热议问题