John Durand
John Durand

Reputation: 2024

finding directory in Xcode project

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?

Upvotes: 0

Views: 156

Answers (1)

Geraint
Geraint

Reputation: 51

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

Upvotes: 1

Related Questions