Class X is implemented in both <framework> and <application> one of the two will be used, which one is undefined
I'm getting this warning: Class X is implemented in both <framework> and <application> one of the two will be used, which one is undefined This warning is covered quite a bit across the web but i haven't found anything that answers the specific problem I'm having. Scenario I've built MyFramework and MyApplication (as a test/demo application for MyFramework). MyFramework uses a CocoaPod (which I'll refer to as CoolPod), which I also want to use in MyApplication (and it is reasonable to assume a consumer of MyFramework would also). I need to be able to distribute MyFramework as a .framework (for