带有空格问题的Xcode项目/应用程序名称 - 未找到框架 [英] Xcode project/app name with spaces issue - framework not found

查看:124
本文介绍了带有空格问题的Xcode项目/应用程序名称 - 未找到框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于我的3个字应用程序名称,Xcode 6.1是否有可能找不到我以前导入的框架?我正在使用Parse,从来没有遇到任何问题。但实际上当我在Xcode中打开我的项目时,我得到了一个框架没有找到的错误,这是荒谬的,因为它之前工作得很好而且我没有删除它。但是,如果我删除框架并再次添加它们一切都很好。我做错了什么还是Xcode错误?

Is it possible that Xcode 6.1 doesn't finds my previously imported frameworks because of my 3 word app name? I'm using Parse and never ever had any problems with it. But actually when I open my project in Xcode I got an error that the framework doesn't found, which is absurd because it worked well earlier and I don't removed it. However if I delete the frameworks and add them again everything is fine. Am I doing something wrong or is it an Xcode bug?

ld: warning: directory not found for option '-F/Users/donip/Documents/Fl Travel Guide/Fl'
ld: warning: directory not found for option '-FTravel'
ld: warning: directory not found for option '-FGuide'
ld: framework not found ParseFacebookUtils
clang: error: linker command failed with exit code 1 (use -v to see invocation)


推荐答案

简单地用双引号()括起框架路径。例如:

Simply enclose your framework path in double quotes(""). For example:

$(SRCROOT)/ my framework / path

"$(SRCROOT)/my framework/path"

这篇关于带有空格问题的Xcode项目/应用程序名称 - 未找到框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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