如何修复安装restkit ios错误?(how to fix installing restkit ios error?)

编程入门 行业动态 更新时间:2024-10-26 00:31:31
如何修复安装restkit ios错误?(how to fix installing restkit ios error?)

在xcode 4.5上安装restkit时出现以下问题,

clang:错误:没有这样的文件或目录:'/ Users / omar / Library / Developer / Xcode / DerivedData / MYApplication-bdmknibmydzygicvcnkavqemwxic / Build / Products / Debug-iphonesimulator / RestKit / RestKit'

我阅读了故障排除手册,但它没有解决我的问题https://github.com/RestKit/RestKit/wiki/Installation-Troubleshooting

I got the following problem while installing the restkit on xcode 4.5 ,

clang: error: no such file or directory: '/Users/omar/Library/Developer/Xcode/DerivedData/MYApplication-bdmknibmydzygicvcnkavqemwxic/Build/Products/Debug-iphonesimulator/RestKit/RestKit'

i read the trouble shooting manual but it does not fix my issue https://github.com/RestKit/RestKit/wiki/Installation-Troubleshooting

最满意答案

我通过下载文件中的restkit文件解决了我的问题,

然后从终端尝试更新restkit的git repo

打开终端并转到项目文件夹。 在项目中找到restkit文件夹。 类型: git pull 。 现在,restkit的trunk将再次更新并加载所有已更改或新添加的文件。

我希望这能解决任何一个面临同样问题的人。

I fixed my problem by downloading the restkit files as in the documentation,

then from terminal try to update the git repo of the restkit

open the terminal and go to your project folder. find the restkit folder inside the project. type: git pull. now the trunk of the restkit will be updated again and load all changed or newly added files.

I hope this will fix any one faced the same issue.

更多推荐

本文发布于:2023-08-05 20:06:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1439069.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   ios   restkit   error   installing

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!