I\'ve got a problem with my test code. It compiles well, but when I try to call delegate, program crashes.
When I am try to present a UIViewController with a NavigationController from a UiViewController, the Xcode is crashed, I don\'t know why because I do it like all other views in my App, but just only t
Does anyone knows how to get crash logs from customers? Instead of manually asking them to sync and go to this d开发者_StackOverflow社区irectory and this directory and send it.
Can anyone tell me why this crashes my program? It\'s suppose to make it so order has all the elements in the t vector situated by (y + height).
So, my app is a set of stacked views, with a RootViewController as the 2nd view on the stack. The bottom-most view is a menu page, which loads either the rootview controller or an info view onto the s
I\'m facing quite \"mysterious\" problem. My App works fine with all build configurations on devices running iOS 4.x, but it crashes on iPhone running iOS 3.x immediately after launch, but only when c
I received a crash report from Apple and I\'m trying to determine what happened. I haven\'t been able to recreate the crash by following their steps and I haven\'t seen a similar crash in any of my te
I\'m trying to put a spinner in a sub-tab in my android app.Touching the spinner causes a crash. Searching seems to suggest that for some reason it is not possible to use spinners in sub-tabs, but th
It is worth noting that this part of the app (this option from the main menu) was working perfectly before. I then programmed the next option from the main menu, and now this one is not working anymor
my application is crashing when I enter an \' (apostrophe) in the textfield. Can anyone please tell the solution for the problem. Below is the place where it crashes