Xcode:什么是 LastUpgradeCheck?
我做了一个 git diff 并在 Project.xcodeproj/project.pbxproj
中看到:
attributes = {
BuildIndependentTargetsInParallel = YES;
+ LastUpgradeCheck = 0420;
};
What's LastUpgradeCheck
?也许我不小心用 Xcode 4.2 打开了该项目?
I did a git diff and saw in Project.xcodeproj/project.pbxproj
:
attributes = {
BuildIndependentTargetsInParallel = YES;
+ LastUpgradeCheck = 0420;
};
What's LastUpgradeCheck
? Maybe I accidentally opened up the project with Xcode 4.2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为当 Xcode 要求您“现代化设置”,并且您执行或拒绝它(采取行动)时,就会发生这种情况。
我认为 Xcode dot 版本也会发生这种情况;你有一个团队使用不同版本的 Xcode 吗?或者也许是带有 4.1/4.2 的 Lion 系统和带有 3.2.6 的 Snow Leopard 系统?
I think this happens when Xcode asks you to "modernize settings", and you do it or decline it (take action).
I think it also happens on Xcode dot releases; do you have a team of people that use different versions of Xcode? Or maybe a Lion system with 4.1/4.2 and a Snow Leopard system with 3.2.6?