Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.47 KB

Carthage.md

File metadata and controls

29 lines (27 loc) · 1.47 KB

Carthage Installation Steps

  1. Add this repository to your Cartfile.
github "googlemaps/google-maps-ios-utils"
  1. Run carthage update --platform iOS.
  2. Add the Maps SDK for iOS frameworks into your project by dragging GoogleMaps.framework, GoogleMapsBase.framework and GoogleMapsCore.framework in the Carthage/Build/iOS directory into the top level directory of your Xcode project (premium plan customers should also add GoogleMapsM4B.framework into the project).
  3. Add the Maps SDK for iOS Utilities framework by dragging GoogleMapsUtils.framework in the Carthage/Build/iOS/Static directory into the top level directory of your Xcode project.
  4. Add GoogleMaps.bundle by dragging Carthage/Build/iOS/GoogleMaps.framework/Resources/GoogleMaps.bundle into the top level directory of your Xcode project.
  5. Open the Build Phases tab for your application’s target, and within Link Binary with Libraries, add the additional following frameworks:
    • Accelerate.framework
    • CoreData.framework
    • CoreGraphics.framework
    • CoreImage.framework
    • CoreLocation.framework
    • CoreTelephony.framework
    • CoreText.framework
    • GLKit.framework
    • ImageIO.framework
    • libc++.tbd
    • libz.tbd
    • OpenGLES.framework
    • QuartzCore.framework
    • SystemConfiguration.framework
    • UIKit.framework
  6. Open the Build Settings tab for you application’s target, add -ObjC in the Other Linker Flags section.