combateafraude / Flutter

combateafraude organization's Flutter solutions
MIT License
10 stars 7 forks source link

Erro ao executar 'pod install' #2

Closed carlaDeLima closed 4 years ago

carlaDeLima commented 4 years ago

Usando os passos desse link(https://github.com/combateafraude/Flutter/tree/document-detector) após executar o pod install apareceu a seguinte mensagem de erro apareceu. Screen Shot 2020-06-10 at 16 34 40

Observei que estava usando o link ('https://github.com/combateafraude/Mobile.git/') como é o link do repositório anterior troquei para https://github.com/combateafraude/Flutter.git isso no podfile e não no pubspec, mas ainda assim, aparece uma mensagem de erro Screen Shot 2020-06-10 at 16 47 21

RodrigoSMarques commented 4 years ago

@carlaDeLima

No Podfileuse as url's abaixo:

source 'https://github.com/combateafraude/iOS.git'
source 'https://cdn.cocoapods.org/' # Only for DocumentDetector framework

Teve mudança nos repositórios esta semana e a documentação ficou desatualizada. Vou providenciar a atualização.

Após realizar o procedimento, você não precisa executar o por install.

Deixe que o processo seja realizado automaticamente na compilação do projeto.

carlaDeLima commented 4 years ago

Após modificar para o novo link e executar o projeto surgiu o seguinte erro:

Automatically signing iOS for device deployment using specified development team in Xcode project: NB8MHF5BP7
Running Xcode build...
Xcode build done.                                           22.9s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-06-11 14:33:20.236 xcodebuild[47643:250953]  DTDeviceKit: deviceType from 00008030-001C31111488802E was NULL
    ** BUILD FAILED **

Xcode's output:
↳
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:117:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastCallArgs = arguments;
                                    ^
                                    self->
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:118:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastResult = result;
                                    ^
                                    self->
    2 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:30:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
              if UIApplication.shared.canOpenURL(whatsAppUrl as! URL) {
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:31:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
                    UIApplication.shared.openURL(whatsAppUrl as! URL)
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1311: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:489: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, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:78:7: note: enclose 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' in an @available check to silence this warning
          JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:77:19: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      NSData *data = [AVCapturePhotoOutput
                      ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic, copy) void (^onFrameAvailable)();
                                                       ^
                                                        void
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:158:12: note: annotate 'FLTCam' with an availability attribute to silence this warning
    @interface FLTCam : NSObject <FlutterTexture,
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:257:26: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      _capturePhotoOutput = [AVCapturePhotoOutput new];
                             ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:3: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
      ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:39: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
                                          ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:299:48: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
          if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:300:41: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
            _captureSession.sessionPreset = AVCaptureSessionPreset3840x2160;
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1876: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:5: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1876: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:58: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:447: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:805:44: note: enclose 'AVCaptureDeviceTypeBuiltInWideAngleCamera' in an @available check to silence this warning
            discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ]
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    15 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/git/Flutter-466764912d323b9588b9e34cfb26653bb159a0e0/ios/Classes/SwiftActivefaceLivenessSdkPlugin.swift:3:8: error: module compiled with Swift 5.2 cannot be imported by the Swift 5.1.3 compiler: /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/ActiveFaceLiveness/active-face-liveness/ActiveFaceLiveness.framework/Modules/ActiveFaceLiveness.swiftmodule/arm64-apple-ios.swiftmodule
    import ActiveFaceLiveness
           ^
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    note: Using new build system
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.

Error launching application on iPhone 11.

Aparentemente gerou erro numa lib que estamos usando aqui

Ao rodar diretamente o projeto no xcode os erros que apareceram foram:

Screen Shot 2020-06-11 at 14 54 38

e

Screen Shot 2020-06-11 at 14 54 52

RodrigoSMarques commented 4 years ago

Olá @carlaDeLima

Tem como você me enviar um print do flutter doctor -v

Me confirma uma coisa também, este projeto não é novo correto? Foi criado em versões mais antigas do Flutter?

Eu criei um projeto do zero para validar todas aquelas configurações do REAME.MD e o projeto está funcionando perfeitamente aqui.

RodrigoSMarques commented 4 years ago

@carlaDeLima o Swift 5.2 foi lançado em março deste ano no Xcode 11.4. Já estamos no Xcode 11.5.

Verifique se vocês estão com a versão atualizada e aguardo o print do ``flutter doctor -v

carlaDeLima commented 4 years ago

Isso mesmo, o projeto já existe a algum tempo.

Screen Shot 2020-06-12 at 08 14 25

RodrigoSMarques commented 4 years ago

@carlaDeLima O Xcode está desatualizado.

A SDK foi compilada em uma versão mais nova do Swift, então você precisa atualizar para a versão mais nova para poder compilar.

carlaDeLima commented 4 years ago

Fiz a atualização do xcode

Screen Shot 2020-06-15 at 11 16 02

Rodei o projeto sem fazer o pod install Apareceu erro pedindo que eu fizesse o pod install, fiz e aparentemente o erro continua:

Automatically signing iOS for device deployment using specified development team in Xcode project: NB8MHF5BP7
Running Xcode build...
Xcode build done.                                           70.0s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **

Xcode's output:
↳
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:117:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastCallArgs = arguments;
                                    ^
                                    self->
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:118:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastResult = result;
                                    ^
                                    self->
    2 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:30:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
              if UIApplication.shared.canOpenURL(whatsAppUrl as! URL) {
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:31:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
                    UIApplication.shared.openURL(whatsAppUrl as! URL)
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1311: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:489: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, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:78:7: note: enclose 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' in an @available check to silence this warning
          JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:77:19: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      NSData *data = [AVCapturePhotoOutput
                      ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic, copy) void (^onFrameAvailable)();
                                                       ^
                                                        void
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:158:12: note: annotate 'FLTCam' with an availability attribute to silence this warning
    @interface FLTCam : NSObject <FlutterTexture,
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:257:26: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      _capturePhotoOutput = [AVCapturePhotoOutput new];
                             ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:3: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
      ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:39: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
                                          ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:299:48: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
          if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:300:41: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
            _captureSession.sessionPreset = AVCaptureSessionPreset3840x2160;
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:5: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:58: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:447: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:805:44: note: enclose 'AVCaptureDeviceTypeBuiltInWideAngleCamera' in an @available check to silence this warning
            discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ]
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    15 warnings generated.
    <module-includes>:1:1: error: umbrella header for module 'GoogleDataTransport' does not include header 'GDTCORDataFuture.h' [-Werror,-Wincomplete-umbrella]
    #import "Headers/GoogleDataTransport-umbrella.h"
    ^
    <module-includes>:1:1: error: umbrella header for module 'GoogleDataTransport' does not include header 'GDTCORStoredEvent.h' [-Werror,-Wincomplete-umbrella]
    2 errors generated.
    In file included from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+NetworkConnectionInfo.m:17:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCOREvent+NetworkConnectionInfo.h:17:9: fatal error: could not build module 'GoogleDataTransport'
    #import <GoogleDataTransport/GDTCOREvent.h>
     ~~~~~~~^
    3 errors generated.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.

Error launching application on Carlinha.

Rodando o projeto diretamente no xcode aparece o seguinte: Screen Shot 2020-06-15 at 11 26 02

kikogassen commented 4 years ago

Oi @carlaDeLima !

Esse erro só acontece com a integração com nossos plugins? Se tirar elas, compila normalmente?

RodrigoSMarques commented 4 years ago

@carlaDeLima você verificou se não existem packagens desatualizados? O erro está em uma lib do Google: GoogleDataTransport

Te mandei um convite para um projeto que tem os dois plugins embutidos.

Baixe este projeto, configure o token e tente rodar e veja se está tudo OK.

https://github.com/RodrigoSMarques/flutter_combateafraude_test

carlaDeLima commented 4 years ago

Screen Shot 2020-06-15 at 12 41 36

RodrigoSMarques commented 4 years ago

Abra o projeto no Xcode e troque a chave de assinatura. Coloque a de vcs e se for o caso, troque o nome do bundle id

carlaDeLima commented 4 years ago

Recebi um erro de que o info.plist não era encontrado, mas verifiquei e ele existe no projeto

Apaguei e coloquei novamente o mesmo arquivo do info.plist, mas ainda assim ele não encontra o arquivo.

Screen Shot 2020-06-15 at 14 37 50

carlaDeLima commented 4 years ago

Tinha um p solto dentro do arquivo de Info.plist

Vou comparar as diferenças entre os projeto para encontrar o que pode estar errado.

carlaDeLima commented 4 years ago

Estava olhando os projetos, aparentemente tudo ok nas configurações, mas ainda assim recebo um erro de retorno.

Automatically signing iOS for device deployment using specified development team in Xcode project: NB8MHF5BP7
Running pod install...                                             20.6s
Running Xcode build...
Xcode build done.                                           86.1s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-06-16 13:56:14.341 xcodebuild[44259:419114]  DTDeviceKit: deviceType from 00008030-001C31111488802E was NULL
    2020-06-16 13:56:14.454 xcodebuild[44259:419121]  DTDeviceKit: deviceType from 00008030-001C31111488802E was NULL
    ** BUILD FAILED **

Xcode's output:
↳
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:117:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastCallArgs = arguments;
                                    ^
                                    self->
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ios/Classes/LocalAuthPlugin.m:118:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                                    lastResult = result;
                                    ^
                                    self->
    2 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:30:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
              if UIApplication.shared.canOpenURL(whatsAppUrl as! URL) {
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:31:58: warning: forced cast from 'NSURL?' to 'URL' only unwraps and bridges; did you mean to use '!' with 'as'?
                    UIApplication.shared.openURL(whatsAppUrl as! URL)
                                                 ~~~~~~~~~~~ ^~~ ~~~
                                                            !as
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1311: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:489: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, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:78:7: note: enclose 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' in an @available check to silence this warning
          JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:77:19: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      NSData *data = [AVCapturePhotoOutput
                      ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic, copy) void (^onFrameAvailable)();
                                                       ^
                                                        void
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:158:12: note: annotate 'FLTCam' with an availability attribute to silence this warning
    @interface FLTCam : NSObject <FlutterTexture,
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:48: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:257:26: note: enclose 'AVCapturePhotoOutput' in an @available check to silence this warning
      _capturePhotoOutput = [AVCapturePhotoOutput new];
                             ^~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:3: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
      ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:777: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 <NSCopying>
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:276:39: note: enclose 'AVCapturePhotoSettings' in an @available check to silence this warning
      AVCapturePhotoSettings *settings = [AVCapturePhotoSettings photoSettings];
                                          ^~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:299:48: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
          if ([_captureSession canSetSessionPreset:AVCaptureSessionPreset3840x2160]) {
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSessionPreset.h:130: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:300:41: note: enclose 'AVCaptureSessionPreset3840x2160' in an @available check to silence this warning
            _captureSession.sessionPreset = AVCaptureSessionPreset3840x2160;
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:5: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:804:58: note: enclose 'AVCaptureDeviceDiscoverySession' in an @available check to silence this warning
        AVCaptureDeviceDiscoverySession *discoverySession = [AVCaptureDeviceDiscoverySession
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:447: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/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:805:44: note: enclose 'AVCaptureDeviceTypeBuiltInWideAngleCamera' in an @available check to silence this warning
            discoverySessionWithDeviceTypes:@[ AVCaptureDeviceTypeBuiltInWideAngleCamera ]
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    15 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+1/ios/Classes/FirebaseRemoteConfigPlugin.m:52:65: warning: 'isDeveloperModeEnabled' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[NSNumber alloc] initWithBool:[firRemoteConfigSettings isDeveloperModeEnabled]];
                                                                    ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:37: note: property 'isDeveloperModeEnabled' is declared deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                        ^
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:60: note: 'isDeveloperModeEnabled' has been explicitly marked deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                                               ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+1/ios/Classes/FirebaseRemoteConfigPlugin.m:61:42: warning: 'initWithDeveloperModeEnabled:' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[FIRRemoteConfigSettings alloc] initWithDeveloperModeEnabled:debugMode];
                                             ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:148:5: note: 'initWithDeveloperModeEnabled:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("This no longer needs to be set during development. Refer to "
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+1/ios/Classes/FirebaseRemoteConfigPlugin.m:108:54: warning: 'activateFetched' is deprecated: Use -[FIRRemoteConfig activate] instead. [-Wdeprecated-declarations]
        BOOL newConfig = [[FIRRemoteConfig remoteConfig] activateFetched];
                                                         ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:252:25: note: 'activateFetched' has been explicitly marked deprecated here
    - (BOOL)activateFetched DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig activate] instead.");
                            ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.0+1/ios/Classes/FirebaseRemoteConfigPlugin.m:139:40: warning: 'allKeysFromSource:namespace:' is deprecated: Use -[FIRRemoteConfig allKeysFromSource:] instead. [-Wdeprecated-declarations]
      NSArray *defaultKeys = [remoteConfig allKeysFromSource:FIRRemoteConfigSourceDefault
                                           ^
Could not build the precompiled application for the device.
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:304:5: note: 'allKeysFromSource:namespace:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig allKeysFromSource:] instead.");
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    4 warnings generated.
    6 warnings generated.
    <unknown>:0: error: using bridging headers with module interfaces is unsupported
    Command CompileSwiftSources failed with a nonzero exit code
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description

Error launching application on Carlinha.
carlaDeLima commented 4 years ago

Rodando diretamente no xcode recebo isso: Screen Shot 2020-06-16 at 14 01 11

RodrigoSMarques commented 4 years ago

@carlaDeLima com o Xcode 11.4 os projetos teriam que ser migrados.

Pelo que observo o erro não está relacionado ao plugin, tanto que nem aparecem mensagens sobre ele na log de saída do Xcode.

Veja as orientações desta página aqui, principalmente a orientação no final da página.

https://flutter.dev/docs/development/ios-project-migration

RodrigoSMarques commented 4 years ago

@carlaDeLima, boa tarde!

Alguma novidade?

carlaDeLima commented 4 years ago

Estou recebendo os erros ainda das libs. Erros sobre algo deprecated. Algumas apenas com a atualização parou de gerar erros, mas outras ainda não. Ainda buscando uma solução para isso.

RodrigoSMarques commented 4 years ago

@carlaDeLima

Verificou/fez o procedimento para atualizar o projeto para o Xcode 11.4?

Pode postar as mensagens de erro que ainda ocorrem?

carlaDeLima commented 4 years ago

Sim, o xcode está atualizado e segui os passos desse link: https://flutter.dev/docs/development/ios-project-migration

Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
Running Xcode build...
Xcode build done.                                           44.7s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **

Xcode's output:
↳
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-5.0.1/ios/Classes/PermissionManager.m:69:59: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            BOOL success = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
                                                              ^~~~~~~
                                                              openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/permission_handler/permission_handler-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:59:56: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
                        [[UIApplication sharedApplication] openURL:url];
                                                           ^~~~~~~
                                                           openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/local_auth/local_auth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:87:32: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
      } else if (authError.code == LAErrorTouchIDNotEnrolled) {
                                   ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:111:34: warning: 'LAErrorTouchIDNotAvailable' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotAvailable [-Wdeprecated-declarations]
                                case LAErrorTouchIDNotAvailable:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:29:5: note: 'LAErrorTouchIDNotAvailable' has been explicitly marked deprecated here
        LAErrorTouchIDNotAvailable NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotAvailable") = kLAErrorTouchIDNotAvailable,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:112:34: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
                                case LAErrorTouchIDNotEnrolled:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:113:34: warning: 'LAErrorTouchIDLockout' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryLockout [-Wdeprecated-declarations]
                                case LAErrorTouchIDLockout:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:37:5: note: 'LAErrorTouchIDLockout' has been explicitly marked deprecated here
        LAErrorTouchIDLockout NS_ENUM_DEPRECATED(10_11, 10_13, 9_0, 11_0, "use LAErrorBiometryLockout")
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:139:10: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
        case LAErrorTouchIDNotEnrolled:
             ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:149:10: warning: 'LAErrorTouchIDLockout' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryLockout [-Wdeprecated-declarations]
        case LAErrorTouchIDLockout:
             ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:37:5: note: 'LAErrorTouchIDLockout' has been explicitly marked deprecated here
        LAErrorTouchIDLockout NS_ENUM_DEPRECATED(10_11, 10_13, 9_0, 11_0, "use LAErrorBiometryLockout")
        ^
    7 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-2.0.0/ios/Classes/LaunchReviewPlugin.m:34:50: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
                  [[UIApplication sharedApplication] openURL:itunesURL];
                                                     ^~~~~~~
                                                     openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/launch_review/launch_review-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:40:38: warning: 'openURL' was deprecated in iOS 10.0
                    UIApplication.shared.openURL(whatsAppUrl!)
                                         ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:66:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)captureOutput:(AVCapturePhotoOutput *)output
    ^
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:679:1: note: method 'captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:' declared here
    - (void)captureOutput:(AVCapturePhotoOutput *)output didFinishProcessingPhotoSampleBuffer:(nullable CMSampleBufferRef)photoSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings bracketSettings:(nullable AVCaptureBracketedStillImageSettings *)bracketSettings error:(nullable NSError *)error API_DEPRECATED_WITH_REPLACEMENT("-captureOutput:didFinishProcessingPhoto:error:", ios(10.0, 11.0)) API_UNAVAILABLE(macos, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:78:7: warning: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
          JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          -[AVCapturePhoto fileDataRepresentation]
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:489:1: note: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' has been explicitly marked deprecated here
    + (nullable NSData *)JPEGPhotoDataRepresentationForJPEGSampleBuffer:(CMSampleBufferRef)JPEGSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer API_DEPRECATED_WITH_REPLACEMENT("-[AVCapturePhoto fileDataRepresentation]", ios(10.0, 11.0)) API_UNAVAILABLE(macos, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic, copy) void (^onFrameAvailable)();
                                                       ^
                                                        void
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:352:13: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in iOS 10.0 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
        while (!OSAtomicCompareAndSwapPtrBarrier(old, newBuffer, (void **)&_latestPixelBuffer)) {
                ^
    In module 'Darwin' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
    bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
            ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:574:11: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in iOS 10.0 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
      while (!OSAtomicCompareAndSwapPtrBarrier(pixelBuffer, nil, (void **)&_latestPixelBuffer)) {
              ^
    In module 'Darwin' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
    bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
            ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:692:36: warning: 'AVVideoCodecH264' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
          dictionaryWithObjectsAndKeys:AVVideoCodecH264, AVVideoCodecKey,
                                       ^~~~~~~~~~~~~~~~
                                       AVVideoCodecTypeH264
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoSettings.h:56:29: note: 'AVVideoCodecH264' has been explicitly marked deprecated here
            AVF_EXPORT NSString *const AVVideoCodecH264 /* @"avc1" */                               API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeH264", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
                                       ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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->
    7 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:51:65: warning: 'isDeveloperModeEnabled' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[NSNumber alloc] initWithBool:[firRemoteConfigSettings isDeveloperModeEnabled]];
                                                                    ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:37: note: property 'isDeveloperModeEnabled' is declared deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                        ^
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:60: note: 'isDeveloperModeEnabled' has been explicitly marked deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                                               ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:60:42: warning: 'initWithDeveloperModeEnabled:' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[FIRRemoteConfigSettings alloc] initWithDeveloperModeEnabled:debugMode];
                                             ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:148:5: note: 'initWithDeveloperModeEnabled:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("This no longer needs to be set during development. Refer to "
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:107:54: warning: 'activateFetched' is deprecated: Use -[FIRRemoteConfig activate] instead. [-Wdeprecated-declarations]
        BOOL newConfig = [[FIRRemoteConfig remoteConfig] activateFetched];
                                                         ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:252:25: note: 'activateFetched' has been explicitly marked deprecated here
    - (BOOL)activateFetched DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig activate] instead.");
                            ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:138:40: warning: 'allKeysFromSource:namespace:' is deprecated: Use -[FIRRemoteConfig allKeysFromSource:] instead. [-Wdeprecated-declarations]
      NSArray *defaultKeys = [remoteConfig allKeysFromSource:FIRRemoteConfigSourceDefault
                                           ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:304:5: note: 'allKeysFromSource:namespace:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig allKeysFromSource:] instead.");
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    4 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:195:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
    - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                                              ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:291:42: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
        didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings {
                                             ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:307:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
        didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                           ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:122:7: warning: 'UIUserNotificationType' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
          UIUserNotificationType notificationTypes = 0;
          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:124:30: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeSound;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:127:30: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeAlert;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:130:30: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeBadge;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:133:7: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
          UIUserNotificationSettings *settings =
          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:134:39: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
              [UIUserNotificationSettings settingsForTypes:notificationTypes categories:nil];
                                          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:135:42: warning: 'registerUserNotificationSettings:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:] [-Wdeprecated-declarations]
          [[UIApplication sharedApplication] registerUserNotificationSettings:settings];
                                             ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:250:1: note: 'registerUserNotificationSettings:' has been explicitly marked deprecated here
    - (void)registerUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:]", ios(8.0, 10.0)) API_UNAVAILABLE(tvos);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:141:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
        [FIRMessaging messaging].shouldEstablishDirectChannel = true;
                                 ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
    @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
                                                           ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:196:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [self didReceiveRemoteNotification:remoteMessage.appData];
                                                       ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:290:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)application:(UIApplication *)application
    ^
    In module 'Flutter' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.h:5:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Flutter/Flutter.framework/Headers/FlutterPlugin.h:74:1: note: method 'application:didRegisterUserNotificationSettings:' declared here
    - (void)application:(UIApplication*)application
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:293:70: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"sound" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeSound],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:294:70: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"badge" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeBadge],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:295:70: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"alert" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeAlert],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:306:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)messaging:(FIRMessaging *)messaging
    ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
    - (void)messaging:(FIRMessaging *)messaging
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:308:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
                                                                  ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    18 warnings generated.
    <unknown>:0: error: using bridging headers with module interfaces is unsupported
    Command CompileSwiftSources failed with a nonzero exit code
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'camera' from project 'Pods')
    warning: Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'camera' from project 'Pods')

