Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS setting.bundle issue with iOS 8 at simulator

when I use iOS 7 simulator ,

setting.bundle in my project can work effectively . I change app settings by toggle switch and then immediately in to app setting again,the value changed as I just do.

but when go run iOS 8 simulator , every change in my custom-app-settings are not stored.

I have tried rebooting the device / reinstalling the app. It seems the switch has no effect only in iOS 8 simulator?

step:1 toggleswitch, change value and go back. enter image description here

step:2 the same enter image description here

like image 431
user2082661 Avatar asked Aug 05 '14 08:08

user2082661


3 Answers

This has been fixed in Xcode 6.1 GM seed. simulator saves settings now :)

like image 81
Nikhil Lele Avatar answered Nov 11 '22 19:11

Nikhil Lele


I think is an XCode issue. Using XCode 6 beta6/ Beta7 / GM the Settings bundle work on iOS7 simulators but not 8. The changes you make are supposed to be saved to the following path:

/Users/<User Name>/Library/Application Support/iPhone Simulator/<iOS Version>

However the iOS versions there don't include 8. I am waiting for the final XCode version.

like image 31
AShavit Avatar answered Nov 11 '22 20:11

AShavit


It is normal now at Xcode 6 beta 7.@@

like image 2
user2082661 Avatar answered Nov 11 '22 19:11

user2082661