Wimix-Test

I'm using Xcode 9 and Swift 4.

If you want to run this project:

  1. Download this project.
  2. Install CocoaPods.
  3. Include in project Alamofire and Google Maps SDK using CocoaPods. My Podfile:
use_frameworks!
target 'Wimix-Test' do
  pod 'GoogleMaps'
  pod 'Alamofire'
end
  1. After installing close project and open Wimix-Test.xcworkspace (not Wimix-Test.xcodeproj).
  2. Clean (Product~>Clean) and run (Product~>Run) project.