I have created a framework project that is a wrapper for React Native app. The set up involves manual linking and it was working fine until we updated lottie-react-native
as well as lottie-ios
to the latest as well as some of the framework code started importing and using LottieReactnative module.
Now we get the following compilation error
ViewController.swift:10:8: Missing required module 'LottieReactNative'
Additional info on my project
- I am using RN 0.60.4
- I am using
Legacy Build System
- LottieReactNative is not referenced anywhere outside the wrapper framework.
- Looking at DerivedData, it looks like LottieReactNative is exposed as a module but not included into Lottie.framework or my custom framework
Any insight would be greatly appreciated