ios 框架搜索路径

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/31980840/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 07:14:33  来源:igfitidea点击:

Framework Search Paths

iosswiftparse-platform

提问by Matt Ellis

I've been using the Parse SDK and it's worked just fine but all day today, I've gotten an error: "No module Parse."

我一直在使用 Parse SDK,它运行得很好,但今天一整天,我收到一个错误:“没有模块 Parse。”

In build settings, where should my Frame Search Path be? Right now I have it pointing to the file where the Frameworks are contained but I also have the frameworks in my project files.

在构建设置中,我的框架搜索路径应该在哪里?现在我让它指向包含框架的文件,但我的项目文件中也有框架。

How can I fix this issue?

我该如何解决这个问题?

回答by Matt Ellis

I initially had the same issue. It was non-obvious to me that xCode has tabs to control the extent to which 'Build Settings' are displayed. You have to select the'All' tab as shown in attached screen shot.

我最初有同样的问题。我不明白 xCode 有选项卡来控制“构建设置”的显示范围。您必须选择“全部”选项卡,如附加屏幕截图所示。

Hopefully this image helps!

希望这张图有帮助!

Hope this helps save others future frustration! Stay awesome folks!

希望这有助于避免其他人未来的挫败感!保持真棒的人!

回答by larva

To set framework search path in Xcode: select your target -> Build Setting -> Search Path-> Framework Search Paths. Double click it will show Search Paths input text view

要在 Xcode 中设置框架搜索路径:选择您的目标 -> 构建设置 -> 搜索路径 -> 框架搜索路径。双击它会显示搜索路径输入文本视图

read more : Framework not found MicrosoftBandKit_iOSit's same problem

阅读更多:未找到框架 MicrosoftBandKit_iOS这是同样的问题