Closed johnnyrwest closed 11 months ago
Hi @johnnyrwest, it looks like your local copy of the Podspecs might be out of sync with the remote CocoaPods repo. Could you try running pod repo update
in your terminal to update the local references on your machine and see if that resolves the issue?
@jerielng I feel dumb now, that was the issue! Thank you for the help 🙌
Which Platforms?
iOS
Which React Native Version?
0.72.4
Which @braze/expo-plugin version?
1.1.2
Which @braze/react-native-sdk SDK version?
8.0.0 and 7.0.0
Repro Rate
100% of the time
Steps To Reproduce
Example:
npm install @braze/react-native-sdk
npx expo install @braze/expo-plugin
npx eas build --platform ios --local
Expected Behavior
Was expecting latest versions of both libs to install and correctly build together.
Actual Incorrect Behavior
Build exits with non-zero code: 1 for
@braze/react-native-sdk
versions8.0.0
and7.0.0
, but succeeds on6.0.2
Verbose Logs
Additional Information
Other than described above, I was just setting up Braze and the Expo plugin using the example found here