I have an app I\'m writing that crashes when I call addSubview on a UIScrollView with \"EXC_BAD_ACCESS\". It only does this on iPhone 3G in release mode and only on the devi
I can propose to change optimization level of release settings to "None".
I met the same problem few times (with different apps) and solved it in this way.