Xcode 8 Objective-C category warning

后端 未结 8 1185
生来不讨喜
生来不讨喜 2020-12-05 09:13

I\'m using Xcode 8 and Swift 3.0. What does this error message mean?

ld: warning: Some object files have incompatible Objective-C category definition

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 09:37

    For me the issue was that I was using a third-party framework from a vendor built with Xcode 7 in my Swift 3 application built with Xcode 8. Because the framework was a compiled binary, the only option I had was to ask my vendor for a new framework built with the latest version of Xcode.

提交回复
热议问题