Xcode退出时找不到Parse / Parse.h文件 [英] Parse/Parse.h file not found when Xcode Quits

查看:255
本文介绍了Xcode退出时找不到Parse / Parse.h文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在项目中添加了Parse SDK,一切都很顺利。但是,当我退出Xcode并打开项目时,我收到了以下错误:

I added the Parse SDK in my project and everything was well. However when I quit Xcode and opened the project I got these errors:

Parse/Parse.h file not found

我删除了Parse Framework并将其重新添加到我的项目中,错误消失了。但是每当我退出Xcode并重新打开这个项目时,我都会收到这些错误。

I deleted the Parse Framework and re-added it to my project and the errors went away. However whenever I quit Xcode and reopen this project I get these errors.

我该怎么办?

谢谢提前。

推荐答案

@Tuyen回答帮我解决这个问题。不过我想说清楚一点。
In Build Setting>框架搜索路径,添加新路径 $(PROJECT_DIR)并设置递归。

@Tuyen answer help me solve this problem. However I'd like to make it more clear. In Build Setting > Framework Search Path, add a new path $(PROJECT_DIR) and set recursive.

我把所有第三方框架都放在项目目录/框架下,所以这个设置肯定会找到框架文件。

I put all 3rd party framework under project directory /framework, so this setting will surely find the framework file.

这篇关于Xcode退出时找不到Parse / Parse.h文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