I have the following problem when compiling a project in IOS 10. The project needs the Developer Team to compile correctly.
sudo cordova build ios --device
When you run the command, the following error:
In some forums JIRA official Apache Cordova, show the following solution:
issues.apache.org/jira/browse/CB-11845
I have not found a way to implement it properly to avoid this error. Build.xcconfig also attempt to modify the file, but I failed to fix the error.
If anyone has any ideas, I appreciate it very much.
Thank you.