Closed iOSCoderJane closed 6 years ago
platform :ios, '9.0' install! 'cocoapods', :integrate_targets => false target "TestCycleView do pod 'LLCycleScrollView' end
报错信息:No such module 'Kingfisher'
@iOSCoderJane 为什么要设置这个integrate_targets,我没用过这个,你可以看看在pod install的时候Kingfisher有没有intall?
platform :ios, '9.0' install! 'cocoapods', :integrate_targets => false target "TestCycleView do pod 'LLCycleScrollView' end
报错信息:No such module 'Kingfisher'