“'CDVPlugin.h' file not found” in Cordova as component (Cleaver)
问题 I added Cordova as a component to my iOS project. Adding a custom plugin leads to the error, despite that the plugin works in a Cordova-only project: 'CDVPlugin.h' file not found PhoneGap / Cordova 1.7.0 installed Checked multiple times to correctly implement the steps https://github.com/apache/incubator-cordova-ios/blob/master/guides/How%20to%20Use%20Cordova%20as%20a%20Component.md ("Adding Cleaver to your Xcode project (CordovaLib sub-project)") The Plugin works in a plain cordova-based