flutter_baidu_map icon indicating copy to clipboard operation
flutter_baidu_map copied to clipboard

编译出错

Open jiangyubao opened this issue 5 years ago • 2 comments

5 warnings generated. Undefined symbols for architecture arm64: "OBJC_CLASS$_BMKLocationManager", referenced from: objc-class-ref in FlutterBaiduMapPlugin.o "OBJC_CLASS$_BMKLocationAuth", referenced from: objc-class-ref in FlutterBaiduMapPlugin.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) note: Using new build systemnote: Planning buildnote: Constructing build description Could not build the precompiled application for the device.

jiangyubao avatar Feb 11 '20 02:02 jiangyubao

Pods->targets->flutter_baidu_map->build Settings, Mach-O type change to Static Library.

jgma2019 avatar Mar 17 '20 09:03 jgma2019

Pods-> targets-> flutter_baidu_map-> build Settings,Mach-O类型更改为静态库。

Modified, but invalid

JevonShi avatar Jan 03 '21 15:01 JevonShi