Skip to content

Commit 83964b8

Browse files
committed
ios build: Disable deterministic UUIDs in Podfile
This follows a change in the template app on the way to RN v0.68: facebook/react-native@f595a4e68 Duplicate Xcodeproj UUIDs in iOS app template Podfile fixed The change is one that seems to be needed only with Fabric / New Arch: https://reactnative.dev/docs/0.68/new-architecture-app-renderer-ios#1-enable-fabric-in-podfile But it sounds like it's working around a CocoaPods mess (one in perhaps the same spirit as the bad caching we perennially see from CocoaPods.) May as well take it now.
1 parent 8d36537 commit 83964b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require_relative '../node_modules/expo/scripts/autolinking.rb'
66
require_relative '../node_modules/react-native/scripts/react_native_pods'
77
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
88

9+
install! 'cocoapods', :deterministic_uuids => false
10+
911
target 'ZulipMobile' do
1012
config = use_native_modules!
1113

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,6 @@ SPEC CHECKSUMS:
757757
Yoga: c4d61225a466f250c35c1ee78d2d0b3d41fe661c
758758
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
759759

760-
PODFILE CHECKSUM: 1576cc1dcc2b42d6d0484ee84b568d44a1a91346
760+
PODFILE CHECKSUM: 471cbe682ee7f0ba312982bb828ec78c4bd20655
761761

762762
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)