ios - library not found for -lPods-AFNetworking -


i getting following error when using afnetworking:

''library not found -lpods-afnetworking''
"linker command failed exit code 1 (use -v see invocation)."

i checked missing frameworks,and present .additionally project works other people(we pulled github) , i'm person whom not work.(its joint project)

we use xcode 6.2. not understand wrong or went missing. tried pulling using command line,sourcetree , xcode git source control.

i tried different versions of xcode. other teamates using xcode 6.2, using now.

it used work before, stopped working.

any ideas welcome,thank you!

following detailed errors:

ld: warning: directory not found option '-l/users/ramapriyasridharan/documents/rama-3:06:2015-ios/mapbox' ld: warning: directory not found option '-l/users/ramapriyasridharan/documents/rama-3:06:2015-ios/pods/build/debug-iphoneos' ld: library not found -lpods-afnetworking clang: error: linker command failed exit code 1 (use -v see invocation)

edit:

after opening workspace file, did not mach o linker error more, getting following error:

command /volumes/xcode 1/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/usr/bin/momc failed exit code 1 

i asked team mates said still works fine,so still problem on computer!

instead of opening xcode project, should open workspace file.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -