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
majascan-0.3.5/ios/Classes/C
rossView.swift:58:101: error: type 'UIApplication' has no member 'willEnterForegroundNotification'
NotificationCenter.default.addObserver(self, selector: #selector(appEnterForeground),
name: UIApplication.willEnterForegroundNotification, object: nil)
majascan-0.3.5/ios/Classes/C
rossView.swift:59:101: error: type 'UIApplication' has no member 'willResignActiveNotification'
NotificationCenter.default.addObserver(self, selector: #selector(appEnterBackground),
name: UIApplication.willResignActiveNotification, object: nil)
The text was updated successfully, but these errors were encountered:
majascan-0.3.5/ios/Classes/C
rossView.swift:58:101: error: type 'UIApplication' has no member 'willEnterForegroundNotification'
NotificationCenter.default.addObserver(self, selector: #selector(appEnterForeground),
name: UIApplication.willEnterForegroundNotification, object: nil)
majascan-0.3.5/ios/Classes/C
rossView.swift:59:101: error: type 'UIApplication' has no member 'willResignActiveNotification'
NotificationCenter.default.addObserver(self, selector: #selector(appEnterBackground),
name: UIApplication.willResignActiveNotification, object: nil)
The text was updated successfully, but these errors were encountered: