shinydevelopment / SimulatorStatusMagic

Clean up your status bar for taking screenshots on the iOS simulator.
MIT License
2.35k stars 139 forks source link

Clock fails to set on iPhone X #55

Closed ZevEisenberg closed 6 years ago

ZevEisenberg commented 7 years ago

These two simulators are running the same app under iOS 11 and both have called SDStatusBarManager.sharedInstance().enableOverrides().

screen shot 2017-09-16 at 5 34 08 pm
ghost commented 6 years ago

Same problem here. Xcode 9.0.1

eitoball commented 6 years ago

Try with GitHub master like

pod 'SimulatorStatusMagic', git: 'https://github.com/shinydevelopment/SimulatorStatusMagic.git'

The version on GitHub master (version 2.0.0) seems to have iOS 11 support.

ZevEisenberg commented 6 years ago

@eitoball are you testing on the iPhone X simulator? That's the only one where I was having problems.

daveverwer commented 6 years ago

Closing as this does appear to work as long as you've updated to at least 2.0 of SimulatorStatusMagic.

paulofierro commented 6 years ago

I'm also seeing this problem with the iPhone X simulator using SimulatorStatusMagic 2.1 and Xcode 9.3.