只是做個記錄:
手動導(dǎo)入的時候重復(fù).a時候。單獨加載。-force_load
pod的時候去掉重復(fù)的包
use_frameworks!
例如:
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '8.0'
target "shimenjichu" do
pod 'TPKeyboardAvoiding', '1.2.4'
pod 'ReactiveCocoa', '~> 2.3.1'
pod 'Masonry'
pod 'TYAttributedLabel', '~> 2.6.0'
pod "Alamofire" , '~> 4.2.0'
end