dyld:未加载库...找不到图像

时间:2019-08-30 20:51:03

标签: swift flutter dart xcode10

我正在一个需要使用Flutters通道调用本机平台的项目中,因为我们希望集成一些自定义库,因为我们不想用dart重写它。

我现在已经多次问过这个问题,但没有一个对我有用。

这是应用程序即将启动时的错误。

dyld: Library not loaded: @rpath/otp.framework/otp
  Referenced from: /var/containers/Bundle/Application/0647B913-406F-4B0C-9F7D-646075EDBF9B/Runner.app/Runner
  Reason: image not found

我们的otp库已经包含在Linked Frameworks and libraries

enter image description here

我有什么想念的吗?它与颤动有关吗?

0 个答案:

没有答案