3sidedcube / cubefoundation-ios

Extensions, objects, and utilities used across newer 3SC iOS projects.
Apache License 2.0
0 stars 0 forks source link

`LottieView` caused builds to fail #9

Open BenShutt opened 1 year ago

BenShutt commented 1 year ago

LottieView (previously named Lottie) is defined in this package but wrapped in a #canImport statement.

I managed to get the app running from a simulator using LottieView from this framework, but the build seemed to fail.

I'm not sure the way we are conditionally importing Lottie is correct?

BenShutt commented 1 month ago

Think Lottie may support SwiftUI directly now? https://github.com/airbnb/lottie-ios/discussions/2189