tns deploy iOS Error is: Could not install application
See original GitHub issueHi everyone, I am trying to run this command: tns deploy ios --device (Identifier). However am getting always the message:
Skipping prepare.
Searching for devices...
Your application will be deployed only on the device specified by the provided index or identifier.
Skipping package build. No changes detected on the native side. This will be fast!
Installing...
Failed to install /Users/luanafernandes/(path)/App.ipa on device with identifier b00000000000. Error is: Could not install application
The phone I have is a iPhone 7 plus and I already deployed this before in another iPhone 7 however is not working right now. Anyone had this issue?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
tns run ios; does not install app
ipa file—but the deploy process doesn't seem to run. It just gets stuck at `Using /path/to/project-name/platforms/ios/build/device/project-name.
Read more >tns deploy - NativeScript Docs
tns deploy. Description. Prepares, builds and deploys the project to a connected device or native emulator. You must specify the target platform on...
Read more >iOS14.0 Unable to install app
When I download the app from iOS 14.0 device it is throwing 'Unable to install Myapp, Please try again later' error. Whereas, the...
Read more >Problem to run Nativescript app on iOS 14?
ns run ios shows this error : unable to apply changes on device: 7BE6C620-A73C-42DF-81AD-65A0083CB13E. Error is: ENOENT: no such file or ...
Read more >tns-ios
The iOS Runtime may be thought of as "The Bridge" between the JavaScript and the iOS world. A NativeScript application for iOS is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @lumayara,
I’m suspecting that your provision might not include your device. To check that please execute the followings:
tns run ios --provision
and send us the output.It is working now. Thanks for the help.