aloisdeniel / aloisdeniel/flutter_geocoder
xCode fails to import geocoder when trying to build onto physical device.
Ouverte
- Langage dominant
- Dart
- Étoiles
- 192
- Forks
- 182
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.