-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- I have updated Purchases SDK to the latest version
- I have read the Contribution Guidelines
- I have searched the Community
- I have read docs.revenuecat.com
- I have searched for existing Github issues
Describe the bug
I'm experiencing an undefined symbol error after updating the react-native-purchases package from version 7.15.0 to 8.2.6 in a React Native project (React Native version 0.72.3). The error occurs when building the iOS app, even though the minimum iOS deployment target is correctly set to 13.0.
- Environment
- Platform: ios
- SDK version: 8.2.6
- OS version: 17.4
- Xcode/Android Studio version: 15.4 (15F31d)
- React Native version: 0.72.3
- SDK installation (CocoaPods + version or manual): 1.16.0
2.Steps to Reproduce:
- Update react-native-purchases from 7.15.0 to 8.2.6.
- Set the iOS deployment target to 13.0 in Xcode.
- Remove existing Pods and reinstall by running pod install.
Expected Behavior
The iOS build should complete successfully without throwing any errors related to undefined symbols
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working