Skip to main content

All Questions

6 votes
0 answers
897 views

[GMSx_GMPCClientVectorTileExtensionsRoot indoorBuildingMetadata]: unrecognized selector sent to class 0x1028e2450

In my project, I have added a pod of Google map so I have Project A with Google Map and framework also have Google. So both Project A and Framework B have Google Map When I have added the Framework I ...
Kainy Priyadarshni's user avatar
0 votes
1 answer
185 views

libPods google map iOS , Install

I have This code in Podfile source 'https://github.com/CocoaPods/Specs.git' target 'Kine' do pod 'GoogleMaps' pod 'GooglePlaces' end I want Install in Terminal cd /Users/----- pod Install I ...
user2296278's user avatar
2 votes
0 answers
446 views

GoogleMapsUtils Framework wrapped in Cocoapods Build error on Xcode

I'm trying to develop a Cocoapods library that wraps the Google Maps Utils for iOS in a Objective C Projects. I succeded building and passing the lint and link validation, but when I execute the ...
deathroller's user avatar
0 votes
0 answers
122 views

How to resolve error- module of GoogleMap not found ? using cocoa pods

platform :ios, ‘7.0’ target 'ConsumerApp' do pod 'AFNetworking', '~> 3.0' pod 'MBProgressHUD', '~> 0.9.2' pod 'GoogleMaps' end target 'ConsumerAppTests' do end
user3829315's user avatar