Info. plist and prefix. PCH File Location modification problems and solutions if you want to change info. plist and prefix. the actual path of the PCH file, that is, the location of the actual file (not the Organization path in the Project). You need to modify the corresponding configuration in build settings. Otherwise, the project cannot find the corresponding info. plist and prefix. PCH file. Error:
1. the info. plist file path is incorrect.
Error: cocould not read data from '/users/sf_gxd/desktop/gasake/Gasake-Info.plist': the file "Gasake-Info.plist" Couldn't be opened because there is no such file. 2. prefix. PCH file path error clang: Error: no such file or directory: '/users/sf_gxd/desktop/gasake/Gasake-Prefix.pch' clang: Error: no input files solution: Change path
Follow your own projectCorrect modification. Just clean it and run it.
The modification is as follows:
1. Search for PCH in build settings and modify the following two paths. The error cause is that the three paths are different. 2. Error cause:
Problems encountered in changing the file location using info. plist and prefix. PCH and Their Solutions