【发布时间】:2021-09-16 18:34:35
【问题描述】:
我在我的 Flutter 应用程序中使用 cryptlib 包来加密登录凭据。 该应用程序适用于 Android 版本。但在 iOS 中,我尝试在 iPhone 上运行时遇到错误
Xcode's output:
↳
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_CryptlibPlugin", referenced from:
objc-class-ref in GeneratedPluginRegistrant.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 system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
任何帮助将不胜感激。
【问题讨论】:
-
你找到答案了吗>