can anyone help read crash logs?

My xCode app (entirely written in Applescript) is crashing on some users. One of them is sending me snippets of the crash logs, but I have no idea what they say.
Can anyone give me any help, or point me in a direction, for a ‘translation’ of the log so I can know why the app is crashing? If it turns into a large project or a recurring thing, I am willing to pay a little for the help.
General help post here please, or you can email me personally at cpav@ptd.net
I will post up the crash log text here later.
Thanks, Chris

The crash log is probably a bit long for these forums. Can you host it somewhere and link to it? If not, I’ll host it for you.

Here is what my customer sends me. It seems like the ZeroLink in xcode is enabled. I thought I had disabled it when I recompiled it. Is there any reason why he may still have this after he got the new version of the app?

Crash report -

Date/Time: 2006-02-08 22:59:13.967 -0500
OS Version: 10.4.4 (Build 8G32)
Report Version: 3

Command: PDF Bee 2c
Path: /Applications/PDFBee2/for CS1 only/PDF Bee 2c.app/Contents/MacOS/PDF Bee 2c
Parent: WindowServer [613]

Version: 2.00c, January 30, 2006 (2.00c)

PID: 672
Thread: Unknown

Link (dyld) error:

Library not loaded: /System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/ZeroLink
Referenced from: /Applications/PDFBee2/for CS1 only/PDF Bee 2c.app/Contents/MacOS/PDF Bee 2c
Reason: image not found
Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5 (3.0), 2.3 GHz, 2.5 GB
Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330
Network Service: Built-in Ethernet, Ethernet, en0
Serial ATA Device: WDC WD2500JD-41HBC0, 232.89 GB
Serial ATA Device: HDT722525DLA380, 232.89 GB
Parallel ATA Device: PIONEER DVD-RW DVR-109,
USB Device: Hub in Apple USB Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
USB Device: Microsoft IntelliMouse® Explorer, Microsoft, Up to 1.5 Mb/sec, 100 mA
USB Device: Apple USB Keyboard, Mitsumi Electric, Up to 1.5 Mb/sec, 220 mA
USB Device: USB Hub, , Up to 12 Mb/sec, 500 mA
USB Device: USB Printer, EPSON, Up to 12 Mb/sec, 100 mA

Sounds like you sent him a debug/development build. Clean your project and send him a non-debug build.