0

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:

enter image description here

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.

Pugazh
  • 9,453
  • 5
  • 33
  • 54
locoalien
  • 7
  • 2
  • please run your project with xcode and follow http://stackoverflow.com/questions/37806538/code-signing-is-required-for-product-type-application-in-sdk-ios-10-0-stic – Naitik Oct 13 '16 at 12:59
  • thanks for the recommendation. But since XCODE if I work. What I need is to run either from the terminal. – locoalien Oct 13 '16 at 13:05
  • just do **cordova build ios** then open yorprojectname.xcodeproj file from your application's platform/ios folder it will open in xcode – Naitik Oct 13 '16 at 13:06
  • since I already XCODE the project and working properly assigning the Developer Team. But what I need is from the terminal to assign the Developer Team as mentioned in the following link: https://issues.apache.org/jira/browse/CB-11845 – locoalien Oct 13 '16 at 13:09
  • Which version of cordova do you have ? – e666 Oct 13 '16 at 13:44
  • They haven't make a release with the commit fixing your issue. For the moment, it is only on master branch of cordova-ios. So, it won't work – e666 Oct 13 '16 at 13:49
  • the latest version 6.3.1 – locoalien Oct 13 '16 at 13:57

0 Answers0