I'm trying to implement Alamofire in a Cocoa Touch Framework and use this framework in a different xCode project for reuse I'm getting the following error: "linker command failed with exit code 1 (use -v to see invocation)"
reproduce steps:
- create a Cocoa Touch Framework project in xCode
- pod init in the terminal
- add pod 'Alamofire', '~> 4.3' to the Podfile
- pod install in the terminal
- open the xcworkspace and compile - build is success
- create a Single View Application in xCode
- compile - build is success
- add the xcodeproj of the first project (I can't add the xcworkspace)
- add the .framework file to the second project Embedded Binaries
- compile - build is failed with the error