Thursday, 15 April 2010

xcode5 - ld: library not found for -lPods-App clang: error: linker command failed with exit code 1 (use -v to see invocation) -



xcode5 - ld: library not found for -lPods-App clang: error: linker command failed with exit code 1 (use -v to see invocation) -

i'm trying build application on iphonesimulator 7.1. via command line :

xcodebuild \ -project myproject.xcodeproj \ -configuration debug \ valid_archs="arm6 armv7 i386" \ only_active_arch=no \ targeted_device_family="2" \ -arch i386 \ -sdk iphonesimulator7.1 \

and i've got installation fail:

"ld: library not found -lpods- app clang: error: linker command failed exit code 1 (use -v see invocation)

** install failed ** next build commands failed: ld /myappname normal i386 (1 failure)

" i've installed pods, cleaned application folder , on... it's possible build app xcode ui, rely need bold command line future purposes.

please advice.

the name pods-marc o'polo cause sorts of issues command line utilities:

the name contains space, means unless alternative -lpods-marc o'polo enclosed in double quotes, compiler consider 2 options. the name contains single quote, means shell running command line utilty closing quote.

in short, it's unusable in form.

xcode5

No comments:

Post a Comment