You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): Use install_modules_dependencies for react-native-launch-arguments
Enhances the patch script to use install_modules_dependencies() instead
of hardcoded React/React-Core dependencies. This is the modern approach
for React Native 0.60+ that properly handles all framework configurations
(static, dynamic, etc.) and automatically resolves the correct React Native
dependencies.
This should fix the "Undefined symbols: _RCTRegisterModule" error when
building RN 0.84.0 with dynamic frameworks on iOS.
The patch now uses the same defensive pattern as RNSentry.podspec, with
a fallback to React-Core for older RN versions that don't have
install_modules_dependencies defined.
Tested locally and verified:
- Patch successfully replaces s.dependency "React"
- Generated Ruby syntax is valid
- Idempotent (safe to run multiple times)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments