Hi All ,
After the one of my problem got solved I have landed up in new problem.
http://www.iphonedevsdk.com/forum/ip...-new-post.html
I got my SDK updated to latest version that 2.2.1.x. After complied installation I am very much surprise to see that SpeakHere application which was working (although it had leaks) on the old SDK , in not working at all on the new SDK.
After this statement
AudioRecorder *theRecorder = [[AudioRecorder alloc] initWithURL: self.soundFileURL];
or
NSBundle *mainBundle = [NSBundle mainBundle];
soundFileURL = [NSURL fileURLWithPath:[mainBundle pathForResource:@"cat" ofType:@"wav"] isDirectory:NO];
AudioPlayer *thePlayer = [[AudioPlayer alloc] initWithURL: self.soundFileURL];
the application either goes in loop or it hangs on the simulator. Which I discovered by using break points. Although the status bar shows stepping over , but never goes to the next step.
Also I tried to simulate with various version but made no good.
Please can any one help me with this.
Thank you.