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

前端 未结 25 881
庸人自扰
庸人自扰 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:43

    Not for info.plist but for another plist file I encountered the same problem. the reason for the error is I inadvertently copied the file to a folder, so it created a symlink. and When I remove the original file, this error is thrown. Deleting the symlinking file resolved the problem.

提交回复
热议问题