Im working on a custom CocoaTouch Framework in swift thats include several frameworks like AFNetworking, SwiftyJSON and many others added with CocoaPods. I need also include Alamofire but after build I receive a lot of compile error of Alamofire framework

What's wrong? Should I edit something in my project? Steps to reproduce: Create CocoaToch Framework Project > pod install with pod 'Alamofire' and platform :ios, '8.0' use_frameworks! > open xcworkspace > Build
I really appreciate any help you can provide
Marco