You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
For now, I have many errors when building it.
Such like this:
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
/Users/lawlietwind/Developer/flutter/.pub-cache/hosted/pub.flutter-io.cn/camera-0.2.9+1/ios/Classes/CameraPlugin.m:68:24: warning: 'AVCapturePhotoOutput' is only available on iOS 10.0 or newer [-Wunguarded-availability]
- (void)captureOutput:(AVCapturePhotoOutput *)output
^
In module 'AVFoundation' imported from /Users/lawlietwind/Developer/flutter/.pub-cache/hosted/pub.flutter-io.cn/camera-0.2.9+1/ios/Classes/CameraPlugin.m:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:46: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/lawlietwind/Developer/flutter/.pub-cache/hosted/pub.flutter-io.cn/camera-0.2.9+1/ios/Classes/CameraPlugin.m:68:1: note: annotate 'captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:' with an availability attribute to silence this warning
- (void)captureOutput:(AVCapturePhotoOutput *)output
The text was updated successfully, but these errors were encountered:
For now, I have many errors when building it.
Such like this:
The text was updated successfully, but these errors were encountered: