chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
42 stars 175 forks source link

error when debugging in ios simulator (Arm64 LibSodium) #50

Open usolisdev opened 2 years ago

usolisdev commented 2 years ago

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