All of a sudden NSUserDefaults stopped working
All of a sudden NSUserDefaults stopped working
- Subject: All of a sudden NSUserDefaults stopped working
- From: Mark Williams <email@hidden>
- Date: Tue, 7 Jun 2005 19:30:47 -0700
Since switching to tiger suddenly my application or one of them any
way, cannot write preferences.
I am using something very simple:
NSUserDefaults * settings = [NSUserDefaults standardUserDefaults];
[settings setObject:[cd stringValue] forKey:@"Registration"];
Other preferences will set ok. But I cannot make this one set for
some reason. Any one have any ideas as to why it might be selective?
Mark.
_______________________________________________
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