Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos m1 arm64 build error #53

Open
cyz1901 opened this issue Jun 21, 2024 · 2 comments
Open

macos m1 arm64 build error #53

cyz1901 opened this issue Jun 21, 2024 · 2 comments

Comments

@cyz1901
Copy link

cyz1901 commented Jun 21, 2024

Alread used pod install

❌  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)

react-native-skottie 2.1.4
@shopify/react-native-skia 1.3.6

@hannojg
Copy link
Member

hannojg commented Jul 22, 2024

Can you provide a repo with a reproduction please?

@thecynicalpaul
Copy link

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.

Hopefully, this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants