Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: libpods.a is red

libpods.a

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.

Thoughts?

like image 310
cwRichardKim Avatar asked Jun 10 '14 11:06

cwRichardKim


People also ask

Why Xcode framework is red?

The red text indicates that the actual files are not at the path that the project has for them. Get info on the framework and look under the General tab. The first section shows the name and path of the framework bundle itself.

What is Libpods?

GitHub - dankohn/libpod: libpod is a library used to create container pods.


1 Answers

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.

like image 74
Neva Avatar answered Sep 28 '22 20:09

Neva