Posted on 03-04-2021 10:38 PM
I have Xcode 12 as a VPP app assigned via Apple School Manager to our Jamf Pro server
Just rebuilt a machine and tried installing Xcode and it looks to install but finishes way too quickly and doesn't install. No message of a failure and nothing in the Jamf inventory for the machine. Lots of other VPP apps are installing - Pages, Numbers, Keynote
Apart from downloading it direct, are there any other ideas of things to check?
Posted on 03-23-2021 08:08 AM
I have yet to find a resolve for Xcode 12 installing via Jamf and would much like to find a fix as well as find a way to update existing installations that were installed directly form the App store versus a Jamf deployment.
Posted on 04-30-2021 10:06 AM
Has this been resolved? If so, what was the solution?
Posted on 05-14-2021 01:12 PM
I have just opened a ticket regarding this these are the errors I have found:
Error installing content: Xcode
com.apple.xpc.launchd[1]: Coalition Cache Hit: app<application.com.apple.dt.Xcode.22961078.23627245(503)> [3119]
com.apple.xpc.launchd[1] (application.com.apple.dt.Xcode.22961078.23627245[9999]): Service exited due to SIGABRT
com.apple.xpc.launchd[1] (application.com.apple.dt.Xcode.22961078.23627245[9832]): Service exited due to SIGTERM | sent by Dock[617]
Not to sure what they mean, waiting until they get back to me
Posted on 06-10-2021 12:20 PM
I have also opened a support case for this: JAMF-2900787
Posted on 06-16-2021 08:58 AM
We now have this issue as well. Opened a ticket.
Posted on 07-23-2021 04:13 AM
There are many threads out there on challenges installing Xcode esp via VPP where due to its size some kind of timeout or download interrupt occurs. In my org we've had better success grabbing the xip from the Apple developer site and redistributing / unpacking that to clients. Not pretty, very space consuming (you'll want upwards of 40GB free just in case) and manage users' expectations to have a LOT of patience.
Posted on 09-09-2021 12:01 PM
How did Jamf fix this?
Posted on 10-05-2021 08:28 AM
What is seen here, is that on XCode install from "Self Service" it shows an error ("Failed").
This operative leaves that, and then as root in the terminal:
find /private -name '*.pkg' 2>/dev/null
You'll see it there (if the VPP god is smiling on you) with a randomized filename and when run again you'll see it's still alive, downloading... file size growing. When a bit more than 11 Gigs, and stops increasing in size, run:
installer -pkg /private/var/...{whatever} -target /
Even that may take 20-30 minutes to complete, but usually does.
The mistake is in taking the Error at face value and clicking "Install" again, or "Open" (which sometimes appears), all is muddied in that case...