ios - Can someone help me fix this error in Swift "Apple Mach-O Linker Error? -


"linker command failed exit code 1(use -v invocation)".

i don't understand means , not sure go fix it. looked @ solutions in stackoverflow none of them working me. cleaned project still not getting rid of error. please help.

  edit    ld: warning: directory not found option '-       l/users/welch/downloads/flurry'  ld: warning: directory not found option '-liphone'  ld: warning: directory not found option '-lsdk'  ld: warning: directory not found option '-lviphone'  ld: warning: directory not found option '-l6.4.0'  ld: warning: directory not found option '-l(1)/flurry-ios-6.4.0/flurry'  ld: warning: directory not found option '-l(1)/flurry-ios-6.4.0/flurryads'  ld: warning: directory not found option '-f(1)'  ld: warning: directory not found option '-f/users/welch/downloads/ios-inapp'  ld: warning: directory not found option '-fsdk-inapp-2.4.2'  ld: library not found -lflurryads_6.4.0  clang: error: linker command failed exit code 1 (use -v see invocation)     ld: warning: directory not found option '-l/users/welch/downloads/flurry'     ld: warning: directory not found option '-liphone'     ld: warning: directory not found option '-lsdk'     ld: warning: directory not found option '-lviphone'     ld: warning: directory not found option '-l6.4.0'     ld: warning: directory not found option '-l(1)/flurry-ios-6.4.0/flurry'     ld: warning: directory not found option '-l(1)/flurry-ios-6.4.0/flurryads'     ld: warning: directory not found option '-f(1)'     ld: warning: directory not found option '-f/users/welch/downloads/ios-inapp'     ld: warning: directory not found option '-fsdk-inapp-2.4.2'     ld: library not found -lflurryads_6.4.0     clang: error: linker command failed exit code 1 (use -v see invocation) 

click on build settings , under library search paths, delete paths.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -