解決警告“ld: warning: directory not found for option”
從專案中刪除了某個目錄、檔案以後,編譯出現警告資訊:
ld: warning: directory not found for option“XXXXXX”
很奇怪,為什麼已經從專案中刪除了檔案和資料夾還是報這個警告呢?
去掉警告的辦法如下:
1選擇工程, 編譯的 (targets)
2選擇 Build Settings 選單
3查詢 Library Search Paths 和 Framework Search Paths, 刪掉編譯報warning的路徑即OK
相關文章
- MongDB 啟動警告 ”WARNING: soft rlimits too low.“問題解決一例MIT
- Python忽略warning警告錯誤Python
- 解決Flask程式執行模型類時候的警告資訊 | Warning: @@tx_isolation' is deprecated...Flask模型
- python如何忽略警告(warning) 錯誤Python
- Warning:The /usr/local/mysql/data directory is not owned by the 'mysql' or '_mysql'MySql
- 高德地圖警告解決地圖
- gitbook no such file or directory 怎麼解決Git
- Python怎樣忽略warning警告錯誤?Python
- 關閉VS警告 warning C4996996
- 解決 command not found: expressExpress
- AIX dtterm not found的解決AI
- [WARNING] warning: Class com.google.protobuf.Descriptors not found - continuing with a stub.GoUI
- 解決pycharm警告InsecureRequestWarning:PyCharm
- 解決IDEA Error:Output directory is not specifiedIdeaError
- ld.so.1: oracle: fatal: relocation error解決方法OracleError
- SSH登入警告(WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!)REMIDE
- LD檔案詳解
- [git]warning: LF will be replaced by CRLF in 解決辦法Git
- git warning: LF will be replaced by CRLF in 解決辦法Git
- 解決Vue中”This dependency was not found”的方法Vue
- sqlplus: command not found解決SQL
- /lib/ld-linux.so.2: bad ELF interpreter: No such file or directoryLinux
- rails 5.2 啟動警告 warning: previous definition of VERSION was here和bootsnapAIboot
- MySQL日誌警告'[Warning] Unsafe statement written to the binary log'MySql
- 解決react警告:findDOMNode is deprecated in StrictMode. findDOMNodeReact
- 閃回區大小出現警告解決
- 被蘋果11.2警告的解決方案蘋果
- opatch option Not available yet問題的解決方法AI
- WITH CHECK OPTION 詳解
- WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED解決方法REMIDE
- bash: lspci: command not found解決方法
- symfony 2 No route found for “GET /” 的解決方法
- Invalid bound statement (not found)錯誤解決
- git警告之——warning: LF will be replaced by CRLF in src/views/study/explain.vueGitViewAIVue
- OGG - No Valid Default Archive Destination Directory Found for Thread #Hivethread
- ImportError: Start directory is not importable: './test_case'怎麼解決?ImportError
- Docker啟動故障問題 no such file or directory解決方法Docker
- mac下/usr/local/bin No such file or directory問題解決Mac