Skip to content

Instantly share code, notes, and snippets.

@Kudo
Created June 16, 2025 05:27
Show Gist options
  • Save Kudo/1b892e340f181bd610fcaa7369887593 to your computer and use it in GitHub Desktop.
Save Kudo/1b892e340f181bd610fcaa7369887593 to your computer and use it in GitHub Desktop.
react-native-ios-utilities use_frameworks patch for expo sdk 53
--- a/node_modules/react-native-ios-utilities/react-native-ios-utilities.podspec
+++ b/node_modules/react-native-ios-utilities/react-native-ios-utilities.podspec
@@ -53,7 +53,22 @@ Pod::Spec.new do |s|
'"${PODS_ROOT}/Headers/Public/React-hermes"',
'"${PODS_ROOT}/Headers/Public/hermes-engine"',
'"${PODS_ROOT}/Headers/Private/React-Core"',
+ # [begin] transitive dependencies of React-RCTAppDelegate that are not defined modules
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeApple/React_RuntimeApple.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-RuntimeCore/React_RuntimeCore.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-jserrorhandler/React_jserrorhandler.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector/jsinspector_modern.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspectortracing/jsinspector_moderntracing.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-jsitooling/JSITooling.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimescheduler/React_runtimescheduler.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-performancetimeline/React_performancetimeline.framework/Headers"',
'"${PODS_CONFIGURATION_BUILD_DIR}/React-rendererconsistency/React_rendererconsistency.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly/folly.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/fmt/fmt.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers"',
+ '"${PODS_CONFIGURATION_BUILD_DIR}/React-rendererdebug/React_rendererdebug.framework/Headers"',
+ # [end] transitive dependencies of React-RCTAppDelegate that are not defined modules
]
# Swift/Objective-C compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment