Home > Blockchain >  Xcode 13.2 - Adding package hangs on "Preparing to validate"
Xcode 13.2 - Adding package hangs on "Preparing to validate"

Time:12-15

I have recently updated to Xcode 13.2 from the Mac App Store. While trying to fix an issue with a Swift package, I uninstalled it and now I cannot reinstall the package.

When I try to add a package from GitHub the process hangs immediately on "Preparing to validate".

I already attempted to restart Xcode, restart my mac, clean derived data, reset Swift package caches and update package versions to no avail.

Is there any way around this issue?Screenshot of issue

CodePudding user response:

Check https://developer.apple.com/forums/thread/696504 and re-download Xcode 13.2 directly from the releases section of the Apple Developer website: https://developer.apple.com/download/release/

  • Related