Re: iPad 5.1 simulator

2012-03-31 Thread Roger Dalal
No, Luca, you can not use the iPod framework in the simulator. On Mar 31, 2012, at 1:10 PM, Luca Ciciriello wrote: > Is it possible to use MPMediaPickerController with the iOS 5.x simulator? > > I've used it but I get the following exception: > > 'NSInternalInconsistencyException', reason: 'Unab

iPad 5.1 simulator

2012-03-31 Thread Luca Ciciriello
Is it possible to use MPMediaPickerController with the iOS 5.x simulator? I've used it but I get the following exception: 'NSInternalInconsistencyException', reason: 'Unable to load iPodUI.framework' The code I've used is: MPMediaPickerController *picker = [[MPMediaPickerController alloc] in