Hi everybody,
I have a problem using the settings bundle. I have created my bundle and verified my .plist files with an XML validator. Unfortunatly when I execute my application for the first time it crashes! I notices that [[NSUserDefaults standardUserDefaults] floatForKey:kSettingsKeyFlipTime] for exemple returns 0 and [[NSUserDefaults standardUserDefaults] stringForKey:kSettingsKeyString] returns nil.
I discovered I had to go in Settings and view all my settings pages to make my application work. I really astonished of this behavior and I would appreciate your help because it's driving me crazy to go in Settings each time I launch my application from XCode (Build & Go).
Thank you a lot for your help.
Cyril