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

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

    First you need to check in your project folder whether info.plist is there or not. If not then you need to copy info.plist from any other application into your project folder and add file in xcode. It will solve your problem.

提交回复
热议问题