xcode - ld: warning: directory not found for option '-F-' -


i know has been asked thousands of times, can't rid of error upon building. think started show after upgraded xcode latest version available (6.3.2).

ld: warning: directory not found option '-f-' ld: library not found -lpods-acknowledgementsbundle clang: error: linker command failed exit code 1 (use -v see invocation) 

my library search path (target) has:

$(inherited) non-recursive $(project_dir) non-recursive 

i uninstalled , installed pod, clean , build.. nothing.

does have suggestion? thanks!


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -