How to tell Xcode where my info.plist and .pch files are

前端 未结 7 1633
轻奢々
轻奢々 2020-12-02 10:28

I renamed my project and it\'s files and now Xcode is still looking for the old info.plist file. Where do I set the locations of the .plist and .pch files that it needs.

7条回答
  •  失恋的感觉
    2020-12-02 10:41

    One more wrinkle to this. It still would not find the new plist file because it was in a folder inside the main project hierarchy on my disk. In this case, the name you should put in the build settings is relative to the project file, like "FolderName/Info.plist" for example.

提交回复
热议问题