I want to build my Unity 5.3 game for iOS. I have downloaded the latest admob plugin and entered the symbol NO_GPGS to 'Scripting Define Symbol' to disable google play services which I use for the android version of the game. In Unity editor I get the following error:
Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-ads:LATEST
at Google.JarResolver.PlayServicesSupport.LoadDependencies (Boolean allClients) [0x00000] in <filename unknown>:0
at Google.JarResolver.PlayServicesSupport.CreateInstance (System.String clientName, System.String sdkPath, System.String settingsDirectory) [0x00000] in <filename unknown>:0
at AdMobDependencies..cctor () [0x0000a] in /Users/ramsayamarin/Desktop/Popcorn/Assets/PlayServicesResolver/Editor/AdMobDependencies.cs:14
UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
I have searched all over and have not found any solution. Any help would be appreciated. Thank you.