We install Lottie via SPM using the SPM repo: https://github.com/airbnb/lottie-spm.git
Our team sees this issue occur very frequently in Xcode Cloud:
xcodebuild: error: Could not resolve package dependencies: failed downloading 'https://github.com/airbnb/lottie-ios/releases/download/4.4.3/Lottie-Xcode-15.2.xcframework.zip' which is required by binary target 'Lottie': downloadError("A server with the specified hostname could not be found."). fatalError
I've just updated the version to latest 4.6.0 and will see if it keeps occurring, but wondering if this is something others are experiencing when using the lottie-spm repo?
If we still see the failure with the updated version (4.6.0) then I will try switching to the main repo instead of the SPM one and see if that fixes the issue. But just wanted to bring this to your attention to see if you were aware of it and could possibly fix.
Thanks!