Running Xcode build...
Xcode build done. 33.0s
Failed to build iOS app
Error output from Xcode build:
↳
2020-10-28 11:04:34.298 xcodebuild[32796:347968] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL
2020-10-28 11:04:34.431 xcodebuild[32796:348112] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL
2020-10-28 11:04:34.431 xcodebuild[32796:348112] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL
BUILD FAILED
Xcode's output:
↳
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/photo_manager-0.5.8/ios/Classes/core/PMManager.m:725:42: warning: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
[[UIApplication sharedApplication] openURL:url
^~~
In module 'UIKit' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Target Support Files/photo_manager/photo_manager-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:130:1: note: 'openURL:options:completionHandler:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0
(void)openURL:(NSURL)url options:(NSDictionary<UIApplicationOpenExternalURLOptionsKey, id> )options completionHandler:(void (^ __nullable)(BOOL success))completion API_AVAILABLE(ios(10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/photo_manager-0.5.8/ios/Classes/core/PMManager.m:725:42: note: enclose 'openURL:options:completionHandler:' in an @available check to silence this warning
[[UIApplication sharedApplication] openURL:url
^~~
1 warning generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-3.1.0/ios/Classes/strategies/PhotoPermissionStrategy.m:38:13: warning: enumeration value 'PHAuthorizationStatusLimited' not handled in switch [-Wswitch]
switch (authorizationStatus) {
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-3.1.0/ios/Classes/strategies/PhotoPermissionStrategy.m:38:13: note: add missing switch cases
switch (authorizationStatus) {
^
1 warning generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1462:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized]
const uint16x8_t sum = vaddq_u16(sum_left, sum_top);
^~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1426:3: note: variable 'sum_left' is declared here
uint16x8_t sum_left;
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1462:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized]
const uint16x8_t sum = vaddq_u16(sum_left, sum_top);
^~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1425:3: note: variable 'sum_top' is declared here
uint16x8_t sum_top;
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1546:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized]
const uint16x8_t sum = vaddq_u16(sum_left, sum_top);
^~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1510:3: note: variable 'sum_left' is declared here
uint16x8_t sum_left;
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1546:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized]
const uint16x8_t sum = vaddq_u16(sum_left, sum_top);
^~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1509:3: note: variable 'sum_top' is declared here
uint16x8_t sum_top;
^
4 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/enc/backward_references_enc.c:663:12: warning: variable 'best_offset' may be uninitialized when used here [-Wconditional-uninitialized]
(best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length;
^~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/enc/backward_references_enc.c:595:20: note: initialize the variable 'best_offset' to silence this warning
int best_offset;
^
= 0
1 warning generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:176:21: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
numChannels = [numChannelsArgs integerValue];
~ ^~~~~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:265:3: warning: 'AudioSessionSetProperty' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
AudioSessionSetProperty(kAudioSessionProperty_OverrideCategoryDefaultToSpeaker, sizeof(doChangeDefaultRoute), &doChangeDefaultRoute);
^
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.h:2:
In module 'MediaToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:21:
In module 'AudioToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MTAudioProcessingTap.h:15:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioSession.h:749:2: note: 'AudioSessionSetProperty' has been explicitly marked deprecated here
AudioSessionSetProperty( AudioSessionPropertyID inID,
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:269:3: warning: 'AudioSessionSetProperty' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations]
AudioSessionSetProperty (kAudioSessionProperty_OverrideCategoryEnableBluetoothInput,sizeof (allowBluetoothInput),&allowBluetoothInput);
^
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.h:2:
In module 'MediaToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:21:
In module 'AudioToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MTAudioProcessingTap.h:15:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioSession.h:749:2: note: 'AudioSessionSetProperty' has been explicitly marked deprecated here
AudioSessionSetProperty( AudioSessionPropertyID inID,
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:276:30: warning: sending 'FlutterSoundPlugin const __strong' to parameter of incompatible type 'id _Nullable'
[audioRecorder setDelegate:self];
^~~~
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.h:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/Headers/AVAudioRecorder.h:57:55: note: passing argument to parameter 'delegate' here
@property(weak, nullable) id delegate;
^
4 warnings generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:35:65: warning: 'kCGImagePropertyTIFFTileWidth' is only available on iOS 9.0 or newer [-Wunguarded-availability]
SYStringSel(tileWidth): (NSString )kCGImagePropertyTIFFTileWidth,
^~~~~~~~~
In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:148:34: note: 'kCGImagePropertyTIFFTileWidth' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFTileWidth IMAGEIO_AVAILABLE_STARTING(10.11, 9.0);
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:35:65: note: enclose 'kCGImagePropertyTIFFTileWidth' in an @available check to silence this warning
SYStringSel(tileWidth): (NSString )kCGImagePropertyTIFFTileWidth,
^~~~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:36:65: warning: 'kCGImagePropertyTIFFTileLength' is only available on iOS 9.0 or newer [-Wunguarded-availability]
SYStringSel(tileLength): (NSString )kCGImagePropertyTIFFTileLength,
^~~~~~~~~~
In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:149:34: note: 'kCGImagePropertyTIFFTileLength' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFTileLength IMAGEIO_AVAILABLE_STARTING(10.11, 9.0);
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:36:65: note: enclose 'kCGImagePropertyTIFFTileLength' in an @available check to silence this warning
SYStringSel(tileLength): (NSString )kCGImagePropertyTIFFTileLength,
^~~~~~~~~~
2 warnings generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.m:32:61: warning: 'kCGImagePropertyPNGCompressionFilter' is only available on iOS 9.0 or newer [-Wunguarded-availability]
SYStringSel(compressionFilter): (NSString )kCGImagePropertyPNGCompressionFilter,
^~~~~~~~
In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:774:34: note: 'kCGImagePropertyPNGCompressionFilter' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
IMAGEIO_EXTERN const CFStringRef kCGImagePropertyPNGCompressionFilter IMAGEIO_AVAILABLE_STARTING(10.11, 9.0);
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.m:32:61: note: enclose 'kCGImagePropertyPNGCompressionFilter' in an @available check to silence this warning
SYStringSel(compressionFilter): (NSString *)kCGImagePropertyPNGCompressionFilter,
^~~~~~~~
1 warning generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataExif.m:9:9: warning: non-portable path to file '"SYMetadataExif.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
import "SYMetadataEXIF.h"
^~~~~~~~~~~~~~~~~~
"SYMetadataExif.h"
1 warning generated.
In file included from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/wechat_flutter_plugin/ios/Classes/DimPlugin.m:3:
In file included from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/YYModel.h:17:
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:29:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYAuthor : NSObject
~^~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:36:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYBook : NSObject
~^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:54:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYShadow :NSObject <NSCoding, NSCopying>
~^~~~~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:285:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYBook : NSObject
~^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:313:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation]
@class YYShadow, YYBorder, YYAttachment;
~^~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:315:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYAttributes
~^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:343:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation]
@class YYCircle, YYRectangle, YYLine;
~^~~~~~~~
7 warnings generated.
In file included from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:12:
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:29:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYAuthor : NSObject
~^~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:36:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYBook : NSObject
~^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:54:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYShadow :NSObject <NSCoding, NSCopying>
~^~~~~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:285:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYBook : NSObject
~^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:313:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation]
@class YYShadow, YYBorder, YYAttachment;
~^~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:315:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation]
@interface YYAttributes
~^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:343:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation]
@class YYCircle, YYRectangle, YYLine;
~^~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1066:49: warning: this block declaration is not a prototype [-Wstrict-prototypes]
((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())NULL);
^
void
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1066:111: warning: this block declaration is not a prototype [-Wstrict-prototypes]
((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())NULL);
^
void
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1068:49: warning: this block declaration is not a prototype [-Wstrict-prototypes]
((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())value);
^
void
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1068:111: warning: this block declaration is not a prototype [-Wstrict-prototypes]
((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())value);
^
void
11 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:66:24: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]
(void)captureOutput:(AVCapturePhotoOutput *)output
^
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:66:1: note: annotate 'captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:' with an availability attribute to silence this warning
(void)captureOutput:(AVCapturePhotoOutput )output
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:69:43: warning: 'AVCaptureResolvedPhotoSettings' is only available on iOS 10.0 or newer [-Wunguarded-availability]
resolvedSettings:(AVCaptureResolvedPhotoSettings )resolvedSettings
^
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1314:12: note: 'AVCaptureResolvedPhotoSettings' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCaptureResolvedPhotoSettings : NSObject
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:66:1: note: annotate 'captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:' with an availability attribute to silence this warning
(void)captureOutput:(AVCapturePhotoOutput *)output
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:78:7: warning: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' is only available on iOS 10.0 or newer [-Wunguarded-availability]
JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
^~~~~~~~~~~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:492:1: note: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
(nullable NSData )JPEGPhotoDataRepresentationForJPEGSampleBuffer:(CMSampleBufferRef)JPEGSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer API_DEPRECATED_WITH_REPLACEMENT("-[AVCapturePhoto fileDataRepresentation]", ios(10.0, 11.0)) API_UNAVAILABLE(macos);
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:78:7: note: enclose 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' in an @available check to silence this warning
JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
^~~~~~~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:77:19: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]
NSData data = [AVCapturePhotoOutput
^~~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:77:19: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
NSData data = [AVCapturePhotoOutput
^~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
@property(nonatomic, copy) void (^onFrameAvailable)();
^
void
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:170:32: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]
@property(readonly, nonatomic) AVCapturePhotoOutput capturePhotoOutput;
^
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:158:12: note: annotate 'FLTCam' with an availability attribute to silence this warning
@interface FLTCam : NSObject <FlutterTexture,
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:257:26: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]
_capturePhotoOutput = [AVCapturePhotoOutput new];
^~~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:257:26: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
_capturePhotoOutput = [AVCapturePhotoOutput new];
^~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:3: warning: 'AVCapturePhotoSettings' is only available on iOS 10.0 or newer [-Wunguarded-availability]
AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings];
^~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:780:12: note: 'AVCapturePhotoSettings' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoSettings : NSObject
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:3: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings];
^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:39: warning: 'AVCapturePhotoSettings' is only available on iOS 10.0 or newer [-Wunguarded-availability]
AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings];
^~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:780:12: note: 'AVCapturePhotoSettings' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCapturePhotoSettings : NSObject
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:39: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings];
^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:299:48: warning: 'AVCaptureSessionPreset3840x2160' is only available on iOS 9.0 or newer [-Wunguarded-availability]
if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) {
^~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:131:41: note: 'AVCaptureSessionPreset3840x2160' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
AVF_EXPORT AVCaptureSessionPreset const AVCaptureSessionPreset3840x2160 API_AVAILABLE(macos(10.15), ios(9.0)) WATCHOS_PROHIBITED TVOS_PROHIBITED;
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:299:48: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) {
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:300:41: warning: 'AVCaptureSessionPreset3840x2160' is only available on iOS 9.0 or newer [-Wunguarded-availability]
_captureSession.sessionPreset = AVCaptureSessionPreset3840x2160;
^~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:131:41: note: 'AVCaptureSessionPreset3840x2160' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0
AVF_EXPORT AVCaptureSessionPreset const AVCaptureSessionPreset3840x2160 API_AVAILABLE(macos(10.15), ios(9.0)) WATCHOS_PROHIBITED TVOS_PROHIBITED;
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:300:41: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
_captureSession.sessionPreset = AVCaptureSessionPreset3840x2160;
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:850:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
[_registry textureFrameAvailable:textureId];
^
self->
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:5: warning: 'AVCaptureDeviceDiscoverySession' is only available on iOS 10.0 or newer [-Wunguarded-availability]
AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession
^~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1875:12: note: 'AVCaptureDeviceDiscoverySession' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCaptureDeviceDiscoverySession : NSObject
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:5: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:58: warning: 'AVCaptureDeviceDiscoverySession' is only available on iOS 10.0 or newer [-Wunguarded-availability]
AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession
^~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1875:12: note: 'AVCaptureDeviceDiscoverySession' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@interface AVCaptureDeviceDiscoverySession : NSObject
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:58: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:805:44: warning: 'AVCaptureDeviceTypeBuiltInWideAngleCamera' is only available on iOS 10.0 or newer [-Wunguarded-availability]
discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ]
^~~~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:448:38: note: 'AVCaptureDeviceTypeBuiltInWideAngleCamera' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0)) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
^
/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:805:44: note: enclose 'AVCaptureDeviceTypeBuiltInWideAngleCamera' in an @available check to silence this warning
discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ]
^~~~~~~~~
15 warnings generated.
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:76:33: warning: incompatible pointer types sending 'FlutterEngine ' to parameter of type 'NSObject _Nonnull' [-Wincompatible-pointer-types]
binaryMessenger:_headlessEngine];
^~~~~~~
In module 'Flutter' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.h:1:
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Flutter/Flutter.framework/Headers/FlutterChannels.h:178:74: note: passing argument to parameter 'messenger' here
binaryMessenger:(NSObject)messenger;
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:16: warning: 'timeControlStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) {
^~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:194:59: note: 'timeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@property (nonatomic, readonly) AVPlayerTimeControlStatus timeControlStatus API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0));
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:16: note: enclose 'timeControlStatus' in an @available check to silence this warning
if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) {
^~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:37: warning: 'AVPlayerTimeControlStatusPlaying' is only available on iOS 10.0 or newer [-Wunguarded-availability]
if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) {
^~~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:180:28: note: 'AVPlayerTimeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
typedef NS_ENUM(NSInteger, AVPlayerTimeControlStatus) {
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:37: note: enclose 'AVPlayerTimeControlStatusPlaying' in an @available check to silence this warning
if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) {
^~~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:23: warning: 'timeControlStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability]
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:194:59: note: 'timeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
@property (nonatomic, readonly) AVPlayerTimeControlStatus timeControlStatus API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0));
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:23: note: enclose 'timeControlStatus' in an @available check to silence this warning
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:44: warning: 'AVPlayerTimeControlStatusPaused' is only available on iOS 10.0 or newer [-Wunguarded-availability]
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~~~
In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:180:28: note: 'AVPlayerTimeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0
typedef NS_ENUM(NSInteger, AVPlayerTimeControlStatus) {
^
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:44: note: enclose 'AVPlayerTimeControlStatusPaused' in an @available check to silence this warning
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:16: warning: variable '_isPlaying' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~~~~~~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:367:137: note: uninitialized use occurs here
[_channel_audioplayer invokeMethod:@"audio.onNotificationPlayerStateChanged" arguments:@{@"playerId": _currentPlayerId, @"value": @(_isPlaying)}];
^~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:12: note: remove the 'if' if its condition is always true
} else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) {
^~~~~~~~~~~~~~~~~
/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:354:20: note: initialize the variable '_isPlaying' to silence this warning
bool _isPlaying;
^
= false
6 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:6: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability]
NSUUID result = [[NSUUID alloc] initWithUUIDString:string];
^~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
@interface NSUUID : NSObject <NSCopying, NSSecureCoding>
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:6: note: enclose 'NSUUID' in an @available check to silence this warning
NSUUID result = [[NSUUID alloc] initWithUUIDString:string];
^~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:25: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability]
NSUUID result = [[NSUUID alloc] initWithUUIDString:string];
^~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
@interface NSUUID : NSObject <NSCopying, NSSecureCoding>
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:25: note: enclose 'NSUUID' in an @available check to silence this warning
NSUUID result = [[NSUUID alloc] initWithUUIDString:string];
^~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:115:22: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability]
reverseBlock:^id(NSUUID uuid, BOOL *success, NSError error) {
^~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
@interface NSUUID : NSObject <NSCopying, NSSecureCoding>
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:115:22: note: enclose 'NSUUID' in an @available check to silence this warning
reverseBlock:^id(NSUUID uuid, BOOL success, NSError error) {
^~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:118:31: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability]
if (![uuid isKindOfClass:NSUUID.class]) {
^~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
@interface NSUUID : NSObject <NSCopying, NSSecureCoding>
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:118:31: note: enclose 'NSUUID' in an @available check to silence this warning
if (![uuid isKindOfClass:NSUUID.class]) {
^~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:198:135: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:NSLocalizedString(@"Could not transform value at index %d", @""), index],
~~ ^~~~~
%ld (long)
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:257:136: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:NSLocalizedString(@"Could not transform value at index %d", @""), index],
~~ ^~~~~
%ld (long)
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:313:12: warning: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
return dictionary[key ?: NSNull.null] ?: defaultValue;
^~~~~~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:1: note: 'objectForKeyedSubscript:' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
(nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:313:12: note: enclose 'objectForKeyedSubscript:' in an @available check to silence this warning
return dictionary[key ?: NSNull.null] ?: defaultValue;
^~~~~~
7 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.m:39:12: warning: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
result = result[component];
^~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.h:9:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:1: note: 'objectForKeyedSubscript:' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0
(nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.m:39:12: note: enclose 'objectForKeyedSubscript:' in an @available check to silence this warning
result = result[component];
^~
1 warning generated.
error: the following command failed with exit code 0 but produced no further output
CompileC /Users/taozeyu/Library/Developer/Xcode/DerivedData/Runner-hgmjojiaanqywcbuxsrkgffhlwvh/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/Mantle.build/Objects-normal/arm64/MTLModel+NSCoding.o /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/MTLModel+NSCoding.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
14 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:12: warning: 'os_unfair_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
^~~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:79:3: note: 'os_unfair_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
} os_unfair_lock, *os_unfair_lock_t;
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:12: note: enclose 'os_unfair_lock' in an @available check to silence this warning
static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:34: warning: 'os_unfair_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
^~~~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:83:31: note: expanded from macro 'OS_UNFAIR_LOCK_INIT'
define OS_UNFAIR_LOCK_INIT ((os_unfair_lock){0})
^~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:79:3: note: 'os_unfair_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
} os_unfair_lock, *os_unfair_lock_t;
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:34: note: enclose 'os_unfair_lock' in an @available check to silence this warning
static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT;
^~~~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:83:31: note: expanded from macro 'OS_UNFAIR_LOCK_INIT'
define OS_UNFAIR_LOCK_INIT ((os_unfair_lock){0})
^~~~~~~~~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:751:5: warning: 'os_unfair_lock_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
os_unfair_lock_lock(&lock);
^~~~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:104:6: note: 'os_unfair_lock_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
void os_unfair_lock_lock(os_unfair_lock_t lock);
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:751:5: note: enclose 'os_unfair_lock_lock' in an @available check to silence this warning
os_unfair_lock_lock(&lock);
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:753:5: warning: 'os_unfair_lock_unlock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
os_unfair_lock_unlock(&lock);
^~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:142:6: note: 'os_unfair_lock_unlock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
void os_unfair_lock_unlock(os_unfair_lock_t lock);
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:753:5: note: enclose 'os_unfair_lock_unlock' in an @available check to silence this warning
os_unfair_lock_unlock(&lock);
^~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:807:13: warning: 'os_unfair_lock_trylock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
if (os_unfair_lock_trylock(&lock)) {
^~~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:129:6: note: 'os_unfair_lock_trylock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
bool os_unfair_lock_trylock(os_unfair_lock_t lock);
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:807:13: note: enclose 'os_unfair_lock_trylock' in an @available check to silence this warning
if (os_unfair_lock_trylock(&lock)) {
^~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:809:13: warning: 'os_unfair_lock_unlock' is only available on iOS 10.0 or newer [-Wunguarded-availability]
os_unfair_lock_unlock(&lock);
^~~~~
In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:142:6: note: 'os_unfair_lock_unlock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0
void os_unfair_lock_unlock(os_unfair_lock_t lock);
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:809:13: note: enclose 'os_unfair_lock_unlock' in an @available check to silence this warning
os_unfair_lock_unlock(&lock);
^~~~~
6 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: warning: 'dispatch_queue_set_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability]
dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (bridge void )self, NULL);
^~~~~~~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9:
In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/dispatch/queue.h:1498:1: note: 'dispatch_queue_set_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0
dispatch_queue_set_specific(dispatch_queue_t queue, const void key,
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: note: enclose 'dispatch_queue_set_specific' in an @available check to silence this warning
dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (__bridge void )self, NULL);
^~~~~~~
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: warning: 'dispatch_get_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability]
FMDatabaseQueue currentSyncQueue = (bridge id)dispatch_get_specific(kDispatchQueueSpecificKey);
^~~~~
In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9:
In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/dispatch/queue.h:1554:1: note: 'dispatch_get_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0
dispatch_get_specific(const void key);
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: note: enclose 'dispatch_get_specific' in an @available check to silence this warning
FMDatabaseQueue currentSyncQueue = (__bridge id)dispatch_get_specific(kDispatchQueueSpecificKey);
^~~~~
2 warnings generated.
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: warning: 'sqlite3_wal_checkpoint_v2' is only available on iOS 5.0 or newer [-Wunguarded-availability]
int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount);
^~~~~~~~~
In module 'SQLite3' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:8:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/sqlite3.h:8843:16: note: 'sqlite3_wal_checkpoint_v2' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0
SQLITE_API int sqlite3_wal_checkpoint_v2(
^
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: note: enclose 'sqlite3_wal_checkpoint_v2' in an @available check to silence this warning
int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount);
^~~~~~~~~
1 warning generated.
../../Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-4.0.0/lib/src/extended_editable_text.dart:1017:7: Error: The non-abstract class 'ExtendedEditableTextState' is missing implementations for these members:
TextInputClient.performPrivateCommand
Try to either
provide an implementation,
inherit an implementation from a superclass or mixin,
mark the class as abstract, or
provide a 'noSuchMethod' implementation.
class ExtendedEditableTextState extends State
^^^^^^^^^^^^^^^^^^^^^^^^^
../../Desktop/leraning/flutter/flutter/packages/flutter/lib/src/services/text_input.dart:813:8: Context: 'TextInputClient.performPrivateCommand' is defined here.
void performPrivateCommand(String action, Map<String, dynamic> data);
^^^^^^^^^^^^^^^^^^^^^
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'FMDB' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'webview_flutter' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'video_player' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'url_launcher' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'shared_preferences' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'permission_handler' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'package_info' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'open_file' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'libwebp' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'image_picker' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'flutter_sound' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'flutter_image_compress' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'dim' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'connectivity' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'camera' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'audioplayers' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'YYModel' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'SDWebImageWebPCoder' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'SDWebImage' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Runner' from project 'Runner')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Reachability' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 5.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Mantle' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'TXIMSDK_iOS' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Flutter' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_windows' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_linux' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_macos' from project 'Pods')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'video_player_web' from project 'Pods')
Could not build the precompiled application for the device.
Launching lib/main.dart on iPhone in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: GU782MS4KM Warning: Podfile is out of date This can cause issues if your application depends on plugins that do not support iOS. See https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms for details. If you have local Podfile edits you would like to keep, see https://github.com/flutter/flutter/issues/45197 for instructions. To regenerate the Podfile, run: rm ios/Podfile
Running Xcode build... Xcode build done. 33.0s Failed to build iOS app Error output from Xcode build: ↳ 2020-10-28 11:04:34.298 xcodebuild[32796:347968] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL 2020-10-28 11:04:34.431 xcodebuild[32796:348112] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL 2020-10-28 11:04:34.431 xcodebuild[32796:348112] DTDeviceKit: deviceType from 00008030-000D28643C38802E was NULL BUILD FAILED
Xcode's output: ↳ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/photo_manager-0.5.8/ios/Classes/core/PMManager.m:725:42: warning: 'openURL:options:completionHandler:' is only available on iOS 10.0 or newer [-Wunguarded-availability] [[UIApplication sharedApplication] openURL:url ^
~~In module 'UIKit' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Target Support Files/photo_manager/photo_manager-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:130:1: note: 'openURL:options:completionHandler:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 9.0.0~~1 warning generated. /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-3.1.0/ios/Classes/strategies/PhotoPermissionStrategy.m:38:13: warning: enumeration value 'PHAuthorizationStatusLimited' not handled in switch [-Wswitch] switch (authorizationStatus) { ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/permission_handler-3.1.0/ios/Classes/strategies/PhotoPermissionStrategy.m:38:13: note: add missing switch cases switch (authorizationStatus) { ^ 1 warning generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1462:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1426:3: note: variable 'sum_left' is declared here uint16x8_t sum_left; ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1462:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1425:3: note: variable 'sum_top' is declared here uint16x8_t sum_top; ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1546:38: warning: variable 'sum_left' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1510:3: note: variable 'sum_left' is declared here uint16x8_t sum_left; ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1546:48: warning: variable 'sum_top' may be uninitialized when used here [-Wconditional-uninitialized] const uint16x8_t sum = vaddq_u16(sum_left, sum_top); ^~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/dsp/dec_neon.c:1509:3: note: variable 'sum_top' is declared here uint16x8_t sum_top; ^ 4 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/enc/backward_references_enc.c:663:12: warning: variable 'best_offset' may be uninitialized when used here [-Wconditional-uninitialized] (best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length; ^~~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/libwebp/src/enc/backward_references_enc.c:595:20: note: initialize the variable 'best_offset' to silence this warning int best_offset; ^ = 0 1 warning generated. /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:176:21: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32] numChannels = [numChannelsArgs integerValue]; ~ ^~~~~~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:265:3: warning: 'AudioSessionSetProperty' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations] AudioSessionSetProperty(kAudioSessionProperty_OverrideCategoryDefaultToSpeaker, sizeof(doChangeDefaultRoute), &doChangeDefaultRoute); ^ In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.h:2: In module 'MediaToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:21: In module 'AudioToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MTAudioProcessingTap.h:15: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioSession.h:749:2: note: 'AudioSessionSetProperty' has been explicitly marked deprecated here AudioSessionSetProperty( AudioSessionPropertyID inID, ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:269:3: warning: 'AudioSessionSetProperty' is deprecated: first deprecated in iOS 7.0 - no longer supported [-Wdeprecated-declarations] AudioSessionSetProperty (kAudioSessionProperty_OverrideCategoryEnableBluetoothInput,sizeof (allowBluetoothInput),&allowBluetoothInput); ^ In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.h:2: In module 'MediaToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAudioMix.h:21: In module 'AudioToolbox' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MTAudioProcessingTap.h:15: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioSession.h:749:2: note: 'AudioSessionSetProperty' has been explicitly marked deprecated here AudioSessionSetProperty( AudioSessionPropertyID inID, ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_sound-1.7.0/ios/Classes/FlutterSoundPlugin.m:276:30: warning: sending 'FlutterSoundPlugin const __strong' to parameter of incompatible type 'id~~~~~~~~ In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:10: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:148:34: note: 'kCGImagePropertyTIFFTileWidth' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFTileWidth IMAGEIO_AVAILABLE_STARTING(10.11, 9.0); ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:35:65: note: enclose 'kCGImagePropertyTIFFTileWidth' in an @available check to silence this warning SYStringSel(tileWidth): (NSString )kCGImagePropertyTIFFTileWidth, ^~~~~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:36:65: warning: 'kCGImagePropertyTIFFTileLength' is only available on iOS 9.0 or newer [-Wunguarded-availability] SYStringSel(tileLength): (NSString )kCGImagePropertyTIFFTileLength, ^~~~~~~~~~ In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:10: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:149:34: note: 'kCGImagePropertyTIFFTileLength' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyTIFFTileLength IMAGEIO_AVAILABLE_STARTING(10.11, 9.0); ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataTIFF.m:36:65: note: enclose 'kCGImagePropertyTIFFTileLength' in an @available check to silence this warning SYStringSel(tileLength): (NSString )kCGImagePropertyTIFFTileLength, ^~~~~~~~~~ 2 warnings generated. /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.m:32:61: warning: 'kCGImagePropertyPNGCompressionFilter' is only available on iOS 9.0 or newer [-Wunguarded-availability] SYStringSel(compressionFilter): (NSString )kCGImagePropertyPNGCompressionFilter, ^~~~~~~~In module 'ImageIO' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.h:10: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageProperties.h:774:34: note: 'kCGImagePropertyPNGCompressionFilter' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0 IMAGEIO_EXTERN const CFStringRef kCGImagePropertyPNGCompressionFilter IMAGEIO_AVAILABLE_STARTING(10.11, 9.0); ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataPNG.m:32:61: note: enclose 'kCGImagePropertyPNGCompressionFilter' in an @available check to silence this warning SYStringSel(compressionFilter): (NSString *)kCGImagePropertyPNGCompressionFilter, ^~~~~~~~1 warning generated. /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_image_compress-0.6.8/ios/Classes/SYPictureMetadata/SYMetadataExif.m:9:9: warning: non-portable path to file '"SYMetadataExif.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]import "SYMetadataEXIF.h"
1 warning generated. In file included from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/wechat_flutter_plugin/ios/Classes/DimPlugin.m:3: In file included from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/YYModel.h:17: /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:29:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYAuthor : NSObject ~^
~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:36:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYBook : NSObject ~^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:54:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYShadow :NSObject <NSCoding, NSCopying> ~^~~~~~~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:285:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYBook : NSObject ~^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:313:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation] @class YYShadow, YYBorder, YYAttachment; ~^~~~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:315:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYAttributes ~^~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Headers/Private/YYModel/NSObject+YYModel.h:343:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation] @class YYCircle, YYRectangle, YYLine; ~^~~~~~~~7 warnings generated. In file included from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:12: /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:29:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYAuthor : NSObject ~^~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:36:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYBook : NSObject ~^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:54:7: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYShadow :NSObject <NSCoding, NSCopying> ~^~~~~~~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:285:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYBook : NSObject ~^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:313:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation] @class YYShadow, YYBorder, YYAttachment; ~^~~~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:315:10: warning: '@interface' command should not be used in a comment attached to a non-interface declaration [-Wdocumentation] @interface YYAttributes ~^~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.h:343:10: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation] @class YYCircle, YYRectangle, YYLine; ~^~~~~~~~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1066:49: warning: this block declaration is not a prototype [-Wstrict-prototypes] ((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())NULL); ^ void /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1066:111: warning: this block declaration is not a prototype [-Wstrict-prototypes] ((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())NULL); ^ void /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1068:49: warning: this block declaration is not a prototype [-Wstrict-prototypes] ((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())value); ^ void /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/YYModel/YYModel/NSObject+YYModel.m:1068:111: warning: this block declaration is not a prototype [-Wstrict-prototypes] ((void ()(id, SEL, void (^)()))(void ) objc_msgSend)((id)model, meta->_setter, (void (^)())value); ^ void 11 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:66:24: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]~~~~~~~~~~~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:492:1: note: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0~~~~~~~~~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:77:19: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability] NSData data = [AVCapturePhotoOutput ^~~~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCapturePhotoOutput : AVCaptureOutput ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:77:19: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning NSData data = [AVCapturePhotoOutput ^~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes] @property(nonatomic, copy) void (^onFrameAvailable)(); ^ void /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:170:32: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability] @property(readonly, nonatomic) AVCapturePhotoOutput capturePhotoOutput; ^ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCapturePhotoOutput : AVCaptureOutput ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:158:12: note: annotate 'FLTCam' with an availability attribute to silence this warning @interface FLTCam : NSObject <FlutterTexture, ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:257:26: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability] _capturePhotoOutput = [AVCapturePhotoOutput new]; ^~~~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCapturePhotoOutput : AVCaptureOutput ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:257:26: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning _capturePhotoOutput = [AVCapturePhotoOutput new]; ^~~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:3: warning: 'AVCapturePhotoSettings' is only available on iOS 10.0 or newer [-Wunguarded-availability] AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings]; ^~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:780:12: note: 'AVCapturePhotoSettings' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCapturePhotoSettings : NSObject~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:276:39: warning: 'AVCapturePhotoSettings' is only available on iOS 10.0 or newer [-Wunguarded-availability] AVCapturePhotoSettings settings = [AVCapturePhotoSettings photoSettings]; ^~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:780:12: note: 'AVCapturePhotoSettings' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCapturePhotoSettings : NSObject~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:299:48: warning: 'AVCaptureSessionPreset3840x2160' is only available on iOS 9.0 or newer [-Wunguarded-availability] if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) { ^~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:131:41: note: 'AVCaptureSessionPreset3840x2160' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0 AVF_EXPORT AVCaptureSessionPreset const AVCaptureSessionPreset3840x2160 API_AVAILABLE(macos(10.15), ios(9.0)) WATCHOS_PROHIBITED TVOS_PROHIBITED; ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:299:48: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) { ^~~~~~~/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:300:41: warning: 'AVCaptureSessionPreset3840x2160' is only available on iOS 9.0 or newer [-Wunguarded-availability] _captureSession.sessionPreset = AVCaptureSessionPreset3840x2160; ^~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:131:41: note: 'AVCaptureSessionPreset3840x2160' has been marked as being introduced in iOS 9.0 here, but the deployment target is iOS 8.0.0 AVF_EXPORT AVCaptureSessionPreset const AVCaptureSessionPreset3840x2160 API_AVAILABLE(macos(10.15), ios(9.0)) WATCHOS_PROHIBITED TVOS_PROHIBITED; ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:300:41: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning _captureSession.sessionPreset = AVCaptureSessionPreset3840x2160; ^~~~~~~/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:850:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self] [_registry textureFrameAvailable:textureId]; ^ self-> /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:5: warning: 'AVCaptureDeviceDiscoverySession' is only available on iOS 10.0 or newer [-Wunguarded-availability] AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession ^~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1875:12: note: 'AVCaptureDeviceDiscoverySession' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCaptureDeviceDiscoverySession : NSObject ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:5: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession ^~~~~~~/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:58: warning: 'AVCaptureDeviceDiscoverySession' is only available on iOS 10.0 or newer [-Wunguarded-availability] AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession ^~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1875:12: note: 'AVCaptureDeviceDiscoverySession' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @interface AVCaptureDeviceDiscoverySession : NSObject ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:804:58: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning AVCaptureDeviceDiscoverySession discoverySession = [AVCaptureDeviceDiscoverySession ^~~~~~~/Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:805:44: warning: 'AVCaptureDeviceTypeBuiltInWideAngleCamera' is only available on iOS 10.0 or newer [-Wunguarded-availability] discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ] ^~~~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:6: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:448:38: note: 'AVCaptureDeviceTypeBuiltInWideAngleCamera' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0)) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ /Users/taozeyu/Downloads/wechat_flutter-master/plugin/camera/ios/Classes/CameraPlugin.m:805:44: note: enclose 'AVCaptureDeviceTypeBuiltInWideAngleCamera' in an @available check to silence this warning discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ] ^~~~~~~~~15 warnings generated. /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:76:33: warning: incompatible pointer types sending 'FlutterEngine ' to parameter of type 'NSObject~~~~~~ In module 'Flutter' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.h:1: /Users/taozeyu/Downloads/wechat_flutter-master/ios/Flutter/Flutter.framework/Headers/FlutterChannels.h:178:74: note: passing argument to parameter 'messenger' here binaryMessenger:(NSObject~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:194:59: note: 'timeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @property (nonatomic, readonly) AVPlayerTimeControlStatus timeControlStatus API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0)); ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:16: note: enclose 'timeControlStatus' in an @available check to silence this warning if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) { ^~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:37: warning: 'AVPlayerTimeControlStatusPlaying' is only available on iOS 10.0 or newer [-Wunguarded-availability] if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) { ^~~~~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:180:28: note: 'AVPlayerTimeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 typedef NS_ENUM(NSInteger, AVPlayerTimeControlStatus) { ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:356:37: note: enclose 'AVPlayerTimeControlStatusPlaying' in an @available check to silence this warning if (player.timeControlStatus == AVPlayerTimeControlStatusPlaying) { ^~~~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:23: warning: 'timeControlStatus' is only available on iOS 10.0 or newer [-Wunguarded-availability] } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~ In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:194:59: note: 'timeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 @property (nonatomic, readonly) AVPlayerTimeControlStatus timeControlStatus API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0)); ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:23: note: enclose 'timeControlStatus' in an @available check to silence this warning } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:44: warning: 'AVPlayerTimeControlStatusPaused' is only available on iOS 10.0 or newer [-Wunguarded-availability] } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~~~In module 'AVFoundation' imported from /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayer.h:180:28: note: 'AVPlayerTimeControlStatus' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 8.0.0 typedef NS_ENUM(NSInteger, AVPlayerTimeControlStatus) { ^ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:44: note: enclose 'AVPlayerTimeControlStatusPaused' in an @available check to silence this warning } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~~~/Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:16: warning: variable '_isPlaying' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~~~~~~~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:367:137: note: uninitialized use occurs here [_channel_audioplayer invokeMethod:@"audio.onNotificationPlayerStateChanged" arguments:@{@"playerId": _currentPlayerId, @"value": @(_isPlaying)}]; ^~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:361:12: note: remove the 'if' if its condition is always true } else if (player.timeControlStatus == AVPlayerTimeControlStatusPaused) { ^~~~~~~~~~~~~~~~~ /Users/taozeyu/Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/audioplayers-0.13.3/ios/Classes/AudioplayersPlugin.m:354:20: note: initialize the variable '_isPlaying' to silence this warning bool _isPlaying; ^ = false 6 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:6: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability] NSUUID result = [[NSUUID alloc] initWithUUIDString:string]; ^~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0 @interface NSUUID : NSObject <NSCopying, NSSecureCoding> ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:6: note: enclose 'NSUUID' in an @available check to silence this warning NSUUID result = [[NSUUID alloc] initWithUUIDString:string]; ^~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:25: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability] NSUUID result = [[NSUUID alloc] initWithUUIDString:string]; ^~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0 @interface NSUUID : NSObject <NSCopying, NSSecureCoding> ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:98:25: note: enclose 'NSUUID' in an @available check to silence this warning NSUUID result = [[NSUUID alloc] initWithUUIDString:string]; ^~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:115:22: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability] reverseBlock:^id(NSUUID uuid, BOOL *success, NSError error) { ^~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0 @interface NSUUID : NSObject <NSCopying, NSSecureCoding> ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:115:22: note: enclose 'NSUUID' in an @available check to silence this warning reverseBlock:^id(NSUUID uuid, BOOL success, NSError error) { ^~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:118:31: warning: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability] if (![uuid isKindOfClass:NSUUID.class]) { ^~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:14:12: note: 'NSUUID' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0 @interface NSUUID : NSObject <NSCopying, NSSecureCoding> ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:118:31: note: enclose 'NSUUID' in an @available check to silence this warning if (![uuid isKindOfClass:NSUUID.class]) { ^~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:198:135: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat] NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:NSLocalizedString(@"Could not transform value at index %d", @""), index], ~~ ^~~~~ %ld (long) /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:257:136: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat] NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:NSLocalizedString(@"Could not transform value at index %d", @""), index], ~~ ^~~~~ %ld (long) /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.m:313:12: warning: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability] return dictionary[key ?: NSNull.null] ?: defaultValue; ^~~~~~ In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSValueTransformer+MTLPredefinedTransformerAdditions.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:1: note: 'objectForKeyedSubscript:' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0~~~~~ 7 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.m:39:12: warning: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability] result = result[component]; ^~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:1: note: 'objectForKeyedSubscript:' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 5.0.0(nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/NSDictionary+MTLJSONKeyPath.m:39:12: note: enclose 'objectForKeyedSubscript:' in an @available check to silence this warning result = result[component]; ^
~1 warning generated. error: the following command failed with exit code 0 but produced no further output CompileC /Users/taozeyu/Library/Developer/Xcode/DerivedData/Runner-hgmjojiaanqywcbuxsrkgffhlwvh/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/Mantle.build/Objects-normal/arm64/MTLModel+NSCoding.o /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/MTLModel+NSCoding.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler 14 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:12: warning: 'os_unfair_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability] static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT; ^~~~~~ In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:79:3: note: 'os_unfair_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 } os_unfair_lock, *os_unfair_lock_t; ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:12: note: enclose 'os_unfair_lock' in an @available check to silence this warning static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT; ^~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:34: warning: 'os_unfair_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability] static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT; ^~~~~~~ In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:83:31: note: expanded from macro 'OS_UNFAIR_LOCK_INIT'define OS_UNFAIR_LOCK_INIT ((os_unfair_lock){0})
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:79:3: note: 'os_unfair_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 } os_unfair_lock, *os_unfair_lock_t; ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:749:34: note: enclose 'os_unfair_lock' in an @available check to silence this warning static os_unfair_lock lock = OS_UNFAIR_LOCK_INIT; ^
~~~~~~ In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:83:31: note: expanded from macro 'OS_UNFAIR_LOCK_INIT'define OS_UNFAIR_LOCK_INIT ((os_unfair_lock){0})
/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:751:5: warning: 'os_unfair_lock_lock' is only available on iOS 10.0 or newer [-Wunguarded-availability] os_unfair_lock_lock(&lock); ^
~~~~~~ In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:104:6: note: 'os_unfair_lock_lock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 void os_unfair_lock_lock(os_unfair_lock_t lock); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:751:5: note: enclose 'os_unfair_lock_lock' in an @available check to silence this warning os_unfair_lock_lock(&lock); ^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:753:5: warning: 'os_unfair_lock_unlock' is only available on iOS 10.0 or newer [-Wunguarded-availability] os_unfair_lock_unlock(&lock); ^~~~~In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:142:6: note: 'os_unfair_lock_unlock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 void os_unfair_lock_unlock(os_unfair_lock_t lock); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:753:5: note: enclose 'os_unfair_lock_unlock' in an @available check to silence this warning os_unfair_lock_unlock(&lock); ^~~~~/Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:807:13: warning: 'os_unfair_lock_trylock' is only available on iOS 10.0 or newer [-Wunguarded-availability] if (os_unfair_lock_trylock(&lock)) { ^~~~~~ In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:129:6: note: 'os_unfair_lock_trylock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 bool os_unfair_lock_trylock(os_unfair_lock_t lock); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:807:13: note: enclose 'os_unfair_lock_trylock' in an @available check to silence this warning if (os_unfair_lock_trylock(&lock)) { ^~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:809:13: warning: 'os_unfair_lock_unlock' is only available on iOS 10.0 or newer [-Wunguarded-availability] os_unfair_lock_unlock(&lock); ^~~~~In module 'Darwin' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:11: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/os/lock.h:142:6: note: 'os_unfair_lock_unlock' has been marked as being introduced in iOS 10.0 here, but the deployment target is iOS 5.0.0 void os_unfair_lock_unlock(os_unfair_lock_t lock); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/Mantle/Mantle/extobjc/EXTRuntimeExtensions.m:809:13: note: enclose 'os_unfair_lock_unlock' in an @available check to silence this warning os_unfair_lock_unlock(&lock); ^~~~~6 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: warning: 'dispatch_queue_set_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability] dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (bridge void )self, NULL); ^~~~~~~ In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9: In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/dispatch/queue.h:1498:1: note: 'dispatch_queue_set_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 dispatch_queue_set_specific(dispatch_queue_t queue, const void key, ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: note: enclose 'dispatch_queue_set_specific' in an @available check to silence this warning dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (__bridge void )self, NULL); ^~~~~~~ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: warning: 'dispatch_get_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability] FMDatabaseQueue currentSyncQueue = (bridge id)dispatch_get_specific(kDispatchQueueSpecificKey); ^~~~~In module 'Foundation' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9: In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/dispatch/queue.h:1554:1: note: 'dispatch_get_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 dispatch_get_specific(const void key); ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: note: enclose 'dispatch_get_specific' in an @available check to silence this warning FMDatabaseQueue currentSyncQueue = (__bridge id)dispatch_get_specific(kDispatchQueueSpecificKey); ^~~~~2 warnings generated. /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: warning: 'sqlite3_wal_checkpoint_v2' is only available on iOS 5.0 or newer [-Wunguarded-availability] int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount); ^~~~~~~~~ In module 'SQLite3' imported from /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:8: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/sqlite3.h:8843:16: note: 'sqlite3_wal_checkpoint_v2' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 SQLITE_API int sqlite3_wal_checkpoint_v2( ^ /Users/taozeyu/Downloads/wechat_flutter-master/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: note: enclose 'sqlite3_wal_checkpoint_v2' in an @available check to silence this warning int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount); ^~~~~~~~~ 1 warning generated. ../../Desktop/leraning/flutter/flutter/.pub-cache/hosted/pub.flutter-io.cn/extended_text_field-4.0.0/lib/src/extended_editable_text.dart:1017:7: Error: The non-abstract class 'ExtendedEditableTextState' is missing implementations for these members:class ExtendedEditableTextState extends State
^^^^^^^^^^^^^^^^^^^^^^^^^
../../Desktop/leraning/flutter/flutter/packages/flutter/lib/src/services/text_input.dart:813:8: Context: 'TextInputClient.performPrivateCommand' is defined here.
void performPrivateCommand(String action, Map<String, dynamic> data);
^^^^^^^^^^^^^^^^^^^^^
Command PhaseScriptExecution failed with a nonzero exit code note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'FMDB' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'webview_flutter' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'video_player' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'url_launcher' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'shared_preferences' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'permission_handler' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'package_info' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'open_file' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'libwebp' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'image_picker' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'flutter_sound' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'flutter_image_compress' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'dim' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'connectivity' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'camera' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'audioplayers' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'YYModel' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'SDWebImageWebPCoder' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'SDWebImage' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Runner' from project 'Runner') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Reachability' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 5.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Mantle' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'TXIMSDK_iOS' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'Flutter' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_windows' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_linux' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'path_provider_macos' from project 'Pods') warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. (in target 'video_player_web' from project 'Pods')
Could not build the precompiled application for the device.
Error launching application on iPhone.