I use Alamofire 3.3 with Xcode 7.1.1 installed with Cocoapods and I have this problem a couple of times:
Cannot load base module for Alamofire
here it is my subfile:
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! target 'MyProject' do pod 'Alamofire', '~> 3.0' end
I heard about the same problem with Xcode 6.3 and it helped me solve the problem once by clearing the project, but this time I tried
- Clear project
- Pure derived data and cache Xcode
- update of version 3.1 3.2 and 3.3 Alamofire
- List item
... and nothing stitches work
Does anyone have the same problems? or any solution?
source share