Info.plist Utility Error: “Info.plist couldn't be opened because there is no such file”

前端 未结 25 840
庸人自扰
庸人自扰 2020-12-08 06:15

I\'m running into what seems to be common error, in that Xcode can\'t seem to find my \'Info.plist\' file.

I\'ve checked the answers to these two StackOverflow ques

25条回答
  •  伪装坚强ぢ
    2020-12-08 06:40

    Search "info.plist" using ctrl+sht+f in your project.

    Tap on the results and you will find it as a field under Build Settings.

    Ensure that it contains the correct path to your info.plist file as in the project hierarchy.

提交回复
热议问题