Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1. sudo gem install cocoapods 2. Open terminal 3. cd /project path //project path 4. touch podfile 5. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 6. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 7. pod install 
  1. Open Terminal
  2. Type in sudo gem install cocoapods if you don't have CocoaPods
  3. Enter cd /project path, but replace project path with actual project path
  4. touch podfile
  5. Use one of the following commands to open the podfile: open -e podfile to open in TextEdit or open -a pod file to open in Xcode
  6. Set your target and add pod file of GoogleMaps like as:
    target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 
  7. Use pod install to install dependencies
1. sudo gem install cocoapods 2. Open terminal 3. cd /project path //project path 4. touch podfile 5. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 6. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 7. pod install 
  1. Open Terminal
  2. Type in sudo gem install cocoapods if you don't have CocoaPods
  3. Enter cd /project path, but replace project path with actual project path
  4. touch podfile
  5. Use one of the following commands to open the podfile: open -e podfile to open in TextEdit or open -a pod file to open in Xcode
  6. Set your target and add pod file of GoogleMaps like as:
    target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 
  7. Use pod install to install dependencies
numbering
Source Link
Cœur
  • 39k
  • 25
  • 207
  • 282
1. sudo gem install cocoapods 2. Open terminal 23. cd /project path //project path 34. touch podfile 45. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 56. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 67. pod install 
1. sudo gem install cocoapods 2. Open terminal 2. cd /project path //project path 3. touch podfile 4. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 5. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 6. pod install 
1. sudo gem install cocoapods 2. Open terminal 3. cd /project path //project path 4. touch podfile 5. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 6. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 7. pod install 
added 29 characters in body
Source Link
urvashi bhagat
  • 1.2k
  • 12
  • 15
1. Firstsudo gem install cocoapods 2. Open terminal 2. cd /project path //project path 3. touch podfile 4. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 5. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 6. pod install 
1. First Open terminal 2. cd /project path //project path 3. touch podfile 4. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 5. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 6. pod install 
1. sudo gem install cocoapods 2. Open terminal 2. cd /project path //project path 3. touch podfile 4. open -e podfile //open in TextEditor or open -a pod file //open in Xcode 5. Set your target and add pod file of GoogleMaps like as: target 'PROJECT NAME HERE' do pod 'GoogleMaps' end 6. pod install 
Source Link
urvashi bhagat
  • 1.2k
  • 12
  • 15
Loading