Download an iOS app on the command line using Xcode 6

We used the answer provided here ( How to download an iOS application to the application store via the command line ) Tomer Shiri to automate the download of our applications to iTunes Connect using a script. This works fine with Xcode 5.X, but now we have installed Xcode 6, which does not work at startup.

We assume that the script we made falls on a line containing the xcrun command with an error:

user-mac-mini: ~ user $ sh / Users / user / Desktop / Wizard \ Download \ script.sh sh: create.sh: No such file or directory error: Unknown application extension '.' - expected ".app" or ".ipa"

Does anyone know if the xcrun command has changed in Xcode 6? and if so, what will be the equivalent team that includes any changes?

thank

James

EDIT: as the party thought I saw several comments on the internet that suggest that the apple has confirmed that this is an undocumented tool. With that in mind, is there anyone who has the ability to decompile / disassemble abilities and want to parse it and find a list of CLI options for xcrun binary version xcode 6?

+4
source share

All Articles