Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Warnings from Xcode project

Tags:

xcode

ios

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 ??

like image 844
Akshay Mehta Avatar asked Mar 15 '23 03:03

Akshay Mehta


1 Answers

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

like image 137
Ashutosh Maurya Avatar answered Mar 30 '23 02:03

Ashutosh Maurya