Cannot debug Swift module/framework embedded in Objective-C app

后端 未结 11 1847
悲哀的现实
悲哀的现实 2021-02-01 02:57

Alternative titles (to aid searching)

  • Cannot debug Swift 2.3 framework linked to an Objective-C app in Xcode 8
  • error in auto-import: f
11条回答
  •  情深已故
    2021-02-01 03:47

    In my case, I had to remove Objective-C Bridging header from build settings file. My Bridging header file did not do anything.. so it was okay.

提交回复
热议问题