Integrating pods with all targets
问题 I have been using CocoaPods for a few weeks now with my iOS app and it works perfectly with the one target I have been testing (let's call it "MainApp"). However, I now want to build a different target ("MyAppLite") and noticed that the build failed (file not found on one of the pods' header files). The differences in the Build Settings I've noticed are as follows: Other Linker Flags does not contain the required frameworks in MyAppLite Framework/Header/Library Search Paths are all empty in