I have 500GB free and it still said the same... "Unable to download the app"
I have Xcode 12.2 on iMac Late 2012, and I only try to do this because Xcode playground does not supply any normal output on the right pane where usually the output goes (when you asign the value to the string for example)
Any pointers?
BB
Post
Replies
Boosts
Views
Activity
I have a similar issue
I'm using xCode Version 12.2 (12B45b) on iMac Late 2012 can not upgrade to Big Sur (so don't ask)
and even the simplest code does not have any output on the right, either manual run or auto
import Foundation
let myEmail = "eskimo"
print(myEmail)
no output on the right or in the console.
is there an issue with updates? which i could not complete because my iMac is 2012?. really, sounds a bit suspect?
BB