This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Hello this is hopefully an easy question to solve. What I am attempting to do is have a selector on a button action that calls out to my other method with the fileName of a movie to play. If I move the file name back to the method it works [...] read more
I am using UITableView to display data fetched from webservice.Fetching is done fine and displays data in console.However I am getting SIGABRT error.I have also added storyboard to empty application , if that is causing any problems here, I am not sure.What should be done here? Here is the description [...] read more
I use Facebook for iOS. I get user's data without problem by Graph Api. From user's data I get app-scoped user id. Then I try get user's picture but application crashed. I tried use [FBRequestConnection startWithGraph:@"/me/picture" ...] and [FBRequestConnection startWithGraph:@"/(app id from user's data)/picture" ...] but still crashed. Why? 2014-06-02 [...] read more