Xcode:libpods.a 是红色的
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24139873/
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
Xcode: libpods.a is red
提问by cwRichardKim
Does anyone know why this is? I'm using SWRevealViewController. It has been working up until this point. I'm using the workspace, and I've already looked into other articles and nothing has worked so far. It's not pulling up an error, but when I run the program it won't load anything because SWRevealViewController is the first thing that comes up.
有人知道为什么是这样吗?我正在使用 SWRevealViewController。它一直工作到这一点。我正在使用工作区,我已经查看了其他文章,但到目前为止没有任何效果。它不会出现错误,但是当我运行程序时它不会加载任何东西,因为 SWRevealViewController 是第一个出现的东西。
Thoughts?
想法?
采纳答案by Neva
Do you get an error message when you try to compile? I've had libPods.a in red before, but that didn't stop my project from working. If I remember correctly, this used to be some kind of display bug back in previous versions of Xcode.
尝试编译时是否收到错误消息?我之前有 libPods.a 为红色,但这并没有阻止我的项目工作。如果我没记错的话,这曾经是 Xcode 以前版本中的某种显示错误。