简体   繁体   English

ARC 语义问题:“UIImage”没有可见的@interface 声明选择器

[英]ARC Semantic Issue : No visible @interface for 'UIImage' declares the selector

I am new to flutter.我是 flutter 的新手。 I am trying to create IOS build using VS Code and getting below 2 errors:我正在尝试使用 VS Code 创建 IOS 构建并获得以下 2 个错误:

  1. ARC Semantic Issue (Xcode): No visible @interface for 'UIImage' declares the selector 'imageByPreparingForDisplay' ARC 语义问题(Xcode):“UIImage”没有可见的@interface 声明选择器“imageByPreparingForDisplay”
  2. ARC Semantic Issue (Xcode): No visible @interface for 'UIImage' declares the selector 'imageByPreparingThumbnailOfSize:' ARC语义问题(Xcode):“UIImage”没有可见的@interface声明选择器“imageByPreparingThumbnailOfSize:”

Please help me to fix this.请帮我解决这个问题。 Thanks谢谢

May be if you are using file_picker or any other flutter dependencies related to UIImage then you can update those to latest version可能是如果您正在使用 file_picker 或与 UIImage 相关的任何其他 flutter 依赖项,那么您可以将它们更新到最新版本

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ARC语义问题'MKPinAnnotationView'的可见@interface声明选择器'initWithAnnotation:reuseIdentifier:' - ARC semantic issue no visible @interface for 'MKPinAnnotationView' declares the selector 'initWithAnnotation:reuseIdentifier:' ARC语义问题:类没有可见的@interface声明选择器 - ARC Semantic Issue: No visible @interface for Class declares the selector ARC语义问题'UITableView'的可见@interface声明选择器'cellForRowAtIndexPath:' - ARC semantic Issue No visible @interface for 'UITableView' declares the selector 'cellForRowAtIndexPath:' ARC语义问题:“ UIViewController”没有可见的@Interface声明选择器“ loginResult:” - ARC Semantic Issue: No Visible @Interface for 'UIViewController' declares the selector 'loginResult:' 没有可见的@interface声明选择器 - No visible @interface declares the selector ____的可见@interface没有声明选择器 - No visible @interface for ____ declares the selector Flutter Xcode 构建失败:“UIImage”没有可见的@interface 声明选择器“imageByPreparingForDisplay” - Flutter Xcode Build Failure: no visible @interface for 'UIImage' declares the selector 'imageByPreparingForDisplay' ARC语义问题:“ UIImageView没有可见的@interface”和PFImageView语义问题 - ARC Semantic Issue: “No visible @interface for UIImageView” and PFImageView Semantic Issues 没有可见的@interface for方法声明选择器 - No visible @interface for method declares the selector AppDelegate没有可见的接口声明选择器 - No visible interface for AppDelegate declares the selector
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM