简体   繁体   English

从Xcode项目中删除警告

[英]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' 找不到选项'-F / Users / amimodi / Downloads / VW'的目录找不到选项'-F / Users / amimodi / Desktop / VW'的目录

how to remove this warning coming in Xcode project ?? 如何删除Xcode项目中出现的此警告?

If it is a "directory not found for option '-F/..." That means it's a Framework Error, and you should try this: 如果它是“找不到选项的目录'-F / ...”这意味着它是一个框架错误,你应该试试这个:

1.Click on your project (targets) 1.点击你的项目(目标)

2.Click on Build Settings 2.单击“构建设置”

3.Under Framework Search Paths, delete the paths which cause warning's 3.在框架搜索路径下,删除导致警告的路径

It might happens when you move referenced file around 当您移动引用的文件时可能会发生这种情况

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM