SynchStep Blog

rough day

1. got xcode to deploy normal app to my stock 2.0 phone
2. got xcode to deploy normal app to my jailbroken 2.0 phone
3. got xcode to deploy privateframeworks app to my jailbroken 2.0 phone

everythign runs great, but i’m getting a weird warning i haven’t gotten since 1.1.4 was released. i can’t remember how i solved it.

: NOTE:: loading Music Library: Could not find Dulcimer database at expected path: /var/mobile/Media/iTunes_Control/iTunes/iTunesDB

somehow the mobile user doesn’t have access to its own db file. wonder if this is a symptom of the way applications are sandboxed.

i did a stat of the file via the test app and it sees that the file exists, so maybe it’s not outside of scope. not sure.

not sure how to solve this one.

More Information