I am new to NativeScript and I just made my first app. My app requires testing on a real iPhone; however, I don't know how to test it on a real iPhone and not the simulator. I tried looking at the appbuilder docs but I can't figure out how to just test it on an iPhone. I tried to use tns run ios
while I had an iPhone plugged in but I get this:
=== BUILD TARGET LOKale OF PROJECT LOKale WITH CONFIGURATION Debug ===
Check dependencies
Signing for "LOKale" 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'
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Command xcodebuild failed with exit code 65
# run ios
I have no idea why I can't just run it on an iPhone. Can anyone tell me how to test it on a real iPhone or what I am doing wrong? Thanks in advance!