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
=== BUILD TARGET sqflite OF PROJECT Pods WITH CONFIGURATION Debug ===
/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/pinch_zoom_image-0.2.5/ios/Classes/SwiftPinchZoomImagePlugin.swift:13:55: error: 'UIWindowLevelStatusBar' has been renamed to 'UIWindow.Level.statusBar'
UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelStatusBar
^~~~~~~~~~~~~~~~~~~~~~
UIWindow.Level.statusBar
UIKit.UIWindowLevelStatusBar:2:12: note: 'UIWindowLevelStatusBar' was obsoleted in Swift 3
public let UIWindowLevelStatusBar: UIWindow.Level
^
/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/pinch_zoom_image-0.2.5/ios/Classes/SwiftPinchZoomImagePlugin.swift:16:55: error: 'UIWindowLevelNormal' has been renamed to 'UIWindow.Level.normal'
UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelNormal
^~~~~~~~~~~~~~~~~~~
UIWindow.Level.normal
UIKit.UIWindowLevelNormal:2:12: note: 'UIWindowLevelNormal' was obsoleted in Swift 3
public let UIWindowLevelNormal: UIWindow.Level
The text was updated successfully, but these errors were encountered:
=== BUILD TARGET sqflite OF PROJECT Pods WITH CONFIGURATION Debug ===
/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/pinch_zoom_image-0.2.5/ios/Classes/SwiftPinchZoomImagePlugin.swift:13:55: error: 'UIWindowLevelStatusBar' has been renamed to 'UIWindow.Level.statusBar'
UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelStatusBar
^~~~~~~~~~~~~~~~~~~~~~
UIWindow.Level.statusBar
UIKit.UIWindowLevelStatusBar:2:12: note: 'UIWindowLevelStatusBar' was obsoleted in Swift 3
public let UIWindowLevelStatusBar: UIWindow.Level
^
/flutter/flutter/.pub-cache/hosted/pub.dartlang.org/pinch_zoom_image-0.2.5/ios/Classes/SwiftPinchZoomImagePlugin.swift:16:55: error: 'UIWindowLevelNormal' has been renamed to 'UIWindow.Level.normal'
UIApplication.shared.keyWindow?.windowLevel = UIWindowLevelNormal
^~~~~~~~~~~~~~~~~~~
UIWindow.Level.normal
UIKit.UIWindowLevelNormal:2:12: note: 'UIWindowLevelNormal' was obsoleted in Swift 3
public let UIWindowLevelNormal: UIWindow.Level
The text was updated successfully, but these errors were encountered: