chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)

Home Page:https://pusher.com/channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when debugging in ios simulator (Arm64 LibSodium)

usolisdev opened this issue · comments

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]?