我收到此警告The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'
。我已阅读解决方案here它说Info.plist文件已复制到复制包资源&我必须从那里删除它。但我没有找到任何 Info.plist 。请建议做什么?
答案 0 :(得分:11)
https://developer.apple.com/library/ios/qa/qa1649/_index.html
Apple文档说您只需从以下阶段删除info.plist文件。
清除项目并重建它。
答案 1 :(得分:2)
您可以在名为Supporting Files文件夹的文件夹中找到您自己创建的info.plist文件。
或
您还可以在目标中找到info.plist文件 - >信息
检查此链接
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file
希望它有所帮助。
答案 2 :(得分:0)
可能对某人有帮助。
在我的Flutter应用程序中。 我在xCode中打开iOS模块,然后单击Info.plist文件,并在左侧的文件检查器中未选中目标成员资格(运行器)。 我正在使用10.3