Failed to emit precompiled header for bridging header

后端 未结 20 1539
傲寒
傲寒 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 05:19

    You can try this solution. I have solved the same problem by this way.

    Product > Scheme > Edit Scheme > Select "Build" on Left Menu > Find implicit dependencies

    Under the build tab, check 'Find implicit dependencies':

    Find implicit dependencies

    Then make a clean and build again.

提交回复
热议问题