I can not figure out why when I debug my app it always has a Settings Bundle. The only option in the settings page is "Use Cellular Data." It has the Settings Bundle on my iPhone 6 Plus, but not on my 4S. I have deleted my app, cleaned my project, and deleted the derived data in Organizer. I have never had a Settings.bundle in my project before. I've tested all my libraries in another app, it does not force a setting bundle. Both iPhones are running iOS 8.2. Is there anything I'm missing? Is there any secret Xcode build setting or plist setting that's forcing this Settings Bundle?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
As of iOS 8.0, a settings page is shown for all apps even if the app doesn't have a settings bundle.
The iOS 8 settings page appears without a settings bundle if the app does any of the following:
A settings page may not appear for an app if none of these conditions have yet been met.