xmtp / xmtp-react-native

A package you can use to build with XMTP in a React Native or Expo app.
MIT License
41 stars 19 forks source link

Bug: can't make the RN SDK work in `production` env on iOS #51

Closed nmalzieu closed 1 year ago

nmalzieu commented 1 year ago

Describe the bug

I can't make the RN SDK work with production env. With dev env it works on Android & iOS, but with production env on iOS I get:

Error: XMTP Rust Error: status: Unavailable, message: "error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known", details: [], metadata: MetadataMap { headers: {} }

Expected behavior

No response

Steps to reproduce the bug

No response

dmccartney commented 1 year ago

This is a bug in the iOS SDK -- the fix is en route: https://github.com/xmtp/xmtp-ios/pull/107