命令Ld失败,退出代码为非零



我正在Xcode上运行我的flutter项目,但我面临这个问题:

clang: error: no such file or directory: 'CoreGraphics'
clang: error: no such file or directory: 'Foundation'
clang: error: no such file or directory: 'MobileCoreServices'
clang: error: no such file or directory: 'PinterestSDK'
clang: error: no such file or directory: 'SSKeychain'
clang: error: no such file or directory: 'Security'
clang: error: no such file or directory: 'SystemConfiguration'
Command Ld failed with a nonzero exit code

我添加了pod‘PinterestSDK’&pod"SSKeychain"在我的pod文件中,但仍然不工作。

此外,我在终端中运行了pod安装,但仍然无法工作。

您是否尝试过在终端中运行flutter clean。有时这有助于解决这类问题。

相关内容

最新更新