Closed
Description
Repro steps
I've created an example app at https://github.com/timmywil/react-native-async-storage-1.3.1
This app was created with react-native init
and async-storage included with react-native link... && cd ios/ && pod install
after creating a Podfile.
Building without pods seems to work fine, but if async-storage is included with pods, you get the error shown above.
Downgrading to 1.3.0 fixes the issue.
Environment
- Async Storage version: 1.3.1
- React-Native version: 0.59.4
- Platform tested: iOS only