Reputation: 2486
If I make a custom build configuration by duplicating the release build and name it 'release-test' I get the following errors when trying to run it:
Lexical or Preprocessor issue : 'Cordova/CVViewController.h' file not found
Lexical or Preprocessor issue : 'Cordova/CVViewController.h' file not found
Switching back to the default staging and release build works fine.
Whats going on :(
Upvotes: 1
Views: 178
Reputation: 2486
Okay I seemed to find a fix for this, I had to create the same build configuration with the same name in the CordovaLib project settings.
Upvotes: 1