CocoaPods pod install. Modules cannot be imported
问题 I installed CocoaPods by using $ sudo gem install cocoapods . I have a swift Xcode project with the following podfile platform :ios, '8.2' use_frameworks! target 'Clover' do pod 'Alamofire', '~> 1.2' pod 'SwiftyJSON', '~> 2.2' pod 'ObjectMapper', '~> 0.12' pod 'ImageLoader', '~> 0.3.0' pod 'SVProgressHUD' end target 'CloverTests' do end After I run pod install, which seems to run correct with no error messages, I have a Pods folder generated with Pods.xcodeproject along with several other