I need to do un update on an app that is on the appStore, but right now im on holidays very far from my work computer (Lion os xcode 4), so Im using another computer (Snow leopard 10.6.8, xcode 4),
I have exported the svn repo with the source code [which was working fine on ios5 and ios4 on the lion machine],
but now to my horror, the app crashes in ios 5 simulator[no message for the crash in the log]

It works fine on ios4 simulator
so is this related to the different os?
I dont have here my ipad to test so I dont know if it would work on the actual device,
so what can it be?
thanks!
Looks like an uncaught exception isn’t being logged. Add the following to your main.m: