没有找到Xcode的框架 [英] Framework not found Xcode

查看:185
本文介绍了没有找到Xcode的框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道有几次这样问过。我按照以下说明进行操作:





这是我目前的配置:







螺栓框架是我可以使用Parse SDK的。我从这里下载了空白项目: https://parse.com/apps / quickstart#parse_data / mobile / ios / native / new



它正在运行。我试图复制它仍然无效的每个配置。

解决方案

尝试删除 Bolts.framework 来自链接框架并重新添加它。此外,在框架搜索路径中保留路径,直到 Bolts.framework ,如 $(PROJECT_DIR) / Bolts 如果它位于项目目录路径的Bolts文件夹中。


I know this has been asked a couple of times. I followed instructions from these ones:

Adding frameworks to project in Xcode 5 and having *relative* paths added

xcode4: Linker error: Directory not found for option

Still xcode is giving this error:

Here's my current configuration:

The bolts framework is so I can use the Parse SDK. I downloaded the blank project from here: https://parse.com/apps/quickstart#parse_data/mobile/ios/native/new

It's working. I tried to copy every config it still doesn't work.

解决方案

Try deleting Bolts.framework from linked framework and re-add it. Also, in your Framework Search Path keep path until Bolts.framework like $(PROJECT_DIR)/Bolts if it is inside Bolts folder at your project directory path.

这篇关于没有找到Xcode的框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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