ShareKit Compile Issue - JSONKit not found

我怕爱的太早我们不能终老 提交于 2019-12-11 07:55:00

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/9383236/sharekit-compile-issue-jsonkit-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!