-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Map plugin iOS example does not build #34042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should be fixed by flutter/plugins#1734 |
This comment has been minimized.
This comment has been minimized.
Hi @duzenko |
This comment has been minimized.
This comment has been minimized.
Hi @duzenko |
This comment has been minimized.
This comment has been minimized.
I deleted my ModuleCache, and I'm not able to reproduce in the example app. Also not able to reproduce on a new Swift or Obj-C I'm about to add module support to that plugin, so it may be fixed with that. |
This comment has been minimized.
This comment has been minimized.
Quit Xcode and rm DerivedData/ModuleCache.noindex. |
This comment has been minimized.
This comment has been minimized.
I wasn't suggesting that was a fix. I'm trying to track down the bug, and I thoroughly tried to reproduce and couldn't. I was documenting my steps to point out that https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/example is not on its own sufficient to reproduce. |
This comment has been minimized.
This comment has been minimized.
Did you open Runner.xcworkspace and not Runner.xcodeproj? |
This comment has been minimized.
This comment has been minimized.
So were you opening the xcodeproj before? |
This comment has been minimized.
This comment has been minimized.
@duzenko Can we close this? I'm not sure there's enough actionable information here. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Cloned the repo afresh and here's the error
/Users/a/Documents/flutterplugins/packages/google_maps_flutter/example/ios/Pods/Headers/Public/GoogleMaps/GoogleMaps/GMSAddress.h:14:9: Module 'GoogleMapsBase' not found
Seemingly fixed by manually adding this path to framework search paths (target google_maps_flutter):
/Users/a/Documents/flutterplugins/packages/google_maps_flutter/example/ios/Pods/GoogleMaps/Base/Frameworks
But since it does not show up in git it must be an ignored file somewhere.
The text was updated successfully, but these errors were encountered: