Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 & Package load failure
I was struggling with this error for a whole day, what helped me at the end: 1 - Deleting all spm cache and derived data: rm -rf ~/Library/Caches/org.swift.swiftpm ~/Library/Developer/Xcode/DerivedData ~/Library/org.swift.swiftpm ~/.swiftpm/xcode/ 2 - Adding package with "Add Anyway" option 3 - Fully closing Xcode (cmd + q) and running this in project folder: xcodebuild -resolvePackageDependencies -disablePackageRepositoryCache Hope it helps someone! :)
Oct ’24