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.
I am attepting to build this small project for the iPhone, but when I deploy it on the iOS simulator I get the error "libc++abi.dylib: terminating with uncaught exception of type NSException". The code is pretty straightforward, here goes: WHGViewController.h: #import <UIKit/UIKit.h> #import <AVFoundation/AVFoundation.h> @interface WHGViewController : UIViewController <AVAudioRecorderDelegate, AVAudioPlayerDelegate> [...] read more