How to use Objective-C CocoaPods in a Swift Project

后端 未结 4 1608
余生分开走
余生分开走 2020-11-29 17:13

Is there a way I can use a CocoaPod written in Objective-C in my Swift project using swift?

Do I just make a bridging header? And if so, can I access the objects, cl

4条回答
  •  野性不改
    2020-11-29 18:09

    AND don't forget to add Bridging Header file name to Target -> Build Settings -> Objective-C Bridging Header

提交回复
热议问题