I notice this in the project.pbxproj file in Adium.xcodeproj:

/* Begin PBXBuildStyle section */
342E171507284F310054D77A /* Deployment-Debug */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUGGING_SYMBOLS = YES;
GCC_DEBUGGING_SYMBOLS = full;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
GCC_OPTIMIZATION_LEVEL = s;
MACOSX_DEPLOYMENT_TARGET = 10.3;
OTHER_CFLAGS = (
"-DCRASH_REPORTER",
"-DDEBUG_BUILD",
"-g3",
);
PRECOMP_DESTINATION_DIR = $SYMROOT/PrecompiledHeaders;
ZERO_LINK = NO;
};
name = "Deployment-Debug";
};

other than the value of OTHER_CFLAGS being an array rather than a string like it was in Adium.xcode in [12214], I can't see any significant differences here. would somebody who still has Xcode 2.0 please try the following, and tell me whether it works? (you can get the answer to me through IRC, or PM me on the forum.)

  1. mkdir Adium.xcode
  2. cp Adium.xcode{proj,}/project.pbxproj (copies the project.pbxproj file from Adium.xcodeproj to Adium.xcode)
  3. open Adium.xcode
  4. click Build.