Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pods issue, linker command failed with exit code 1

Tags:

when I run my project, I get errors like this: enter image description here

It seems that all frameworks in my cocoapods have problem. Is it my problem of my cocoapods? I have reinstalled my cocoapods, and used 'pod setup' or 'pod install' and others, but it doesn't work, and I still have the same errors... And in Xcode, red 'rd' on the 'Podfile' like this, I don't know if it is related to errors. enter image description here

pod 1.0.0 ruby 2.0.0 xcode 7.3.1 Anyone have the same problem?

like image 879
MeR8. Avatar asked May 18 '16 04:05

MeR8.


Video Answer


1 Answers

This worked for me:

pod deintegrate  pod install  
like image 165
al_mukthar Avatar answered Sep 21 '22 21:09

al_mukthar