14

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?

ma11hew28
  • 121,420
  • 116
  • 450
  • 651

1 Answers1

2

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?

Philippe
  • 905
  • 6
  • 18