Cryptic warning without any google results [In Simulator]
问题 I get this warning in my iOS project: (iOS7, XCode 5 GM) Warning: Unable to create restoration in progress marker file I am working on a viewcontroller that turns all black when I get this warning on startup. Deleting the app and restarting XCode sometimes seems to help. I am returning NO on both -(BOOL)application:(UIApplication *)application shouldRestoreApplicationState: -(BOOL)application:(UIApplication *)application shouldSaveApplicationState: Update1: I tested on iPhone4s. Same result.