xcode - CocoaPods not installing Alamofire in Swift Parse Chat App -


i trying compile , run following application (swift chat app using alamofire).

https://github.com/huyouare/swiftparsechat

i using ruby-2.0.0 , cocoapods 0.37.1, xcode 6.3, alamofire 1.2.0

i installing using normal <pod install> command. no errors or warnings during process. however, when compiling, get:

no such module 'alamofire'

if install alamofire manually, however, when compiling apple match-o linker error :

ld: warning: directory not found option '-f/users/cristian/library/developer/xcode/deriveddata/swiftparsechat-btvjczpwjlekftetblbfrbposakh/build/products/debug-iphoneos/pods' ld: framework not found pods clang: error: linker command failed exit code 1 (use -v see invocation) 

what behind this??

thanks !

if setup correctly, errors such

no such module 'alamofire'

occur when build project .xcodeproj.

by default need build project integrating cocoapods .xcworkspace.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -