iOS setting.bundle issue with iOS 8 at simulator

前端 未结 3 693
悲&欢浪女
悲&欢浪女 2020-12-29 05:04

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,

相关标签:
3条回答
  • 2020-12-29 05:13

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

    0 讨论(0)
  • 2020-12-29 05:15

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

    0 讨论(0)
  • 2020-12-29 05:16

    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.

    0 讨论(0)
提交回复
热议问题