Connect Objective-C framework to Swift iOS 8 app (Parse framework)

前端 未结 6 1827
你的背包
你的背包 2020-11-27 03:17

I am trying to use an Objective-C framework with the Swift programming language for iOS 8 development. This is a specific case of an import but the general problem is:

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-27 03:40

    New Parse framework version need some update.

    Such as You should insert libsqlite3.0.dylib in Library Binary With Libraries and update header file with #import and #import

提交回复
热议问题