diff --git a/packages/react-native-editor/ios/GutenbergDemo.xcodeproj/project.pbxproj b/packages/react-native-editor/ios/GutenbergDemo.xcodeproj/project.pbxproj index d030a192e1afd1..4b6938198c9423 100644 --- a/packages/react-native-editor/ios/GutenbergDemo.xcodeproj/project.pbxproj +++ b/packages/react-native-editor/ios/GutenbergDemo.xcodeproj/project.pbxproj @@ -617,7 +617,11 @@ INFOPLIST_FILE = GutenbergDemo/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(PROJECT_DIR)"; + LIBRARY_SEARCH_PATHS = ( + "$(SDKROOT)/usr/lib/swift", + "$(inherited)", + "$(SDKROOT)/usr/lib/swift$(PROJECT_DIR)", + ); MARKETING_VERSION = 1.0; OTHER_LDFLAGS = ( "$(inherited)", @@ -651,7 +655,11 @@ INFOPLIST_FILE = GutenbergDemo/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(PROJECT_DIR)"; + LIBRARY_SEARCH_PATHS = ( + "$(SDKROOT)/usr/lib/swift", + "$(inherited)", + "$(SDKROOT)/usr/lib/swift$(PROJECT_DIR)", + ); MARKETING_VERSION = 1.0; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index a8c4f0fd2d4bf8..38d973b0a62abc 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -100,7 +100,6 @@ "preios": "cd ios && (bundle check > /dev/null || bundle install) && bundle exec pod install --repo-update", "preios:carthage": "cd ../react-native-aztec && npm run install-aztec-ios", "preios:carthage:update": "cd ../react-native-aztec && npm run update-aztec-ios", - "preios:xcode10": "cd ../../node_modules/react-native && ./scripts/ios-install-third-party.sh && cd third-party/glog-0.3.5 && [ -f libglog.pc ] || ../../scripts/ios-configure-glog.sh", "ios": "react-native run-ios", "ios:fast": "react-native run-ios", "device-tests": "cross-env NODE_ENV=test jest --forceExit --detectOpenHandles --no-cache --maxWorkers=3 --testPathIgnorePatterns='canary|gutenberg-editor-rendering' --config ./jest_ui.config.js",