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

前端 未结 7 1638
轻奢々
轻奢々 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 11:01

    For Xcode 10.1 when rename or move info.plist to sub folder.

    • Select your project
    • Choose targets
    • In General tab under Indentity you can specify new info.plist file

提交回复
热议问题