I currently have a problem compiling the Apache Cordova project for the IOS 10 platform.
What happens is when you execute the command in the terminal:
sudo cordova build ios --device
There is an error requesting the "Developer Team" or Apple developer code.
I have already solved the problem importing the project to XCODE and changing some configurations, but I find it very funny that it does not work correctly since the end and I imagine that there must be a correct way to assign the developer ID.
I have consulted several official sites and found a solution that was published in September by the Apache Cordova development team, but I have not found the correct way to implement it. The site is the following: link
To solve this problem, modify the file build.xcconfig
without success.
The error in question is the following:
Signing for "helloMundo" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
If someone has solved this problem in a different way than importing it in XCODE
, I appreciate it.
Thank you very much for your attention.
Greetings,