4

So I've been digging around all night trying to figure out how to fix these red frameworks, I'm going to use this as another resort!

Pods.framework is red, Foundation.framework is red. I followed all the instructions and it seems to have imported all correctly except for this.

I really just want to figure out how to fix these red frameworks. Even though the app still runs, I'm scared for the future if it crashes.

Justin R.
  • 53
  • 1
  • 6
  • possible duplicate of [Xcode: libpods.a is red](http://stackoverflow.com/questions/24139873/xcode-libpods-a-is-red) – Keith Smiley Feb 13 '15 at 06:48

3 Answers3

3

Check step by step instruction guide of how to install pods in system and project .

navroz
  • 382
  • 2
  • 13
2

Please refer to this Tutorial Its explain step by implementation of the cocoa pods.

http://www.raywenderlich.com/64546/introduction-to-cocoapods-2

Thanks Sandeep

2

Updating my pod resolved this problem for me:

pod update
kmak
  • 708
  • 7
  • 13