All was fine and dandy until I merged a branch to master and executed the project from the master branch. Alamofire seemingly can't be linked when using the simulator for some reason (running on an iPhone 5 works perfectly).
To start off, I have tried the answers found here: Xcode 6.1: file was built for x86_64 which is not the architecture being linked (i386) with no luck. Additionally, I tried the suggestions from this github page: https://github.com/CocoaPods/CocoaPods/issues/2053
Explicitly I have:
- Deleted Pod folder and Podfile.locl and then done pod install
- Changed 'Build Active Arch Only' (in project build settings) to Yes and No and for both debug and release.
- Set architectures to 'standard architectures'
Additionally, I have the following line in my Podfile:
pod 'Alamofire', '~> 3.4'