Build error:
/Users/stesvis/Documents/projects/levitica/livedispatch/LiveDispatch.Mobile/LiveDispatch.Mobile.iOS/error MT5209: Error: warning: directory not found for option '-FGMps-3.5.0/Maps/Frameworks' (LiveDispatch.Mobile.iOS) Native linking
It should build with no errors
i have the same issue.
Is this link helps you?
I think it is related with Xcode project setting.
I have the same problem.
I can't compile for ios when I upgrade to 3.3.0.
No problem in 3.2.1.

I can not reproduce.
Probably it is not related Xamarin.Forms.GoogleMaps also not related Xamarin.Forms .
I think it is Xamarin.iOS with GoogleApisForiOSComponents issue.
Please try using Xamarin.Google.iOS.Maps 3.5.0 with Xamarin.iOS(NOT Xamarin.Forms) and if you can see same error, report to Xamarin team.
I submitted this issue to Xamarin repo and finally solved by explicit add a NuGet package Xamarin.Build.Download.
https://github.com/xamarin/GoogleApisForiOSComponents/issues/324#issuecomment-545725609
Thanks @hajuuk
That solves it indeed
@hajuuk, you did great work! 馃憤
Awesome! Side note, you have to target at least iOS 10 otherwise you still get build errors.
@hajuuk do we need to install it only on the iOS project or all three?
@hajuuk do we need to install it only on the iOS project or all three?
I tested, install it for the iOS project is sufficient.
I added the Xamarin.Build.Download nuget package to my project and then upgraded it to v.3.3.0. But the problem did not disappear. Anybody have any ideas?

@erdugen i had to target minimum iOS 10.0
@erdugen i had to target minimum iOS 10.0
@stesvis Thank you. Problem solved in this way.
Most helpful comment
I submitted this issue to Xamarin repo and finally solved by explicit add a NuGet package
Xamarin.Build.Download.https://github.com/xamarin/GoogleApisForiOSComponents/issues/324#issuecomment-545725609