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
Hello everyone, I need help with this bug:
I get this error when trying to test a flutter app in an ios simulator projectpath/ios/Pods/Sodium/Sodium/libsodium/libsodium-ios.a(libsodium_la-aead_xchacha20poly1305.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
excluding the arm64 architecture I get this other one:
Undefined symbol: Sodium.SecretBox.open(authenticatedCipherText: [Swift.UInt8], secretKey: [Swift.UInt8], nonce: [Swift.UInt8]) -> [Swift.UInt8]?
The text was updated successfully, but these errors were encountered:
Hello everyone, I need help with this bug:
I get this error when trying to test a flutter app in an ios simulator projectpath/ios/Pods/Sodium/Sodium/libsodium/libsodium-ios.a(libsodium_la-aead_xchacha20poly1305.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64
excluding the arm64 architecture I get this other one:
Undefined symbol: Sodium.SecretBox.open(authenticatedCipherText: [Swift.UInt8], secretKey: [Swift.UInt8], nonce: [Swift.UInt8]) -> [Swift.UInt8]?
The text was updated successfully, but these errors were encountered: