Unable to use Alamofire on CocoaTouch Framework

Im working on a custom CocoaTouch Framework in quick , which includes several frameworks such as AFNetworking, SwiftyJSON and many others added using CocoaPods. I also need to enable Alamofire, but after the build I get a lot of Alamofire structure compilation errors enter image description here

What happened? Do I have to edit something in my project? Steps to play: Create a CocoaToch Framework> pod install with pod 'Alamofire' project and platform: ios, '8.0' use_frameworks! > open xcworkspace> Build

I really appreciate any help you can provide.

Marco

+4
1

Alamofire, XCode 7. . :

pod 'Alamofire', '~> 1.3'
+2

Source: https://habr.com/ru/post/1607448/


All Articles