-
-
Notifications
You must be signed in to change notification settings - Fork 197
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.1.2 and 6.2.2
- Cross-platform modules: 6.1.2
- Android Runtime: 6.1.2
- iOS Runtime: 6.1.1
- Plugin(s): unrelated
Describe the bug
tns run ios command can install, restart and sync the app on iOS emulator, but cannot on real iPhone device.
I see that app is installed on the device. Consol log shows that Nativescript is trying to "Restarting the app" but it stays there. I have to manually tap the app icon to start the app. If I make changes on the code, changes aren't synced too. I see that webpack build is done but nothing else happens. It just stays there. I have to kill the command and rerun it every time I make a change.
To Reproduce
Create a project. Connect iPhone. Run tns run ios. It shows "Restarting application on device 8ad303e2f6bf07f0329fb6a43329e99d14d98604..." at the end, but nothing happens.
Expected behavior
It should restart the app and sync it.