aloisdeniel / aloisdeniel/flutter_geocoder
xCode fails to import geocoder when trying to build onto physical device.
- Lenguaje dominante
- Dart
- Estrellas
- 192
- Forks
- 182
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.