Hi, Eric,

Unix has problems with spaces in a file path. Apple used three such names for directories in the displayed paths:

  * Developer Tools

  * Project Templates

  * Cocoa-Java Application

Spaces in path names on Unix, of course, work if the path name is quoted or the spaces are quoted. It seems that script writers often forget to add the quotes. This has caused problems for Xcode in the past and is probably the problem you're facing here.

Unfortunately, I don't remember what scripts Xcode is using for the wizard, but perhaps others on this list or on Apple's Xcode mailing list can address this.

Regards,
Jerry


On Jan 30, 2006, at 12:01 AM, Eric Loit wrote:

Hi,

I'm trying to use Xcode 2.2 to create a new project.  Using the assistant I'm choosing "Cocoa Enterprise Objects Application" .  I then give it a name and location and accept the defaut framework.  I also select my EOModel that I'm using in a WebObjects Application without issue.  Finally I select the EOF Application Skeleton in the Select Template Dialog and click finish.

What I get is a Internal Error dialog with a Uncaught Exception: 

Could not create project at path /Users/eloit/gifter/gifter.xcodeproj using template at path /Library/Application Support/Apple/Developer Tools/Project Templates/Application/Cocoa-Java Application/CocoaApp.pbproj

Here is the console log:

2006-01-29 23:56:58.438 Xcode[396] ** INTERNAL ERROR: Uncaught Exception **
Exception: Could not create project at path /Users/eloit/gifter/gifter.xcodeproj using template at path /Library/Application Support/Apple/Developer Tools/Project Templates/Application/Cocoa-Java Application/CocoaApp.pbproj.
Stack:
  0  0x95232060  -[TSException raise]
  1  0x0100feec
  2  0x98cc1ebc  -[PBXProjectWizard finish]
  3  0x0100fa3c
  4  0x98cc1a90  -[PBXWizardPage(PrivateMethods) _finishFromUIInvocation]
  5  0x98cc1930  -[PBXWizardPanel _wizardSheetDidEnd:returnCode:contextInfo:]
  6  0x98cbeabc  -[PBXWizardPanel nextPage:]
  7  0x9372d26c  -[NSApplication sendAction:to:from:]
  8  0x9372d1a0  -[NSControl sendAction:to:]
  9  0x9372d080  -[NSCell _sendActionFrom:]
10  0x93747098  -[NSCell trackMouse:inRect:ofView:untilMouseUp:]
11  0x93746c80  -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:]
12  0x937466a4  -[NSControl mouseDown:]
13  0x936e7eac  -[NSWindow sendEvent:]
14  0x93690ef0  -[NSApplication sendEvent:]
15  0x98be8fb0  -[PBXExtendedApplication sendEvent:]
16  0x9368832c  -[NSApplication run]
17  0x93778e64  _NSApplicationMain
18  0x0000a1c4
19  0x0000a06c

Any ideas on how to get this to work?  I did check and it seems like the template files are in the required library directories.

Thanks,


Eric 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:

This email sent to [EMAIL PROTECTED]


--
__ Jerry W. Walker,
   WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled Systems

    jerrywwalker@gee-em-aye-eye-ell.com
    203 278-4085        office



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to