From a64819c6a9437509ca3cc1fe8fc5fda60a457c0e Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:54:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Ex=20-=20Run=20`p?= =?UTF-8?q?od=20install`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/ios/Podfile.lock | 11 +++++++++-- .../project.pbxproj | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 94b74921..29c55839 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -443,7 +443,10 @@ PODS: - React-jsi (= 0.72.5) - React-logger (= 0.72.5) - React-perflogger (= 0.72.5) - - ReactNativeIosModal (0.1.0): + - ReactNativeIosModal (2.0.0-3): + - ExpoModulesCore + - ReactNativeIosUtilities + - ReactNativeIosUtilities (4.0.0-3): - ExpoModulesCore - SocketRocket (0.6.1) - Yoga (1.14.0) @@ -497,6 +500,7 @@ DEPENDENCIES: - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - ReactNativeIosModal (from `../../ios`) + - ReactNativeIosUtilities (from `../node_modules/react-native-ios-utilities`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: @@ -599,6 +603,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon" ReactNativeIosModal: :path: "../../ios" + ReactNativeIosUtilities: + :path: "../node_modules/react-native-ios-utilities" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -650,7 +656,8 @@ SPEC CHECKSUMS: React-runtimescheduler: cc32add98c45c5df18436a6a52a7e1f6edec102c React-utils: 7a9918a1ffdd39aba67835d42386f592ea3f8e76 ReactCommon: 91ece8350ebb3dd2be9cef662abd78b6948233c0 - ReactNativeIosModal: 7b9d7622613e113f37b91a1534446a15e1c60f23 + ReactNativeIosModal: 8f8d2ed6243d25d26a8c1feeb0902f22c7054c15 + ReactNativeIosUtilities: 290795b269da136e4084d6f1c9f814682edbe454 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6 diff --git a/example/ios/reactnativeiosmodalexample.xcodeproj/project.pbxproj b/example/ios/reactnativeiosmodalexample.xcodeproj/project.pbxproj index fb34db81..6b0ad91b 100644 --- a/example/ios/reactnativeiosmodalexample.xcodeproj/project.pbxproj +++ b/example/ios/reactnativeiosmodalexample.xcodeproj/project.pbxproj @@ -467,6 +467,7 @@ "$(inherited)", "-Wl", "-ld_classic", + "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; @@ -531,6 +532,7 @@ "$(inherited)", "-Wl", "-ld_classic", + "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos;