Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbol: absl::lts_20240116::CHexEscape(absl::lts_20240116::string_view) #1129

Open
5 tasks done
Makhdoom-Sharif opened this issue Nov 12, 2024 · 2 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@Makhdoom-Sharif
Copy link

Makhdoom-Sharif commented Nov 12, 2024

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.

  1. Environment
    1. Platform: ios
    2. SDK version: 8.2.6
    3. OS version: 17.4
    4. Xcode/Android Studio version: 15.4 (15F31d)
    5. React Native version: 0.72.3
    6. 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

Screenshot 2024-11-13 at 12 05 44 AM

@Makhdoom-Sharif Makhdoom-Sharif added the bug Something isn't working label Nov 12, 2024
@RCGitBot
Copy link
Contributor

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@aboedo
Copy link
Member

aboedo commented Nov 12, 2024

@Makhdoom-Sharif those undefined symbols aren't related to our SDK at all, I think they're probably a dependency of react-native itself or a different library?
In any case, I would recommend deleting node-modules and reinstalling the SDK to see if it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants