Posts

Post not yet marked as solved
4 Replies
1.9k Views
As usual, it worked yesterday.We get the following error on uploading our app to the app store using Xcode Organizer:ERROR ITMS-90785: "UIUserInterfaceStyle can't be 'light'. It can only be 'Light', 'Dark', or 'Automatic'."This seems to be a new error, because it worked last time and I can't find any web results.We also set the UIUserInterfaceStyle to 'Light' in our Info.plist files (for the app target, the today widget extension target, but not for the watch app target because it's not supported) but the error remains.Any solutions for that?
Posted
by cybergen.
Last updated
.
Post not yet marked as solved
2 Replies
2.8k Views
Hello,our app is in the App Store since August 18th 2015. It worked very well since then. But in the last couple of weeks, we got negative ratings in the App Store claiming the app is freezing. Moreover, the app seems to slow down the whole device once it froze. We couldn't reproduce the issue until the beginning of the year. Since then we experienced the same bahavior once in a while, while developing further features.Detailed description:While deploying the debug version from Xcode to a device, the app sporadically freezes at the launch screen. The debug log shows an appropriate start of the app and doesn't show any errors, exceptions or other suspicious output. What we can see is, that 'applicationDidEnterBackground:' is called before the app freezes. The app doesn't crash and the launch screen is displayed forever. The watchdog deamon doesn't kill the hanging process either. Furthermore the home button doesn't respond to inputs. The device can be recovered by killing the process with Xcode, then we see a black screen. After that, the home button can be pressed twice to remove the app from the recent apps.Environment:We experience these issues on iPhone 6 and iPhone 6s Plus with iOS 10.2.1 and 11.2.2 respectively. But we get user reports from various devices and iOS versions. We couldn't reproduce the issue on an iPhone 5 with iOS 9.3.5.We currently use Xcode 9.2 for development.Expected bahavior:We'd expect either a crash with related log entries or the watchdog deamon to kill the hanging application.I know this is not much info, but I hope anybody can help.Kind regardsPeter
Posted
by cybergen.
Last updated
.