our app crashed in iOS 9 which upload by Xcode 10

后端 未结 4 1466
天涯浪人
天涯浪人 2020-12-02 10:14

Our app crashed in iOS 9 which upload to App Store by Xcode 10 GM Seed. It\'s running perfectly when using XCode 10 GM Debug Or Archive To Ad_Hoc. Here\'s some call stack.

4条回答
  •  隐瞒了意图╮
    2020-12-02 10:36

    I found a solution for Xcode 10.1 Archive

    Set The build system as Legacy Build System instead of Default build system

    File -> Workspace Settings -> Build System: change to Legacy Build System

    I test it on my own app and it works well.

    Hope Apple can fix this crash soon.

提交回复
热议问题