Failed to emit precompiled header for bridging header

后端 未结 20 1480
傲寒
傲寒 2020-11-30 04:35

I downloaded a project from GitHub, then pod the following files, some of which are written by OBJ-C and I used a bridge header.

pod ‘SnapKit’
pod ‘MJRefresh         


        
20条回答
  •  [愿得一人]
    2020-11-30 05:16

    I got this error after renaming the existing Xcode project configuration in which I had another Xcode project imported.

    To fix it, you have to rename the same configuration in the imported project as well.

提交回复
热议问题