How to reference header files in Bridging-Header.h after updating CocoaPods to 0.36.x and above?

前端 未结 5 1650
醉梦人生
醉梦人生 2020-12-24 01:05

After updating to CocoaPods 0.36.x, I am unable to add imports into my Bridging-Header.h file. I get the \"DBSphereView.h file not found\".

The file is indeed presen

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 01:28

    I had problems with this. My bridging header wasn't finding pod libs. I ended up finding out that I have to do this.

提交回复
热议问题