I am working on this new programming platform called NativeScript, which allows you to create your own applications using JS. However, when I started working on the Hello World tutorial, I got this error:
https://gist.github.com/longpham91/d603c8fe7f6c6b06e86f
The error occurred when I tried to run the “tns run ios” command in Terminal, which basically allowed NativeScript to run the HelloWorld application on my phone.
I also looked through the error log, and it seemed that the error might have something to do with my Xcode device settings, as described here:
Check dependencies Code sign error: code signature identifiers not found: No valid signature identifiers (for example, certificate and private key pair) match the command identifier "(null)". CodeSign error: code signing is required for the "Application" product type in the "iOS 8.4" SDK
I'm not sure what that means.
source
share