You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having the same issue.
just found the workaround in react-native-skotie lib.
goto file inside -> node modules -> react-native-skottie -> react-native-skia-skottie.podspec
and change line 35 and 36 to
35 - cp -r "#{skiaPath}/libs/ios/libsksg.xcframework" libs/ios/ ---> cp -r "#{skiaPath}/libs/apple/libsksg.xcframework" libs/apple/
36- cp -r "#{skiaPath}/libs/ios/libskottie.xcframework" libs/ios/ ---> cp -r "#{skiaPath}/libs/apple/libskottie.xcframework" libs/apple/
use patching to persist changes after reinstalling node modules
The text was updated successfully, but these errors were encountered: