You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started this issue in order not to hijack the issue #81
To update to iOS 10 it's not a big deal, you just have to select what OS version to target.
However you'll get these two warnings (but despite them, the app will build run in the simulator):
...replete/Replete/AppDelegate.m:243:52: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
and
...replete/Replete/AppDelegate.m:264:45: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds]
Fixing those issues is not that hard, but I just didn't get around to it yet.
The text was updated successfully, but these errors were encountered:
Started this issue in order not to hijack the issue #81
To update to iOS 10 it's not a big deal, you just have to select what OS version to target.
However you'll get these two warnings (but despite them, the app will build run in the simulator):
and
Fixing those issues is not that hard, but I just didn't get around to it yet.
The text was updated successfully, but these errors were encountered: