Header file not found but only for device builds, not simulator builds

后端 未结 1 1965
小鲜肉
小鲜肉 2021-01-26 13:27

When I updated my Xcode to 7.1.1 it started to show the message that the specific header file is not found but the header file is there. And when I build for the simulator it do

相关标签:
1条回答
  • 2021-01-26 13:39

    I don't need to use the Bridging-header.h anymore cuz I'm using cocoa pods that implements a support for this situation, for solve I just delete the file and insert in the views:

    import MMDrawerController
    

    Like a normal Swift library.

    Support of CocoaPods

    0 讨论(0)
提交回复
热议问题