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

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

    As answered by @narner (answer marked as correct), yes it can make code work. But here is something better to solve the problem.

    My suggestion is that instead of delete tests targets, better if we change the path of info.plist under tests target.

    Simple steps:-

    In project, click on the project file -> ProjectNameTests(under targets) ->Build settings->Packaging->Info.plist Here you change the path of file.

提交回复
热议问题