my app is working on 128mb idevices when i build with Debug configuraion, but when i build in Release configuration the app crashes on startup with "BAD ACCESS".
on 256mb and up it works on both configurations.
according to "Activity Monitor" the "Real Memory" usage is 14mb and "Virtual Memory" is 75mb (is this normal?)
"Allocations" instrument "Live Bytes" column states 6mb usage
i want to setup NSZombie but i understood it works only in debug mode
how can i solve this?
thanks!