Here is the command line I'm using
/Developer/Tools/packagemaker -build -proj /Users/david/Dev/test/MyGreatApp.pmproj -p /Users/david/Dev/test/Users/david/Dev/test/MyGreatAppInstaller.pkg -v
Here is the error Crash info I'm getting
*** Uncaught exception: <NSInvalidArgumentException> *** -[NSPlaceholderMutableString initWithString:]: nil argument
\
Crash log ...
Date/Time: 2007-06-26 11:01:27.777 -0700
OS Version: 10.4.9 (Build 8P2137)
Report Version: 4
Command: packagemaker
Path: /Developer/Tools/packagemaker
Parent: sh [1695]
Version: ??? (???)
PID: 1696
Thread: 0
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000002
Code[1]: 0x00000000
Thread 0 Crashed:
0 com.apple.Foundation 0x9282447f _NSRaiseError + 227
1 com.apple.Foundation 0x9284b23f +[NSException raise:format:] + 57
2 com.apple.Foundation 0x927e6924 -[NSPlaceholderMutableString initWithString:] + 110
3 com.apple.Foundation 0x9280a66a +[NSString stringWithString:] + 67
4 packagemaker 0x00027138 0x1000 + 155960
5 packagemaker 0x000037f6 0x1000 + 10230
6 packagemaker 0x00003ca0 0x1000 + 11424
7 packagemaker 0x00003641 0x1000 + 9793
8 packagemaker 0x00002b50 0x1000 + 6992
9 com.apple.Foundation 0x927e62e5 _decodeObjectBinary + 2513
10 com.apple.Foundation 0x927e58ce _decodeObject + 231
11 com.apple.Foundation 0x928a215a +[NSKeyedUnarchiver unarchiveObjectWithData:] + 105
12 packagemaker 0x0001dfbf 0x1000 + 118719
13 packagemaker 0x0001c42f 0x1000 + 111663
14 packagemaker 0x00002806 0x1000 + 6150
15 packagemaker 0x00002796 0x1000 + 6038
16 packagemaker 0x000026bd 0x1000 + 5821
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00073000 ebx: 0x928243aa ecx: 0x90a5b321 edx: 0x00307de0
edi: 0x0031e370 esi: 0x0031e410 ebp: 0xbfffb158 esp: 0xbfffb0f0
ss: 0x0000001f efl: 0x00000246 eip: 0x9282447f cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
Does anyone have any ideas on how to work around this issue?
thanks for the help
-dave