Xcode 10 not being able to archive project

后端 未结 3 453
粉色の甜心
粉色の甜心 2020-12-06 06:22

I\'m trying to upload a new version of an app that is already in the AppStore. Previous version was uploaded using Xcode 9.4. But now Xcode 10 will be required in order to g

3条回答
  •  被撕碎了的回忆
    2020-12-06 07:03

    We were able to get it to Archive with DSYM by removing optimizations for Swift Compile in the build settings.

    Build Settings -> Swift Compiler - Code Generation -> Release

    set to "No Optimizations"

    Original fix suggested by JacobJ84 on Apple forum: https://forums.developer.apple.com/thread/115185

提交回复
热议问题