Could not build the application for the simulator.
Error launching application on iPhone SE (2nd generation).
RodrigoSMarques commented 4 years ago

@carlaDeLima

sobre o erro:

 <unknown>:0: error: using bridging headers with module interfaces is unsupported

Encontrei a solução abaixo: https://stackoverflow.com/questions/59192371/xcode-11-2-1-error-command-compileswiftsources-failed-with-a-nonzero-exit-code/60658142#60658142

"I solved this build error by setting Build Options -> Build Libraries for Distribution in the targets Build Settings to No"

Outra dúvida: você está fazendo deploy para um simulador? Identifiquei isto nas mensagens acima.

Se for para o simulador não irá funcionar e está nas instruções do plugin.

O plugin usa código da SDK da Combate a Fraudes que está compilado para as plataformas de um dispositivo físico (armv7 / amr64) e o simulador roda um código compilado para x86_64 (Intel) o que dá incompatibilidade.

carlaDeLima commented 4 years ago

Rodando no iphone realmente o warning:

warning: Mapping architecture armv7 to i386.
warning: Mapping architecture arm64 to x86_64.

realmente não aparece, tinha observado isso também.

Mas os outros continuam independentemente disso:

Running "flutter pub get" in hf_base...                             1.5s
Launching lib/main.dart on Carlinha in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: NB8MHF5BP7
Running Xcode build...
Xcode build done.                                           138.2s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-06-19 11:56:00.409 xcodebuild[29682:318330]  DTDeviceKit: deviceType from 00008030-001C31111488802E was NULL
    ** BUILD FAILED **

