Skip to content

ITunes for windows now ships without Apple Application Support making it impossible to run on ios from windows #5394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JessicaBunyan opened this issue Sep 22, 2020 · 4 comments

Comments

@JessicaBunyan
Copy link

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.

@eugv86
Copy link

eugv86 commented Sep 25, 2020

@JessicaBunyan quick workaround while we wait for nativescript-cli/lib/common/validators/iTunes-validator.ts to get updated is to copy Mobile Device Support folder under C:\Program Files\Common Files\Apple and rename the copied folder to Apple Application Support.

@NathanaelA

This comment was marked as abuse.

@mrh1997
Copy link

mrh1997 commented Nov 8, 2020

Here is a link to the last version (10.10.8) that supported "Apple Application Support". This could be used as workaround until the problem is solved...

@rigor789
Copy link
Member

#5439 removes iTunesValidator - so the CLI should no longer fail on the checks, however since apple removed application support, it's not possible to run on ios devices currently. If you have an older version of iTunes, it may work though not sure if ios 14 will even be supported (this is handled in ios-device-lib).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants