• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 3.2 not comparing projects properly (with Subversion)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 3.2 not comparing projects properly (with Subversion)


  • Subject: Xcode 3.2 not comparing projects properly (with Subversion)
  • From: David Dunham <email@hidden>
  • Date: Sun, 06 Sep 2009 21:16:50 -0700

I've been making changes to a project, and trying to use SCM > Compare With > Base. Xcode 3.2 shows only one change. svn diff shows all of them. For example, neither of these show up from within Xcode:

@@ -1425,10 +1425,8 @@
 		63012156085BDBE9005D5B4C /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				ARCHS = (
-					ppc,
-					i386,
-				);
+				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
+				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
 				DEAD_CODE_STRIPPING = YES;
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 				DEPLOYMENT_POSTPROCESSING = YES;
@@ -1446,6 +1444,7 @@
 				GCC_WARN_UNUSED_VARIABLE = YES;
 				INFOPLIST_PREPROCESS = YES;
 				MACOSX_DEPLOYMENT_TARGET = 10.4;
+				"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.6;
 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
 			};

I haven't yet filed a bug. I will probably need to, but I wonder if there's some trick so that I can keep using Xcode for my pre-checkin compares (which I routinely do so I can make an accurate checkin comment).

P.S. Looks like SCM > Diff With > Base does work the same as Subversion. But I really prefer the Compare output.

David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus Wirth



_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Prev by Date: Re: Compiling 3-way Universal for 10.4+
  • Next by Date: GCC 4.2
  • Previous by thread: Embedded Editor
  • Next by thread: GCC 4.2
  • Index(es):
    • Date
    • Thread