aloisdeniel / aloisdeniel/flutter_geocoder
xCode fails to import geocoder when trying to build onto physical device.
Open
- Dominant language
- Dart
- Stars
- 192
- Forks
- 182
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
When I build my app on a virtual device, it works fine, but when I try to build it through xCode I get this error:
`#if __has_include()
#import
#else
@import geocoder;
#endif
#if __has_include()
#import
#else
@import google_maps_flutter;
#endif
@implementation GeneratedPluginRegistrant
+ (void)registerWithRegistry:(NSObject*)registry {
[GeocoderPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeocoderPlugin"]];
[FLTGoogleMapsPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTGoogleMapsPlugin"]];
}
@end`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.