Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store

前端 未结 7 1367
野性不改
野性不改 2020-12-07 13:03

I just got this error when submitting an app to the app store.

Does this mean I need to set ENABLE_BITCODE for all dependencies? I tried that but then got e

相关标签:
7条回答
  • 2020-12-07 14:01

    For those who are having build error after setting "Enable BitCode" to Yes. I have to update all the library.But,the easiest part is I use Cocoapods.So,please update all your pod project : (One by one) or All

    Then set Enable BitCode to "No" before you archive.

    Then Archive>>Upload>>It will pass this error.

    Cheers.

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