When trying to build my app, during the linking phase I get an error like this:
DisplayOrientationListener.swift:29:35: warning: 'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.
So it seems like this needs to be fixed here.
When trying to build my app, during the linking phase I get an error like this:
DisplayOrientationListener.swift:29:35: warning: 'statusBarOrientation' was deprecated in iOS 13.0: Use the interfaceOrientation property of the window scene instead.So it seems like this needs to be fixed here.