Skip to content

Carthage randomly builds Lottie-Static.xcframework only. #2610

@wilbarriosgbg

Description

@wilbarriosgbg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions