Xcode: What is LastUpgradeCheck?
Asked Answered
B

1

15

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?

Beberg answered 29/7, 2011 at 0:24 Comment(1)
we get this, too. Would be nice to know how to turn it offInduction
I
3

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?

Iliac answered 13/10, 2011 at 4:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.