ShareKit 编译问题 - 未找到 JSONKit

发布于 2025-01-08 07:31:28 字数 651 浏览 3 评论 0原文

我已按照以下说明设置和配置 ShareKit: https://github.com /ShareKit/ShareKit/wiki/Installing-sharekit

当尝试编译我的应用程序时,我现在收到以下错误:

clang: error: no such file or directory: '/app_root_path/Submodules/ShareKit/Classes/ShareKit/Core/Helpers/../../Submodules/JSONKit/Submodules/ShareKit/Submodules/JSONKit/JSONKit.m'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

我已尝试重新安装 ShareKit,但无法解决问题。

任何有关缓解问题的建议将不胜感激。

谢谢!

I have followed the following instructions in order to setup and configure ShareKit: https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit

When trying to compile my app, I now get the following error:

clang: error: no such file or directory: '/app_root_path/Submodules/ShareKit/Classes/ShareKit/Core/Helpers/../../Submodules/JSONKit/Submodules/ShareKit/Submodules/JSONKit/JSONKit.m'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

I have tried reinstalling ShareKit, but cannot solve the problem.

Any suggestions about alleviating the problem will be appreciated.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

惟欲睡 2025-01-15 07:31:28

您也安装了子模块吗?

cd Submodules/ShareKit
git submodule init
git submodule update

查看:https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit< /a>

Did you install the submodules as well?

cd Submodules/ShareKit
git submodule init
git submodule update

Check out: https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文