Xcode's output:
↳
    error: the following command failed with exit code 0 but produced no further output
    CompileC /Users/carlalima/Library/Developer/Xcode/DerivedData/Runner-bhfdmwtzydemxhfyzwknfsovbhen/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/permission_handler.build/Objects-normal/arm64/PhonePermissionStrategy.o /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-5.0.1/ios/Classes/strategies/PhonePermissionStrategy.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-5.0.1/ios/Classes/PermissionManager.m:69:59: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            BOOL success = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
                                                              ^~~~~~~
                                                              openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/permission_handler/permission_handler-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    10 warnings generated.
    10 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:59:56: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
                        [[UIApplication sharedApplication] openURL:url];
                                                           ^~~~~~~
                                                           openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/local_auth/local_auth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:87:32: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
      } else if (authError.code == LAErrorTouchIDNotEnrolled) {
                                   ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:111:34: warning: 'LAErrorTouchIDNotAvailable' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotAvailable [-Wdeprecated-declarations]
                                case LAErrorTouchIDNotAvailable:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:29:5: note: 'LAErrorTouchIDNotAvailable' has been explicitly marked deprecated here
        LAErrorTouchIDNotAvailable NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotAvailable") = kLAErrorTouchIDNotAvailable,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:112:34: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
                                case LAErrorTouchIDNotEnrolled:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:113:34: warning: 'LAErrorTouchIDLockout' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryLockout [-Wdeprecated-declarations]
                                case LAErrorTouchIDLockout:
                                     ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:37:5: note: 'LAErrorTouchIDLockout' has been explicitly marked deprecated here
        LAErrorTouchIDLockout NS_ENUM_DEPRECATED(10_11, 10_13, 9_0, 11_0, "use LAErrorBiometryLockout")
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:139:10: warning: 'LAErrorTouchIDNotEnrolled' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryNotEnrolled [-Wdeprecated-declarations]
        case LAErrorTouchIDNotEnrolled:
             ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:32:5: note: 'LAErrorTouchIDNotEnrolled' has been explicitly marked deprecated here
        LAErrorTouchIDNotEnrolled NS_ENUM_DEPRECATED(10_10, 10_13, 8_0, 11_0, "use LAErrorBiometryNotEnrolled") = kLAErrorTouchIDNotEnrolled,
        ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:149:10: warning: 'LAErrorTouchIDLockout' is deprecated: first deprecated in iOS 11.0 - use LAErrorBiometryLockout [-Wdeprecated-declarations]
        case LAErrorTouchIDLockout:
             ^
    In module 'LocalAuthentication' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.2+3/ios/Classes/FLTLocalAuthPlugin.m:4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/LocalAuthentication.framework/Headers/LAError.h:37:5: note: 'LAErrorTouchIDLockout' has been explicitly marked deprecated here
        LAErrorTouchIDLockout NS_ENUM_DEPRECATED(10_11, 10_13, 9_0, 11_0, "use LAErrorBiometryLockout")
        ^
    7 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-2.0.0/ios/Classes/LaunchReviewPlugin.m:34:50: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
                  [[UIApplication sharedApplication] openURL:itunesURL];
                                                     ^~~~~~~
                                                     openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/launch_review/launch_review-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_open_whatsapp-0.1.2/ios/Classes/SwiftFlutterOpenWhatsappPlugin.swift:40:38: warning: 'openURL' was deprecated in iOS 10.0
                    UIApplication.shared.openURL(whatsAppUrl!)
                                         ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:66:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)captureOutput:(AVCapturePhotoOutput *)output
    ^
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:679:1: note: method 'captureOutput:didFinishProcessingPhotoSampleBuffer:previewPhotoSampleBuffer:resolvedSettings:bracketSettings:error:' declared here
    - (void)captureOutput:(AVCapturePhotoOutput *)output didFinishProcessingPhotoSampleBuffer:(nullable CMSampleBufferRef)photoSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer resolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings bracketSettings:(nullable AVCaptureBracketedStillImageSettings *)bracketSettings error:(nullable NSError *)error API_DEPRECATED_WITH_REPLACEMENT("-captureOutput:didFinishProcessingPhoto:error:", ios(10.0, 11.0)) API_UNAVAILABLE(macos, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:78:7: warning: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
          JPEGPhotoDataRepresentationForJPEGSampleBuffer:photoSampleBuffer
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          -[AVCapturePhoto fileDataRepresentation]
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:489:1: note: 'JPEGPhotoDataRepresentationForJPEGSampleBuffer:previewPhotoSampleBuffer:' has been explicitly marked deprecated here
    + (nullable NSData *)JPEGPhotoDataRepresentationForJPEGSampleBuffer:(CMSampleBufferRef)JPEGSampleBuffer previewPhotoSampleBuffer:(nullable CMSampleBufferRef)previewPhotoSampleBuffer API_DEPRECATED_WITH_REPLACEMENT("-[AVCapturePhoto fileDataRepresentation]", ios(10.0, 11.0)) API_UNAVAILABLE(macos, macCatalyst);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:163:52: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic, copy) void (^onFrameAvailable)();
                                                       ^
                                                        void
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:352:13: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in iOS 10.0 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
        while (!OSAtomicCompareAndSwapPtrBarrier(old, newBuffer, (void **)&_latestPixelBuffer)) {
                ^
    In module 'Darwin' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
    bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
            ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:574:11: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in iOS 10.0 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
      while (!OSAtomicCompareAndSwapPtrBarrier(pixelBuffer, nil, (void **)&_latestPixelBuffer)) {
              ^
    In module 'Darwin' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:547:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
    bool    OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
            ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:692:36: warning: 'AVVideoCodecH264' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
          dictionaryWithObjectsAndKeys:AVVideoCodecH264, AVVideoCodecKey,
                                       ^~~~~~~~~~~~~~~~
                                       AVVideoCodecTypeH264
    In module 'AVFoundation' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/ios/Classes/CameraPlugin.m:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoSettings.h:56:29: note: 'AVVideoCodecH264' has been explicitly marked deprecated here
            AVF_EXPORT NSString *const AVVideoCodecH264 /* @"avc1" */                               API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeH264", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
                                       ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.5.8+2/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->
    7 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:51:65: warning: 'isDeveloperModeEnabled' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[NSNumber alloc] initWithBool:[firRemoteConfigSettings isDeveloperModeEnabled]];
                                                                    ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:37: note: property 'isDeveloperModeEnabled' is declared deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                        ^
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:141:60: note: 'isDeveloperModeEnabled' has been explicitly marked deprecated here
    @property(nonatomic, readonly) BOOL isDeveloperModeEnabled DEPRECATED_MSG_ATTRIBUTE(
                                                               ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:60:42: warning: 'initWithDeveloperModeEnabled:' is deprecated: This no longer needs to be set during development. Refer to documentation for additional details. [-Wdeprecated-declarations]
            [[FIRRemoteConfigSettings alloc] initWithDeveloperModeEnabled:debugMode];
                                             ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:148:5: note: 'initWithDeveloperModeEnabled:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("This no longer needs to be set during development. Refer to "
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:107:54: warning: 'activateFetched' is deprecated: Use -[FIRRemoteConfig activate] instead. [-Wdeprecated-declarations]
        BOOL newConfig = [[FIRRemoteConfig remoteConfig] activateFetched];
                                                         ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:252:25: note: 'activateFetched' has been explicitly marked deprecated here
    - (BOOL)activateFetched DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig activate] instead.");
                            ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_remote_config-0.3.1/ios/Classes/FirebaseRemoteConfigPlugin.m:138:40: warning: 'allKeysFromSource:namespace:' is deprecated: Use -[FIRRemoteConfig allKeysFromSource:] instead. [-Wdeprecated-declarations]
      NSArray *defaultKeys = [remoteConfig allKeysFromSource:FIRRemoteConfigSourceDefault
                                           ^
    In module 'FirebaseRemoteConfig' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:146:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h:304:5: note: 'allKeysFromSource:namespace:' has been explicitly marked deprecated here
        DEPRECATED_MSG_ATTRIBUTE("Use -[FIRRemoteConfig allKeysFromSource:] instead.");
        ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_remote_config/firebase_remote_config-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    4 warnings generated.
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:195:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
    - (void)applicationReceivedRemoteMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                                              ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:291:42: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
        didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings {
                                             ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:307:24: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations]
        didReceiveMessage:(FIRMessagingRemoteMessage *)remoteMessage {
                           ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:219:1: note: 'FIRMessagingRemoteMessage' has been explicitly marked deprecated here
    __deprecated_msg(
    ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/sys/cdefs.h:191:48: note: expanded from macro '__deprecated_msg'
            #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                          ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:122:7: warning: 'UIUserNotificationType' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
          UIUserNotificationType notificationTypes = 0;
          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:124:30: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeSound;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:127:30: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeAlert;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:130:30: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
            notificationTypes |= UIUserNotificationTypeBadge;
                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:133:7: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
          UIUserNotificationSettings *settings =
          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:134:39: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations]
              [UIUserNotificationSettings settingsForTypes:notificationTypes categories:nil];
                                          ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here
    @interface UIUserNotificationSettings : NSObject
               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:135:42: warning: 'registerUserNotificationSettings:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:] [-Wdeprecated-declarations]
          [[UIApplication sharedApplication] registerUserNotificationSettings:settings];
                                             ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:250:1: note: 'registerUserNotificationSettings:' has been explicitly marked deprecated here
    - (void)registerUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:]", ios(8.0, 10.0)) API_UNAVAILABLE(tvos);
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:141:30: warning: 'shouldEstablishDirectChannel' is deprecated: FCM direct channel is deprecated, please use APNs channel for downstream message delivery. [-Wdeprecated-declarations]
        [FIRMessaging messaging].shouldEstablishDirectChannel = true;
                                 ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:283:56: note: 'shouldEstablishDirectChannel' has been explicitly marked deprecated here
    @property(nonatomic) BOOL shouldEstablishDirectChannel DEPRECATED_MSG_ATTRIBUTE(
                                                           ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:182:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
                #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:196:52: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [self didReceiveRemoteNotification:remoteMessage.appData];
                                                       ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:290:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)application:(UIApplication *)application
    ^
    In module 'Flutter' imported from /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.h:5:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Flutter/Flutter.framework/Headers/FlutterPlugin.h:74:1: note: method 'application:didRegisterUserNotificationSettings:' declared here
    - (void)application:(UIApplication*)application
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:293:70: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"sound" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeSound],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:294:70: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"badge" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeBadge],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:295:70: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations]
        @"alert" : [NSNumber numberWithBool:notificationSettings.types & UIUserNotificationTypeAlert],
                                                                         ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here
    typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) {
                                   ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:306:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - (void)messaging:(FIRMessaging *)messaging
    ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:253:1: note: method 'messaging:didReceiveMessage:' declared here
    - (void)messaging:(FIRMessaging *)messaging
    ^
    /Users/carlalima/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-6.0.16/ios/Classes/FLTFirebaseMessagingPlugin.m:308:63: warning: 'appData' is deprecated [-Wdeprecated-declarations]
      [_channel invokeMethod:@"onMessage" arguments:remoteMessage.appData];
                                                                  ^
    In module 'FirebaseMessaging' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Headers/Public/Firebase/Firebase.h:72:
    /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Public/FIRMessaging.h:226:62: note: 'appData' has been explicitly marked deprecated here
    @property(nonatomic, readonly, strong) NSDictionary *appData DEPRECATED_ATTRIBUTE;
                                                                 ^
    In module 'UIKit' imported from /Users/carlalima/Documents/developer/gitHub/whiteLabel/white-label---flutter/hf_base/ios/Pods/Target Support Files/firebase_messaging/firebase_messaging-prefix.pch:2:
    In module 'Foundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
    In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
    In module 'Darwin' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:16:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk/usr/include/AvailabilityMacros.h:180:60: note: expanded from macro 'DEPRECATED_ATTRIBUTE'
            #define DEPRECATED_ATTRIBUTE        __attribute__((deprecated))
                                                               ^
    18 warnings generated.
    <unknown>:0: error: using bridging headers with module interfaces is unsupported
    Command CompileSwiftSources failed with a nonzero exit code
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.

Error launching application on Carlinha.

Estou olhando o link acima (https://stackoverflow.com/questions/59192371/xcode-11-2-1-error-command-compileswiftsources-failed-with-a-nonzero-exit-code/60658142#60658142)

IslasGiga commented 4 years ago

To tentando ajudar a Carla aqui e encontrei uns probleminhas let captureFront_imagePath = saveImageToDocumentsDirectory(image: results.captureFront.image, withName: "documentFront.jpg") let captureBack_imagePath = saveImageToDocumentsDirectory(image: results.captureBack.image, withName: "documentBack.jpg")

    let response : NSMutableDictionary! = [:]
    response["success"] = NSNumber(value: true)
    response["captureFront_confidence"] = results.captureFront.confidence
    response["captureFront_imagePath"] = captureFront_imagePath

    response["captureBack_confidence"] = results.captureBack.confidence
    response["captureBack_imagePath"] = captureBack_imagePath

Nesse trecho tá dando uns problemas em relação a métodos e propriedades não encontradas Screen Shot 2020-06-19 at 1 03 06 PM

RodrigoSMarques commented 4 years ago

@IslasGiga, Boa Tarde!

realmente teve alteração no código da SDK iOS ontem e os métodos mudaram e não foi refletido no plugin.

Vamos ter que lançar uma nova versão do plugin e avisamos quando estiver oK.

kikogassen commented 4 years ago

Fala @IslasGiga

Esse último ponto que tu comentou foi uma falha nossa, atualizamos um código do iOS e esquecemos de atualizar o plugin Flutter, peço desculpas por isso!

IslasGiga commented 4 years ago

Tem previsão de quando vai ter a atualização do pluggin?

RodrigoSMarques commented 4 years ago

@IslasGiga A manutenção já está em andamento e depois temos que fazer testes para validar a alteração, o que deve ir até mais tarde. A partir de amanhã, estará disponível para testes.

RodrigoSMarques commented 4 years ago

@carlaDeLima e @IslasGiga Demorou um pouco mais do que eu planejava, mas disponibilizada nova versão document-detector-v.0.7.0

dependencies:  
  name: document_detector_sdk:
    git:
      url: https://github.com/combateafraude/Flutter.git
      ref: document-detector-v.0.7.0
IslasGiga commented 4 years ago

Basta então usar o "pod update DocumentDetector"?

RodrigoSMarques commented 4 years ago

Eu acho que nem vai precisar, pois já tinha feito antes.

RodrigoSMarques commented 4 years ago

Tentei te chamar no Teams. Mas parece que a reunião encerrou

IslasGiga commented 4 years ago

Só um momento

IslasGiga commented 4 years ago

Tenta de novo