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

前端 未结 7 1382
野性不改
野性不改 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条回答
  •  猫巷女王i
    2020-12-07 13:45

    I had the same issue with project "ENABLE_BITCODE = YES" and dependencies "ENABLE_BITCODE = YES" on my CI with Xcode 7.3. Solution was updating Xcode to latest available version (7.3.1)

提交回复
热议问题