Hi,
I cannot install Xcode 12 Beta 5. When I click on the Xcode12beta5.xip file it begins to extract the files but then it shows a dialog which says
The archive "Xcode12beta5.xip" can't be expanded because the selected volume doesn't have enough free space.
However, I have 79.6Gb of free space on my laptop. My laptop is running MacOS 10.15.6
I suspect something else is happening here, and it is not related to the lack of disk space. Has anyone experienced this? If so how did you fix it?
Thanks
I cannot install Xcode 12 Beta 5. When I click on the Xcode12beta5.xip file it begins to extract the files but then it shows a dialog which says
The archive "Xcode12beta5.xip" can't be expanded because the selected volume doesn't have enough free space.
However, I have 79.6Gb of free space on my laptop. My laptop is running MacOS 10.15.6
I suspect something else is happening here, and it is not related to the lack of disk space. Has anyone experienced this? If so how did you fix it?
Thanks
Hi All,
Here's the solution
I succeeded in extracting the app using the following command
xip -x Xcode12beta5.xip
(For some reason this forum is stripping out the underscores from the filename)
The log then showed
xip: signing certificate was "Development Update" (validation not attempted)
xip: expanded items from "/Users/myaccount/Downloads/Xcode12beta5.xip"
Regards
Here's the solution
I succeeded in extracting the app using the following command
xip -x Xcode12beta5.xip
(For some reason this forum is stripping out the underscores from the filename)
The log then showed
xip: signing certificate was "Development Update" (validation not attempted)
xip: expanded items from "/Users/myaccount/Downloads/Xcode12beta5.xip"
Regards