I recently updated to Xcode 15.0.1. Autocomplete for UIKit in Xcode Playgrounds seems to be non-functional. I'm able to write the code and compile it, but the autocomplete feature is entirely absent. Just to clarify, I'm referring to the regular Xcode Playgrounds, not the Swift Playgrounds App.
Here's a basic example:
import UIKit
let label = UILabel()
When I option-click on label
, Xcode displays the type as <<error type>>
. Additionally, after running the playground, the spinner at the top indicates "Ready to Continue", but it just doesn't stop spinning.
Has anyone else faced this issue? Has UIKit support in Playgrounds has been deprecated or is this just a bug?
I tried deleting and reinstalling Xcode and updating macOS to Sonoma.