Closed KaterinaUK closed 1 year ago
This sounds like a problem with Lottie React Native. Please file an issue on that repo instead: https://github.com/lottie-react-native/lottie-react-native
I am experiencing the same behaviour on the iOS project. This problem occurs on xCode 14.3 and newer with use_frameworks!
commented out in the podfile. It should not be connected to React Native.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
#use_frameworks!
inhibit_all_warnings!
target 'testing' do
pod 'lottie-ios', '4.3.3'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end
Hi everyone, I am experiencing an issue after upgrade to XCode 15, I have an error saying "LottieReactNative/ContainerView.swift Could not build Objective-C module 'lottie_react_native'" I found a few issues but the solution provided did not work: https://github.com/lottie-react-native/lottie-react-native/issues/734 https://github.com/lottie-react-native/lottie-react-native/issues/906
I tried:
pod deintegrate && rm -rf podfile.lock && pod update
None of these were working for me.
Which Version of Lottie are you using?
"lottie-ios": "^3.4.0", "lottie-react-native": "^5.1.4"
Expected Behavior
The build should succeed.
Actual Behavior
Animation JSON
NA