首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >命令Ld失败,退出代码为非零

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

Stack Overflow用户
提问于 2021-06-06 17:42:13
回答 1查看 197关注 0票数 0

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

代码语言:javascript
运行
复制
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文件中添加了pod 'PinterestSDK‘& pod 'SSKeychain’,但仍然不起作用。

另外,我在终端中运行了pod install,但仍然不能工作。

EN

回答 1

Stack Overflow用户

发布于 2021-06-23 00:11:36

你有没有尝试过在终端中运行颤动。有时这有助于解决这类问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/67857728

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档