I created an account with Telerik, signed a certificate with Apple Dev Centre and got a mobile provisioning. I used Appbuilder to import the certificate and the provision to my laptop. But I still cannot deploy my app on iOS using
tns deploy ios
The warning says:
IMPORTANT: Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system.
But when I do "appbuilder provision" and "appbuilder certificate", the commands show me they have been successfully imported. I also tried:
appbuilder deploy ios --provision '<name>' --certificate '<title>'
It says no project found at or above path and neither was a --path specified. But I am in the project folder. :/