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: Missing argument for parameter 'idempotencyLevel' in call #153

Closed WilliamYWY closed 10 months ago

WilliamYWY commented 10 months ago

Describe the bug

After installing the package with the steps provided in the repo.

  1. install expo (working fine)
  2. npm i @xmtp/react-native-sdk
  3. Modified ios/Podfile
  4. npm pod-install

Getting this error in xcode "Missing argument for parameter 'idempotencyLevel' in call" and cannot build the app Screenshot 2023-11-23 at 6 03 35 PM Screenshot 2023-11-23 at 6 04 30 PM

Expected behavior

Build the app successfully

Steps to reproduce the bug

No response

nplasterer commented 10 months ago

We're working on the fix here. https://github.com/xmtp/xmtp-ios/pull/192

nplasterer commented 10 months ago

@peterferguson @WilliamYWY Please reopen if this issue still persists on the latest build. But should be fixed now on v1.20.2. 🙏