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.
When I run a refactor on my code in xcode, all the files are correctly refactored except one, and when I click to check the changes made in that file, the following 'Internal Error Occurs': Uncaught Exception: Invalid parameter not satisfying: fileName Stack Backtrace: The stack backtrace has been logged [...] read more
I have a tabe view with custom cells wich were created in a different nib, In each cell I have a button. I wan't to deal with the button pressed event in one of my created objects (I call it PlaylistController). In IB I've added this class (PlaylistController) as an [...] read more