question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tns deploy iOS Error is: Could not install application

See original GitHub issue

Hi 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Fatmecommented, Apr 11, 2018

Hi @lumayara,

I’m suspecting that your provision might not include your device. To check that please execute the followings:

  1. Connect your non working device
  2. Execute tns run ios --provision and send us the output.
1reaction
lumayaracommented, Apr 23, 2018

It is working now. Thanks for the help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found