Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CocoaPods - Red Frameworks?

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.

like image 720
Justin R. Avatar asked Mar 17 '23 01:03

Justin R.


2 Answers

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

like image 164
navroz Avatar answered Mar 27 '23 16:03

navroz


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

like image 37
Sandeep Kumar Avatar answered Mar 27 '23 16:03

Sandeep Kumar