你好,歡迎來到IOS教程網

 Ios教程網 >> IOS編程開發 >> IOS開發綜合 >> iOS xxx.pch

iOS xxx.pch

編輯:IOS開發綜合

Info.plist與Prefix.pch修改文件位置遇到的問題及解決方法

如果要更改Info.plist與Prefix.pch文件實際路徑,也就是實際文件的位置(不是在工程中的組織路徑),需要到Build Settings中修改對應的配置,不然工程就找不到對應的Info.plist與Prefix.pch文件。

報錯情況:

1、Info.plist文件路徑錯誤

error: could not read data from '/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Info.plist': The file “Gasake-Info.plist” couldn’t be opened because there is no such file.
2、prefix.pch文件路徑錯誤
clang: error: no such file or directory: '/Users/sf_gxd/Desktop/Gasake/Gasake/Gasake-Prefix.pch'
clang: error: no input files

解決方案:

將路徑 按照自己工程 修改正確,Clean一下,然後運行即可。

修改如下所示

\

\

 

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved