9

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?

Binarian
  • 12,296
  • 8
  • 53
  • 84
cwRichardKim
  • 1,030
  • 1
  • 9
  • 15
  • http://stackoverflow.com/questions/1725881/unknown-class-myclass-in-interface-builder-file-error-at-runtime this answered my question. Sneaky apple. – cwRichardKim Jun 10 '14 at 12:16

1 Answers1

3

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.

Binarian
  • 12,296
  • 8
  • 53
  • 84
Neva
  • 1,330
  • 9
  • 11
  • it's really really odd. I don't get any warnings or errors and the thing builds fine but none of my pods show up in the program and it says "Unknown class SWRevealViewController in Interface Builder file." – cwRichardKim Jun 10 '14 at 12:12
  • I'm pretty sure that Interface Builder doesn't know about your pods, and that's is an expected behaviour. – Neva Jun 10 '14 at 12:15
  • I am getting often whenever I try to update pod for Braintree, Facebook SDK 3.24. Any thought to fix? – Femina Oct 19 '15 at 14:32