Failed to emit precompiled header for bridging header

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

    For me, this problem occurred when I added new build configuration and scheme to the existing project.

    The solution was to run pod install on newly created scheme. After that, project was built successfully.

提交回复
热议问题