acesso-io / unico-check-flutter

Plugin Flutter que possibilita uso das SDK Android e IOS UnicoCheck
MIT License
2 stars 4 forks source link

ld: warning: Could not find or use auto-linked framework 'AcessoBio' #24

Open paulorobertocruz opened 2 years ago

paulorobertocruz commented 2 years ago

Estou tentando integrar o pacote a um projeto, no android funciona como esperado e no ios tenho esse erro ai. Alguma ideia do que pode estar acontecendo?

Podfile

# Uncomment this line to define a global platform for your project
platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
  'Debug' => :debug,
  'Profile' => :release,
  'Release' => :release,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  unless File.exist?(generated_xcode_build_settings_path)
    raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
  end

  File.foreach(generated_xcode_build_settings_path) do |line|
    matches = line.match(/FLUTTER_ROOT\=(.*)/)
    return matches[1].strip if matches
  end
  raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do
  use_frameworks!
  use_modular_headers!
  pod 'AcessoBio', :git => 'https://github.com/acesso-io/acessobio-ios'
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
  end
end

flutter run

Launching lib/main.dart on iPhone 13 in debug mode...
Running pod install...                                              6,4s
Running Xcode build...                                                  
Xcode build done.                                           40,5s
Failed to build iOS app
Error output from Xcode build:
↳
    --- xcodebuild: WARNING: Using the first of multiple matching destinations:
    { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator
    Device }
    { platform:iOS Simulator, id:6463AAE5-D19B-4AC0-A111-940AA0FCE0CC, OS:15.0, name:iPad (9th generation) }
    { platform:iOS Simulator, id:1DA63D77-DD8B-4FE1-9B51-A9AC34833732, OS:15.0, name:iPad Air (4th generation) }
    { platform:iOS Simulator, id:DECD60D0-E3C8-488B-A60E-FF3BAB954868, OS:15.0, name:iPad Pro (9.7-inch) }
    { platform:iOS Simulator, id:1EAF2964-2304-4A77-80ED-3AEC58492F4D, OS:15.0, name:iPad Pro (11-inch) (3rd generation) }
    { platform:iOS Simulator, id:19323870-CA7E-40DD-A2F6-8CC8F7074433, OS:15.0, name:iPad Pro (12.9-inch) (5th generation) }
    { platform:iOS Simulator, id:6227CBFD-DAB1-4DA8-BCFF-2BD6C95AC5A5, OS:15.0, name:iPad mini (6th generation) }
    { platform:iOS Simulator, id:D3AB876E-EAB7-41A9-8A59-E166BBCA3AE4, OS:15.0, name:iPhone 8 }
    { platform:iOS Simulator, id:A9BACE1A-7C8B-4BBE-B7D8-FE18F210518B, OS:15.0, name:iPhone 8 Plus }
    { platform:iOS Simulator, id:7CFF4684-8535-423C-8B86-C4FD07D4DA62, OS:15.0, name:iPhone 11 }
    { platform:iOS Simulator, id:E3603E01-73CB-467A-97C6-BAC578841352, OS:15.0, name:iPhone 11 Pro }
    { platform:iOS Simulator, id:3744A0CB-20BB-4C9F-8E41-D8CC15EBDE10, OS:15.0, name:iPhone 11 Pro Max }
    { platform:iOS Simulator, id:D37CEE6F-FDCA-4D6B-B0D8-2075165D5186, OS:15.0, name:iPhone 12 }
    { platform:iOS Simulator, id:734F6D62-899A-474B-A1E5-E1D2B2658768, OS:15.0, name:iPhone 12 Pro }
    { platform:iOS Simulator, id:994CCD1C-19A2-4D34-96AC-C043A5E3D17A, OS:15.0, name:iPhone 12 Pro Max }
    { platform:iOS Simulator, id:50A94376-95D3-4C1D-BEB6-0C4928423C2E, OS:15.0, name:iPhone 12 mini }
    { platform:iOS Simulator, id:FA721568-9B3F-4823-8D70-AEB622979A25, OS:15.0, name:iPhone 13 }
    { platform:iOS Simulator, id:BDEFFF1B-D2C7-4EEB-B76F-702DAEDD2A27, OS:15.0, name:iPhone 13 Pro }
    { platform:iOS Simulator, id:519DCFDC-E8B1-44A8-B5F6-2C7DBB203E23, OS:15.0, name:iPhone 13 Pro Max }
    { platform:iOS Simulator, id:ACCE584A-70BD-40A8-A1DA-9AC03D4A1E51, OS:15.0, name:iPhone 13 mini }
    { platform:iOS Simulator, id:D9B128F7-7EE8-4ECA-9F64-67F23E64990F, OS:15.0, name:iPhone SE (2nd generation) }
    { platform:iOS Simulator, id:A1378CC9-6B45-4311-ACB6-F5DCABEC7032, OS:15.0, name:iPod touch (7th generation) }
    { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
    ** BUILD FAILED **

Xcode's output:
↳
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIViewWithHole.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'ValidateLiveness.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'LivenessXView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIColorExtensions.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'FixedValues.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraFaceView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraMain.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'DocumentInsertView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIImageUtils.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'PopUpValidationLiveness.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIViewWithHole.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'ValidateLiveness.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'LivenessXView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIColorExtensions.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'FixedValues.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraFaceView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraMain.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'DocumentInsertView.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIImageUtils.h'

    ^
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:9: note:
    while building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    #import <AcessoBio/AcessoBioManager.h>
            ^
    <module-includes>:1:9: note: in file included from <module-includes>:1:
    #import "Headers/AcessoBio.h"
            ^
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'PopUpValidationLiveness.h'

    ^
    While building module 'AcessoBio' imported from
    /Users/jurema/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/unico_check-1.0.2/ios/Classes/UnicoCheckPlugin.h:2:
    In file included from <module-includes>:1:
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIViewWithHole.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'ValidateLiveness.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'LivenessXView.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIColorExtensions.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'FixedValues.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraFaceView.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'CameraMain.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'DocumentInsertView.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'UIImageUtils.h' [-Wincomplete-umbrella]
    /Users/jurema/Documents/code/ttt/ios/.symlinks/plugins/unico_check/ios/framework/AcessoBio.framework/Headers/AcessoBio.h:21:1:
    warning: umbrella header for module 'AcessoBio' does not include header 'PopUpValidationLiveness.h' [-Wincomplete-umbrella]
    10 warnings generated.
    10 warnings generated.
    10 warnings generated.
    10 warnings generated.
    Command CompileSwiftSources failed with a nonzero exit code
    Command CompileSwiftSources failed with a nonzero exit code
    ld: warning: Could not find or use auto-linked framework 'AcessoBio'
    Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_AcessoBioManager", referenced from:
          objc-class-ref in AcessoBioView.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system
    note: Planning
    note: Build preparation complete
    note: Building targets in parallel

Could not build the application for the simulator.
Error launching application on iPhone 13.

flutter doctor

[✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale pt-BR)
    • Flutter version 2.5.3 at /Users/jurema/Downloads/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 18116933e7 (2 weeks ago), 2021-10-15 10:46:35 -0700
    • Engine revision d3ea636dc5
    • Dart version 2.14.4

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 13.0, Build version 13A233
    • CocoaPods version 1.11.2

[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).

[✓] VS Code (version 1.61.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.27.0

[✓] Connected device (1 available)
    • iPhone 13 (mobile) • FA721568-9B3F-4823-8D70-AEB622979A25 • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-0 (simulator)
JoaoRicardi commented 2 years ago

Opa tudo bem ? teve alguma atualização ? Estamos utilizando em dois projetos aqui aonde trabalho, no primeiro tive que deletar e recriar o /iOS inteiro. Ai fiz um backup, deletei o folder e rodei um 'flutter create .' Depois passei todos os scripts do Build Phase e deu td certo. Quanto ao segundo mesmo deletando e recriando ainda dava problema por causa da versão ( vai ate o folder do iOS e roda. 'pod install --repo-update' se der um erro falando que a união precisa de uma versão maior sobe pra 11.0 tanto no Podfile quanto no Runner.