iphone - Weird Error from Xcode Debugger -
After
I am using database light sql in my iphone app I have a refresh button on my home screen and then click on the button I refresh the data parsing from my web service and store results in the SQL Lite database. I get an error when I repeatedly click on the refresh button. Error occurs after each variable number of clicks / refreshes error:
After this error, my app crashes and when I logged in error it " Returns base Unable to open "error
Please help me to resolve this error.
Thanks Sandy
It seems that the debugger has to load data formatters The problem is happening, which creates a display for it. Various datatype in the Variable Display panel of the Debugger window. If you have added a client formatter, then you should remove them.
Try running the program without a debugger and see if you get crashed. If so, the problem is in the app, if not, the Xcode is most likely to test a dummy project and see if you get the same error
It is possible that in your code Somewhere there is hellish repetition. I have seen that to bring down the debugger, but not with this error message.
Comments
Post a Comment