Skip to content

Commit

Permalink
Duplicate Xcodeproj UUIDs in iOS app template Podfile fixed
Browse files Browse the repository at this point in the history
Summary:
Disabled deterministic UUIDs in the Podfile.
Changelog: [iOS][Fixed] - Fixed duplicated UUIDs problem during pod install phase.

Reviewed By: sota000

Differential Revision: D33741572

fbshipit-source-id: 65cdd8a0ae34200e36e5a68849f5d3537c39dda2
  • Loading branch information
Dmitry Rykun authored and facebook-github-bot committed Jan 25, 2022
1 parent 45d196a commit f595a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '11.0'
install! 'cocoapods', :deterministic_uuids => false

target 'HelloWorld' do
config = use_native_modules!
Expand Down

0 comments on commit f595a4e

Please sign in to comment.