• 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
Help with Xcode assertion!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help with Xcode assertion!


  • Subject: Help with Xcode assertion!
  • From: "David Clark" <email@hidden>
  • Date: Thu, 8 Jul 2004 10:39:46 -0700

Any ideas about what to do with this error?  Whether I access my
project via the GUI environment or xcodebuild, I get the same
assertion failure:

2004-07-08 10:17:09.200 xcodebuild[17141] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-310/pbxcore/Target.subproj/ PBXTarget.m:3762 (object=<PBXNativeTarget:0x01199360>, selector=buildSettingExpansionDictionaries): project should be an instance inheriting from PBXProject, but it is nil
** INTERNAL ERROR: Uncaught Exception **
Exception: ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-310/pbxcore/Target.subproj/ PBXTarget.m:3762 (object=<PBXNativeTarget:0x01199360>, selector=buildSettingExpansionDictionaries): project should be an instance inheriting from PBXProject, but it is nil
Stack:
0 0x92cf0cd4 -[TSException raise]
1 0x92ce58dc __TSAssertionFailureHandler
2 0x96f5208c -[PBXTarget buildSettingExpansionDictionaries]
3 0x96f51f78 -[PBXTarget expandedValueForString:getRecursiveSettingName:]
4 0x96f51ea8 -[PBXNativeTarget infoPlistFilePath]
5 0x97055ecc -[PBXNativeTarget referenceWasAdded:]
6 0x909f7078 -[NSArray makeObjectsPerformSelector:withObject:]
7 0x96f5d05c -[PBXGroup insertItems:atIndex:]
8 0x96f5cd64 -[PBXGroup insertItem:atIndex:]
9 0x96f89fc0 -[PBXProject productGroupForProjectReference:]
10 0x970af680 -[PBXReferenceProxy isValidReferenceProxy]
11 0x970b0204 -[PBXReferenceProxy awakeFromPListUnarchiver:]
12 0x909f7078 -[NSArray makeObjectsPerformSelector:withObject:]
13 0x96f4c0a4 -[PBXPListUnarchiver decodeRootObject]
14 0x96f4a918 +[PBXProject projectWithFile:errorHandler:readOnly:]
15 0x000095ac
16 0x00006688
17 0x8fe1a554
Abort trap


I have several other large projects, and they open just fine, so I don't
doubt that I've set something up wrong in this project, but I sure can't
figure it out.  Any internal Xcode developers here who can tell what the
problem is from the stack trace?  I'm using Xcode 1.2 on OSX 10.3.4

I went and looked into the project.pbxproj file, and the main group it
contains is:

		20286C28FDCF999611CA2CEA = {
			buildSettings = {
			};
			buildStyles = (
				4A9504C5FFE6A39111CA0CBA,
				4A9504C6FFE6A39111CA0CBA,
			);
			hasScannedForEncodings = 1;
			isa = PBXProject;
			mainGroup = 20286C29FDCF999611CA2CEA;
			projectDirPath = "";
			projectReferences = (
				{
					ProductGroup = 8FDDAA80069CC17300356BD2;
					ProjectRef = 8FDDAA7C069CC17200356BD2;
				},
				{
					ProductGroup = 8F105084069C749F006516F3;
					ProjectRef = 8F105082069C749E006516F3;
				},
			);
			targets = (
				8D0C4E890486CD37000505A6,
				C97DCA39067E54460043B9F4,
				C97DCA42067E55840043B9F4,
				8F4B3C2F068A043900C798E9,
			);
		};

which as far as I can tell says that the project is "an instance inheriting from PBXProject".
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.



  • Follow-Ups:
    • Re: Help with Xcode assertion!
      • From: Finlay Dobbie <email@hidden>
  • Prev by Date: Re: HeaderDoc 8 final?
  • Next by Date: Re: Injecting build variables into Xcode
  • Previous by thread: Re: build target name overlap
  • Next by thread: Re: Help with Xcode assertion!
  • Index(es):
    • Date
    • Thread