NSSQLiteStoreType: getting "...NSFaultingMutableSet bytes]: selector not recognized..." runtime errors
NSSQLiteStoreType: getting "...NSFaultingMutableSet bytes]: selector not recognized..." runtime errors
- Subject: NSSQLiteStoreType: getting "...NSFaultingMutableSet bytes]: selector not recognized..." runtime errors
- From: "Frederick C. Lee" <email@hidden>
- Date: Tue, 20 Dec 2005 12:57:58 -0800
Greetings:
I can't figure out why I can't store data in SQLite format; but I
CAN store in XML format.
'NSXMLStoreType' works:
[coordinator addPersistentStoreWithType:NSXMLStoreType
configuration:nil URL:defaultStoreURL options:nil error:nil];
But 'NSSQLiteStoreType' does not:
[coordinator addPersistentStoreWithType:NSSQLiteStoreType
configuration:nil URL:defaultStoreURL options:nil error:nil];
Here are the runtime errors I'm encountering with 'NSSQLiteStoreType':
2005-12-20 12:50:57.727 Global Village[2781] {GVDocument.m:
awakeFromNib}
2005-12-20 12:50:58.091 Global Village[2781] *** -
[_NSFaultingMutableSet bytes]: selector not recognized [self = 0x3d26f0]
2005-12-20 12:50:58.092 Global Village[2781] *** NSRunLoop ignoring
exception '*** -[_NSFaultingMutableSet bytes]: selector not
recognized [self = 0x3d26f0]' that raised during posting of delayed
perform with target 3a5b70 and selector 'invokeWithTarget:'
2005-12-20 12:50:58.096 Global Village[2781] *** -
[_NSFaultingMutableSet bytes]: selector not recognized [self = 0x3d26f0]
2005-12-20 12:50:58.097 Global Village[2781] *** NSRunLoop ignoring
exception '*** -[_NSFaultingMutableSet bytes]: selector not
recognized [self = 0x3d26f0]' that raised during posting of delayed
perform with target 3c9720 and selector 'invokeWithTarget:'
------------
Any ideas?
Thanks.
Ric.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden