Some object files have incompatible Objective-C category definitions. Some category metadata may be lost. All files containing Objective-C categories should be built using the same compiler.
We get this warning after updating to Swift 3.0. We have third party Obj-C dependencies that we integrate using cocoapods. Any ideas how to solve it? I'm guessing it's solvable by changing something in the build settings?