I tried to replace XCode 10.3 to XCode 11.
No problems with compilation, an app even works due to try/catch, but I see error in log:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead." UserInfo={NSLocalizedDescription=App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.}>
Yes, there are changes in API. But I set #MinVersion : 10.2, so (theoretically) the compiled code should be the same as in XCode 10. What's wrong ?
No problems with compilation, an app even works due to try/catch, but I see error in log:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead." UserInfo={NSLocalizedDescription=App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.}>
Yes, there are changes in API. But I set #MinVersion : 10.2, so (theoretically) the compiled code should be the same as in XCode 10. What's wrong ?