How to link a cocoapods cordova plugin src to a .framework header file when there's multiple xcode projects in the workspace?
问题 The unique situation is that this is an Ionic app that pulls in the uncompiled plugin source via pods. The problem is that when compiling, the plugin headers and implementation can't find the .framework's headers/implementation. The demo Cordova app finds the .framework, but they're only in a single project. I've tried all the suggestions for "header file not found". Adding the .framework to the linked libraries of either the pods project or the app project Adding search paths to every target