Carthage randomly builds Lottie-Static.xcframework only.
              
              #2611
            
            
                  
                    
                      wilbarriosgbg
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| 
         Seems very likely to be an issue with Carthage itself rather than Lottie, would suggest filing an issue on that repo  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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.xcframeworkBeta Was this translation helpful? Give feedback.
All reactions