-
Notifications
You must be signed in to change notification settings - Fork 435
No such module 'GoogleMaps' #539
Copy link
Copy link
Open
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi! I am trying to integrate GoogleMaps into my iOS app but no matter what I do (installing with CocoaPods, manually changing Podfile, manually adding Google Maps framework to Linked Frameworks and Libraries -- gives me an error), it still gives me the 'No such module 'GoogleMaps'' error in the 'import GoogleMaps' line. There is, however, no error for the 'import GoogleMapsUtils' line.
Appreciate your help!