Failed to emit precompiled header for bridging header

后端 未结 20 1479
傲寒
傲寒 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:21

    I had same scenario, make sure for the file A that you have included in YourProjectName-Bridging-Header.h

    • if it uses some other class(s), then those other classes are also included before that File A

提交回复
热议问题