-
-
Notifications
You must be signed in to change notification settings - Fork 631
Description
CI/Cd breaks with error
Checking out 11.13.0 of package ‘swift-package-manager-google-mobile-ads’
2025-05-16 10:19:08.216 xcodebuild[70413:374303364] Writing error result bundle to /var/folders/4v/8xj6qhhx129_r12mygd28xhw0000gp/T/ResultBundle_2025-16-05_10-19-0008.xcresult
xcodebuild: error: Could not resolve package dependencies:
Revision 689b65f for sourcery remoteSourceControl https://github.com/krzysztofzablocki/Sourcery.git version 2.2.7 does not match previously recorded value 224b98d
Cleaning up project directory and file
Is there a way to fix this without changing the dependency to exact version ?
I tried
rm -rf ~/Library/Caches/org.swift.swiftpm
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf *.xcworkspace
rm -rf Package.resolved
xcodebuild clean
xcodebuild -resolvePackageDependencies
but still get the same error