Akshay Mehta
Akshay Mehta

Reputation: 213

Remove Warnings from Xcode project

Directory not found for option '-F/Users/amimodi/Downloads/VW' Directory not found for option '-F/Users/amimodi/Desktop/VW'

how to remove this warning coming in Xcode project ??

Upvotes: 4

Views: 345

Answers (1)

Ashutosh Maurya
Ashutosh Maurya

Reputation: 341

If it is a "directory not found for option '-F/..." That means it's a Framework Error, and you should try this:

1.Click on your project (targets)

2.Click on Build Settings

3.Under Framework Search Paths, delete the paths which cause warning's

It might happens when you move referenced file around

Upvotes: 7

Related Questions