I too am suffering this problem. Did anyone work it out? I've been through the tutorials at http://conceptdev.blogspot.co.nz/2009/08/monotouch-settingsbundle.html and http://adtmag.com/Articles/2010/04/13/Working-With-Application-Settings-In-Monotouch.aspx?Page=2
I've triple checked all my capitalisation. I've tried various permutations of the project settings. I've edited the plist in monodev, xcode and dashcode and it all looks fine. I've reset the simulator and rebuilt my entire project. I've tried debug and release on simulator and device. Nothing appears in the settings dialog apart from the monotouch Debug settings.... my plist file... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Root</key> <dict> <key>Title</key> <string>AppSettings</string> <key>StringsTable</key> <string>Root</string> <key>PreferenceSpecifiers</key> <array> <dict> <key>Key</key> <string>resetcacheddata</string> <key>Title</key> <string>Clear Cached Data</string> <key>Type</key> <string>PSToggleSwitchSpecifier</string> </dict> </array> </dict> </dict> </plist> any further ideas to try welcomed... Felix -- View this message in context: http://monotouch.2284126.n4.nabble.com/Problem-adding-settings-to-my-app-using-root-plist-tp3829248p4647748.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
