James Long has written some awesome stuff allowing you to code iPhone applications with Gambit Scheme. I will leave the details for james to explain, which he does excellently here. However… the Xcode project as downloaded does not work, the first gotcha was explained to me by James after I mailed him a sorry tale [...]
1. October 2009.
NSPersistentStoreCoordinator has no persistent stores.
SOLUTION: Locate and delete the old sqlite database file. RTFM: Page 42 of the iPhone_Development.pd file from Apple Whilst developing an iPhone application that uses the Core Data system as the persistence mechanism, I added a new attribute to the source of type ‘Binary Data’ to hold a UIImage thumbnail. I did a Clean All [...]