From cc5b48ff8a2644b1603778837b0303f9d62b36b1 Mon Sep 17 00:00:00 2001 From: Elliot Fiske <139806737+elliot-360@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:19:57 -0700 Subject: [PATCH 1/2] Fix Podfile for tutorial2 --- ios/tutorials/tutorial2/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/tutorials/tutorial2/Podfile b/ios/tutorials/tutorial2/Podfile index d8c8d777e..b7269a905 100644 --- a/ios/tutorials/tutorial2/Podfile +++ b/ios/tutorials/tutorial2/Podfile @@ -6,7 +6,7 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end target 'TicTacToeTests' do From a7d0cb86ab7e0aef93eb9eeda2f71f843eac4e05 Mon Sep 17 00:00:00 2001 From: "Elliot Fiske (L360)" Date: Mon, 2 Oct 2023 09:22:21 -0700 Subject: [PATCH 2/2] Fix Podfiles for tutorials 3 and 4 --- ios/tutorials/tutorial3/Podfile | 2 +- ios/tutorials/tutorial4/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/tutorials/tutorial3/Podfile b/ios/tutorials/tutorial3/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial3/Podfile +++ b/ios/tutorials/tutorial3/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end diff --git a/ios/tutorials/tutorial4/Podfile b/ios/tutorials/tutorial4/Podfile index 980817e94..77c1f83a9 100644 --- a/ios/tutorials/tutorial4/Podfile +++ b/ios/tutorials/tutorial4/Podfile @@ -6,5 +6,5 @@ inhibit_all_warnings! target 'TicTacToe' do pod 'RIBs', :path => '../../../' pod 'SnapKit', '~> 4.0.0' - pod 'RxCocoa', '~> 5.1' + pod 'RxCocoa', '~> 6.5' end