On Wed, 23 Jun 2010 21:11:40 -0300, Patrick William Walker
<patrick.william.wal...@nb.sympatico.ca> said:
>... beyond me but here it is.
>
>NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults];
> 
>[prefs setObject: @"120" forKey: @"Length"];
> 
>[prefs synchronize];
>
>
>When the program is run in the iPhone simulator (v3.2, not using 4.0 yet), it
just dies.

These are irreproducible results. If you just copy and paste your code into
the applicationDidFinishLaunching method of a completely new project, it
works fine. So clearly something else is going on - something you are not
mentioning. m.

-- 
matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to