0

I've been getting this following warning everytime I build my project:

ld: warning: directory not found for option '-F/Users/macbookair1/Documents/programming/My App/build/Debug-iphoneos'

How do i resolve this issue?

Himanshu
  • 4,327
  • 16
  • 31
  • 39
John Durand
  • 1,934
  • 5
  • 22
  • 34

1 Answers1

1

What you have done before.

  1. remove Debug-iphoneos
  2. you can check "search paths"
  3. search the name of My App,and rename
  4. delete tests
Geraint
  • 41
  • 3