After years of old issues of project management solutions add cocoapod

pod install newspaper warning (debug, release ..)

Solution:
OTHER Link flags: $ (Inherited)
Delete pod, re-install POD
Clean proj

 

After the addition of third-party libraries in a pod, ld error:

Solution:
Build only Archive Architecture: Debug: yes
POD third-party libraries error, duplicate

Solution example:
#import "YYImage.h" to #import <YYImage / YYImage.h>

Finally, I can not find pod Engineering Library:

Solution:
can not find the framework error, manually enter +

Guess you like

Origin www.cnblogs.com/huntaiji/p/10984410.html