Lottie version: 4.5.2
Carthage version: 0.40.0
Description
When I install Lottie 4.5.2 through Carthage, I expect Lottie.xcframework to be built. However, Carthage sometimes randomly builds the static version, Lottie-Static.xcframework, even though I do not provide any extra arguments or explicitly request the static version. This highly affects CI.
Cartfile
github "airbnb/lottie-ios" "4.5.2"
Command:
bundle exec carthage update --platform ios --use-xcframeworks
| Result |
Expected |
./Carthage/Build/Lottie-Static.xcframework (randomly) |
./Carthage/Build/Lottie.xcframework |
Lottie version: 4.5.2
Carthage version: 0.40.0
Description
When I install Lottie 4.5.2 through Carthage, I expect
Lottie.xcframeworkto be built. However, Carthage sometimes randomly builds the static version,Lottie-Static.xcframework, even though I do not provide any extra arguments or explicitly request the static version. This highly affects CI.Cartfile
Command:
bundle exec carthage update --platform ios --use-xcframeworks./Carthage/Build/Lottie-Static.xcframework(randomly)./Carthage/Build/Lottie.xcframework