NativeScript / NativeScript/nativescript-cli
ITunes for windows now ships without Apple Application Support making it impossible to run on ios from windows
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Environment
Nativescript globally installed: 6.5.0
Describe the bug
Setting up nativescript cloud builds on a new machine is impossible as Itunes for windows download no longer includes Apple Application Support. Apple Application Support is required to use commands tns run ios or tns device. If it is not installed it gives the error "ITunes is not installed, please install itunes and try again"
To Reproduce
Download ITunes fresh from apple website
tns device
Expected behavior
connected device is listed, or message saying no connected devices
Additional context
I have tried older downloads of itunes from the apple website. No 64 bit ones are available (some of the ones listed at 64 bit are not 64 bit). The most recent version does not include Apple Application Support - this has been verified by using 7zip to extract files from the installer - no msi installer is provided for Apple Application Support. In essence, it is impossible to developer for ios on windows unless itunes was already installed back when it included Apple Application Support, or find a link to an old installer
Files for Apple Application Support would typically be found in C\Program Files\Common Files\Apple. This is where the ITunesValidator looks for it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ITunesValidator and its lookup under C\Program Files\Common Files\Apple, then reproduce tns device after a fresh iTunes installation. Completion should cover the missing Apple Application Support case by detecting supported installations or reporting clearly when no connected devices are available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- cli, mobile-dev, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100