CocoaPod installed but doesn't see Swift code
问题 I've been struggling with integrating an ImagePicker library into my project. CocoaPods website shows this pod correctly except for the documentation even though it's documented, guess it simply doesn't see the code... Steps to recreate my issue: Install a pod through CocoaPods. platform :ios, '9.0' target 'TestProject' do use_frameworks! pod 'ImagePickerKit', '~> 0.2' end Import ImagePickerKit module and try to implement some protocol... What can be wrong? Thank you in advance. P.S. Xcode