Showing FlipviewController crash in XCode 4 debugger
问题 My app has 2 views that are shown as flipview when a button is pressed. They are working just fine on any testdevice. But in XCode, one of them is causing a crash (bad_exec) to the return of the main method when he is displayed. The crash happens outside of any of my functions. Ok, bad_exec means, I have anything that is trashing/deallocating or corrupting the memory. But why does it just happen in the iPhone 4.2 simulator under xcode 4? No Zombies do fire, nor do I overwrite/deallocate