The following line of code compiles with the following warning:
Code:
[[[AVAudioPlayer alloc] initWithContentsOfURL:url error:&error] play];
Warning:
/Users/moshe/Development/iPhone/Apps/Live/iDecide/iDecideViewController.m:29:0 /Users/moshe/Development/iPhone/Apps/Live/iDecide/iDecideViewController.m:29: warning: multiple methods named '-play' found
What's going on here?