Clean Xcode install - how?
I was enjoying and making good progress on my first SwiftUI project when suddenly Xcode refused to load. It crashes when I invoke it even though my Xcode and MacOS are up-to-date (MacOS 14.3.1 Xcode 15.2)
I discovered an Apple page to report and upload the Xcode sysdiagnose but when I invoke the command to create logs
sudo sysdiagnose Xcode
I receive the error
Invalid target Process/pid specified
I couldn't find the Windows equivalent of deinstall so I deleted the Xcode software using the context menu from the Launchpad and re-installed it from the App Store but Xcode still crashes and dumps while starting:
Xcode quit unexpectedly
- How do you perform a clean install of Xcode on the MacOS?
- Is there a way of compiling SwiftUI code without Xcode to continue to make progress with the App? I do have iOS devices and I could transfer the source code project to one of them or upload to the Cloud.
MacBook Air