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
❌ Undefined symbols for architecture arm64
┌─ Symbol: skottie::Animation::seekFrameTime(double, sksg::InvalidationController*)
└─ Referenced from: skottie::Animation::seek(float, sksg::InvalidationController*) in libreact-native-skia-skottie.a[4](react-native-skia-skottie.o)
❌ ld: symbol(s) not found for architecture arm64
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Had run into the same issue on an Intel MacBook (2020), on Expo, randomly, after not changing or running project locally for a month. Set my Xcode to 15.3, deleted ios and .expo directories, installed latest Skia (1.3.13) and rerun a fresh dev build, and it resolved itself.
Alread used
pod install
react-native-skottie 2.1.4
@shopify/react-native-skia 1.3.6
The text was updated successfully, but these errors were encountered: