Your comments

Yep, definitely am getting line numbers, which helps, but on occasion I simply get a crash over and over and have to go hunting :)

This is something we've dealt with in other frameworks that causes a good deal of pain (lack of debugging tools), and I was hoping you guys had some secret sauce for that :) If not, I totally understand, but that would definitely be a killer feature.
AHA! That's what I get for moving to VIM.

Looks like the files must be included in the project for Rarewire to see the wire. Which makes sense, since the interpreter runs *in* the simulator, and the only resources copied are what's included in the project.

Solved :P
Ah, actually, I managed to fix this by re-linking zlib to the current zlib version in iOS 5.0.

Do you think this will cause instability (is there a reason you linked directly to 1.2.3 and not to the generic zlib.dylib)?

Thanks! I'm up and running now!