Page MenuHomePhabricator

[Chore] Update Podfile.lock
AbandonedPublic

Authored by jon on Aug 31 2022, 10:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 13, 5:21 PM
Unknown Object (File)
Mon, May 13, 2:53 PM
Unknown Object (File)
Thu, May 9, 5:16 PM
Unknown Object (File)
Apr 28 2024, 7:55 PM
Unknown Object (File)
Apr 28 2024, 7:53 PM
Unknown Object (File)
Apr 28 2024, 7:08 PM
Unknown Object (File)
Apr 10 2024, 5:17 PM
Unknown Object (File)
Mar 28 2024, 11:02 AM
Subscribers

Details

Summary

XCode build failed for me withouto this update

Depends on D4995

Test Plan

iOS CI passes

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested changes to this revision.Aug 31 2022, 10:36 PM

Hm, can you try rebasing off of master and seeing if these changes are still necessary?

I rebased, patched this diff, ran pod install, and got the following:

diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock
index 91a4369be..9a03cfdb8 100644
--- a/native/ios/Podfile.lock
+++ b/native/ios/Podfile.lock
@@ -770,6 +770,8 @@ PODS:
     - React-Core
     - react-native-video/Video
     - SPTPersistentCache (~> 1.1.0)
+  - react-native-webview (11.23.0):
+    - React-Core
   - React-perflogger (0.66.4)
   - React-RCTActionSheet (0.66.4):
     - React-Core/RCTActionSheetHeaders (= 0.66.4)
@@ -992,6 +994,7 @@ DEPENDENCIES:
   - react-native-orientation-locker (from `../../node_modules/react-native-orientation-locker`)
   - react-native-safe-area-context (from `../../node_modules/react-native-safe-area-context`)
   - react-native-video/VideoCaching (from `../../node_modules/react-native-video/react-native-video.podspec`)
+  - react-native-webview (from `../../node_modules/react-native-webview`)
   - React-perflogger (from `../../node_modules/react-native/ReactCommon/reactperflogger`)
   - React-RCTActionSheet (from `../../node_modules/react-native/Libraries/ActionSheetIOS`)
   - React-RCTAnimation (from `../../node_modules/react-native/Libraries/NativeAnimation`)
@@ -1143,6 +1146,8 @@ EXTERNAL SOURCES:
     :path: "../../node_modules/react-native-safe-area-context"
   react-native-video:
     :podspec: "../../node_modules/react-native-video/react-native-video.podspec"
+  react-native-webview:
+    :path: "../../node_modules/react-native-webview"
   React-perflogger:
     :path: "../../node_modules/react-native/ReactCommon/reactperflogger"
   React-RCTActionSheet:
@@ -1272,6 +1277,7 @@ SPEC CHECKSUMS:
   react-native-orientation-locker: 23918c400376a7043e752c639c122fcf6bce8f1c
   react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
   react-native-video: 0bb76b6d6b77da3009611586c7dbf817b947f30e
+  react-native-webview: e771bc375f789ebfa02a26939a57dbc6fa897336
   React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
   React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
   React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13

which indicates to me that we do want react-native-webview listed in Podfile.lock?

This revision now requires changes to proceed.Aug 31 2022, 10:36 PM

interesting. I will likely just abandon diff. I was able to produce the iOS revision I needed