BNRPersistence on the iPhone, and NSDocument
Posted
by jammur
on Stack Overflow
See other posts from Stack Overflow
or by jammur
Published on 2010-04-28T22:02:17Z
Indexed on
2010/04/28
22:07 UTC
Read the original article
Hit count: 318
I'm trying to get BNRPersistence running in an iPhone app, but I'm having a problem that I have no idea how to solve. Keep in mind I'm relatively new to iPhone dev.
The problem is that BNRStoreDocument subclasses NSDocument, which exists in the Cocoa framework and thus isn't available on the iPhone. So obviously I'm getting compile errors that it can't find NSDocument. The developer of BNRPersistence states that it works on the iPhone, so I'm sure there a solution, I just don't what it is.
Any help would be greatly appreciated!
© Stack Overflow or respective owner