aloisdeniel / aloisdeniel/flutter_geocoder

xCode fails to import geocoder when trying to build onto physical device.

オープン
#36 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
192
フォーク
182
PR マージ指標
30日以内にマージされた PR はありません

説明

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`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。