I wonder if anyone could makes Alamofire from Pods works? Because all my friends NOT.
Steps to reproduce from Alamofire github page:
$ gem install cocoapods --pre
To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0'
pod 'Alamofire', '~> 1.1'
Then, run the following command:
$ pod install
Everything works fine if you run on device connected to Xcode. But if Archive and make ipa - you always got
Dyld Error Message: Library not loaded: @rpath/Alamofire.framework/Alamofire Reason: no suitable image found.
So anyony know the secret? ))) Thanks!!!