fatal error: malformed or corrupted AST file - Xcode

后端 未结 20 1686
一向
一向 2020-12-02 14:57

I get this error when building my app in the latest version of Xcode:

fatal error: malformed or corrupted AST file: \'Unable to load module \"/Users

20条回答
  •  独厮守ぢ
    2020-12-02 15:38

    In my case, I tried to archive a app in one project within a xcodeworkspace

    close Xcode, the open the single target project, and clean an Then, I do archive, it makes an iOS App archive.

    I hope I can help someone.

提交回复
热议问题