Skip to content

Commit 5d307d0

Browse files
committed
Add pod setup after installing cocoa pods
1 parent b8b2224 commit 5d307d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native-script.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def install_environment_variable(name, value)
135135
# which works with Ruby 2.0 that comes as the macOS default, so these two installations should be in this order.
136136
# For more information see: https://github.com/CocoaPods/Xcodeproj/pull/393#issuecomment-231055159
137137
install("CocoaPods", "Installing CocoaPods... This might take some time, please, be patient.", 'gem install cocoapods -V', true)
138+
install("CocoaPods", "Setup CocoaPods... This might take some time, please, be patient.", 'pod setup', true)
138139
install("xcodeproj", "Installing xcodeproj... This might take some time, please, be patient.", 'gem install xcodeproj -V', true)
139140

140141
puts "Configuring your system for Android development... This might take some time, please, be patient."

0 commit comments

Comments
 (0)