0

I'm having the following issue in one of my projects: Breakpoint

Some things that I've already checked: - Build Configuration is on Debug - Optimization Level on Debug is None

Any ideas on how to solve this?

1 Answer 1

1

This is an issue with GoogleMaps: https://code.google.com/p/gmaps-api-issues/issues/detail?id=8524&q=apitype%3AIosSDK&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars

Use a bridging header and

#import GoogleMaps/GoogleMaps.h

instead of

import GoogleMaps

on your Swift code.

Sign up to request clarification or add additional context in comments.

1 Comment

You are a star. I was looking at this for a very long time. Most solutions blame Fabric/Crashlytics for this problem, but in my case it was GoogleMaps. I hope apple fixes this bug soon.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.