Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios simulator pinch_zoom_image #5

Open
hosseinbahmanabadi opened this issue Feb 17, 2019 · 3 comments
Open

ios simulator pinch_zoom_image #5

hosseinbahmanabadi opened this issue Feb 17, 2019 · 3 comments

Comments

@hosseinbahmanabadi
Copy link

=== 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

@sk3llo
Copy link

sk3llo commented Mar 30, 2019

Having the same issue with my iOS simulator

@sh0umik
Copy link

sh0umik commented Apr 1, 2019

Any Solution yet , I think the swift version is outdated

@furkankurt
Copy link

I created new repo. Owner of this project don't accept pull requests. You can use mine.
https://pub.dartlang.org/packages/pinch_zoom_image_last
If there is an issue, you can open an issue of my github repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants