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
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
when building the example app for iOS Simulator I'm getting this error:
ld: in /Users/peter/Downloads/flutter_sodium-master/example/ios/Pods/../.symlinks/plugins/flutter_sodium/ios/libsodium.a(libsodium_la-aead_chacha20poly1305.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/peter/Downloads/flutter_sodium-master/example/ios/Pods/../.symlinks/plugins/flutter_sodium/ios/libsodium.a' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Which suggests that libsodium.a does not support arm64 architecture.
Anyone can help with this?
Thanks,
Peter
The text was updated successfully, but these errors were encountered:
Hi guys,
when building the example app for iOS Simulator I'm getting this error:
Which suggests that
libsodium.a
does not support arm64 architecture.Anyone can help with this?
Thanks,
Peter
The text was updated successfully, but these errors were encountered: