flutter_bugly icon indicating copy to clipboard operation
flutter_bugly copied to clipboard

ios的Swift版本中依赖库报错

Open CYZZ opened this issue 5 years ago • 2 comments

Undefined symbols for architecture arm64: "OBJC_CLASS$_Bugly", referenced from: objc-class-ref in flutter_bugly(FlutterBuglyPlugin.o) "OBJC_CLASS$_BuglyConfig", referenced from: objc-class-ref in flutter_bugly(FlutterBuglyPlugin.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

CYZZ avatar May 14 '20 03:05 CYZZ

有遇到一样问题的吗?

eddy201212 avatar Sep 09 '20 11:09 eddy201212

进入项目 ios->pods->Bugly-> 将Bugly.framework 拖到 Xcode->Runner->Targets->Build Phases->Link Binary With Libraries

niteapps avatar Oct 14 '20 01:10 niteapps