有什么方法可以使 Xcode 4.3/4.3.1 中的“验证项目设置”警告消失?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9612226/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Any way to make "Validate Project Settings" warning go away in Xcode 4.3/4.3.1?
提问by smparkes
Has anyone been able to make the Validate Project Settings/ Update to recommended settingswarning go away in Xcode since 4.3?
自 4.3 以来,有没有人能够使Xcode 中的“验证项目设置/更新到推荐设置”警告消失?
It wants to make some changes that I don't want to accept. I've tried both "Don't Perform Changes" and unchecking the changes I don't want and then "Perform Changes" but the warning refuses to go away. In the past one or the other of those has always made it go away. Xcode has already up'd the project format verison in the project file to the 4.3 value, i.e.,
它想做一些我不想接受的改变。我已经尝试了“不执行更改”和取消选中我不想要的更改,然后“执行更改”但警告拒绝消失。在过去,其中之一总是让它消失。Xcode 已经将项目文件中的项目格式版本升级为 4.3 值,即,
LastUpgradeCheck = 0430
but it still seems to continue to check.
但它似乎仍在继续检查。
rdar://11008193
(closed as a duplicate of 10944711)
rdar://11008193
(作为 10944711 的副本关闭)
回答by Cliff Ribaudo
Try editing the Schemes for your project. Product > Edit Scheme. Go into each scheme associated with the project and explicitly set the values you want. This fixed it for me.
尝试为您的项目编辑方案。产品 > 编辑方案。进入与项目关联的每个方案并明确设置您想要的值。这为我修好了。