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

前端 未结 7 1541
轻奢々
轻奢々 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

    0 讨论(0)
提交回复
热议问题