I am new to iOS programming and am trying to write a small app that needs access to the mediaplayer framework. I can't do anything because there is no music player app in the iPhone simulator. Does anyone know how to get the music player app on the simulator or how to test without it? Specifically, this is the error I am getting:
Could not open database at file://localhost/Users/Baron/Library/Application%20Support/iPhone%20Simulator/5.0/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb?readonly_shm=1: unable to open database file.
Because I have no music player app in the simulator, this file path and file simply don't exist.
Many thanks for any help.
Could not open database at file://localhost/Users/Baron/Library/Application%20Support/iPhone%20Simulator/5.0/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb?readonly_shm=1: unable to open database file.
Because I have no music player app in the simulator, this file path and file simply don't exist.
Many thanks for any help.