Skip to content

Failed to setup Skia Gr context with Huawei when I upgrade version 1.12 #46866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gitfornncn opened this issue Dec 12, 2019 · 36 comments
Closed
Labels
c: crash Stack traces logged to the console c: regression It was better in the past than it is now dependency: skia Skia team may need to help us platform-android Android applications specifically

Comments

@gitfornncn
Copy link

gitfornncn commented Dec 12, 2019

When debugging with huawei honor, report such errors,crash

Dart on BKK AL10 in debug mode...
E/flutter (9780) : ERROR: flutter/shell/gpu/gpu_surface_gl cc (70)] Failed to setup Skia Gr context.
E/flutter (10519) : ERROR: flutter/shell/gpu/gpu_surface_gl cc (70)] Failed to setup Skia Gr context.
✓ Built build/app/outputs/apk/debug/app - debug. Apk.
E/flutter (10759) : ERROR: flutter/shell/gpu/gpu_surface_gl cc (70)] Failed to setup Skia Gr context.
Error connecting to the service protocol: failed to connect to http://127.0.0.1:53563/wMkZf-LDMlw=/

Logs

flutter doctor -v

[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.6 18G95, locale zh-Hans-US)
    • Flutter version 1.12.13+hotfix.5 at /www/flutter
    • Framework revision 27321ebbad (32 hours ago), 2019-12-10 18:15:01 -0800
    • Engine revision 2994f7e1e6
    • Dart version 2.7.0

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /Users/xxx/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 28.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.3, Build version 11C29
    • CocoaPods version 1.7.5

[✓] Android Studio (version 3.5)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 40.2.2
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

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

[✓] Connected device (2 available)
    • Android SDK built for x86 • emulator-5554    • android-x86   • Android P (API 27) (emulator)
    • BKK AL10                  • FAJBB19527204786 • android-arm64 • Android 8.1.0 (API 27)
@ghost
Copy link

ghost commented Dec 12, 2019

Googling exactly for this, see other answers but they don't help. Forcing software rendering allows the app to start, but then still crashes on something like Google Maps.

Launching lib\main.dart on DUB LX1 in debug mode...
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
√ Built build\app\outputs\apk\debug\app-debug.apk.
E/flutter (28467): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
Lost connection to device.
Could not update files on device: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:53937/1z9kLuYpYv8=/
Exited (sigterm)

@gitfornncn
Copy link
Author

Googling exactly for this, see other answers but they don't help. Forcing software rendering allows the app to start, but then still crashes on something like Google Maps.

Launching lib\main.dart on DUB LX1 in debug mode...
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
√ Built build\app\outputs\apk\debug\app-debug.apk.
E/flutter (28467): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
Lost connection to device.
Could not update files on device: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:53937/1z9kLuYpYv8=/
Exited (sigterm)

When I upgrade version 1.12, it will crash, only huawei has problems.

@gitfornncn gitfornncn changed the title Failed to setup Skia Gr context with Huawei Failed to setup Skia Gr context with Huawei when I upgrade version 1.12 Dec 12, 2019
@ghost
Copy link

ghost commented Dec 12, 2019

I just downgraded to 1.9.1+hotfix.6 (and downgraded my plugins) and it all works correctly on the device.

@gitfornncn
Copy link
Author

I just downgraded to 1.9.1+hotfix.6 (and downgraded my plugins) and it all works correctly on the device.

I don't want downgrade now.. LoL

@ghost
Copy link

ghost commented Dec 12, 2019

I just downgraded to 1.9.1+hotfix.6 (and downgraded my plugins) and it all works correctly on the device.

I don't want downgrade now.. LoL

Unfortunately, you'll need to either downgrade or wait for a patch. I can't wait, so this is the solutionn

@iapicca
Copy link
Contributor

iapicca commented Dec 12, 2019

Hi @gitfornncn
can you please provide your flutter run --verbose?
Thank you

@iapicca iapicca added dependency: skia Skia team may need to help us c: regression It was better in the past than it is now platform-android Android applications specifically c: crash Stack traces logged to the console labels Dec 12, 2019
@gitfornncn
Copy link
Author

gitfornncn commented Dec 12, 2019

flutter run --verbose
[  +28 ms] executing: [/www/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +44 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 27321ebbad34b0a3fafe99fac037102196d655ff
[        ] executing: [/www/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +14 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.12.13+hotfix.5-0-g27321ebba
[   +8 ms] executing: [/www/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +10 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/www/flutter/] git ls-remote --get-url origin
[  +10 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +61 ms] executing: [/www/flutter/] git rev-parse --abbrev-ref HEAD
[  +11 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +7 ms] executing: sw_vers -productName
[  +18 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +13 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.14.6
[        ] executing: sw_vers -buildVersion
[  +12 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 18G95
[  +24 ms] executing: /usr/bin/xcode-select --print-path
[  +11 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +302 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[   +3 ms] Xcode 11.3
           Build version 11C29
[  +61 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb devices -l
[   +6 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
           FAJBB19527204786       device usb:336658432X product:BKK-AL10 model:BKK_AL10 device:HWBKK-Q
           transport_id:4
[  +18 ms] executing: /www/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h
[  +36 ms] /usr/bin/xcrun simctl list --json devices
[ +119 ms] /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell getprop
[  +87 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +4 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +93 ms] Found plugin connectivity at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.5+3/
[  +18 ms] Found plugin device_info at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.1+1/
[  +38 ms] Found plugin install_plugin at
/Users/jeter/.pub-cache/git/flutter_install_plugin-57279ca3535cb75c31cb164563cab0c0fa588ca7/
[  +31 ms] Found plugin package_info at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+10/
[   +5 ms] Found plugin path_provider at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.4.4/
[   +3 ms] Found plugin permission_handler at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[  +12 ms] Found plugin screen at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[   +1 ms] Found plugin shared_preferences at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.4+5/
[   +7 ms] Found plugin sqflite at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/sqflite-1.1.7+2/
[  +13 ms] Found plugin url_launcher at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.2.5/
[   +5 ms] Found plugin video_player at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.3+1/
[   +4 ms] Found plugin webview_flutter at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.18+1/
[  +31 ms] Found plugin connectivity at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.5+3/
[   +2 ms] Found plugin device_info at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.1+1/
[  +10 ms] Found plugin install_plugin at
/Users/jeter/.pub-cache/git/flutter_install_plugin-57279ca3535cb75c31cb164563cab0c0fa588ca7/
[   +8 ms] Found plugin package_info at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+10/
[   +1 ms] Found plugin path_provider at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.4.4/
[        ] Found plugin permission_handler at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/
[   +4 ms] Found plugin screen at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/screen-0.0.5/
[        ] Found plugin shared_preferences at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.4+5/
[   +2 ms] Found plugin sqflite at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/sqflite-1.1.7+2/
[   +4 ms] Found plugin url_launcher at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.2.5/
[   +1 ms] Found plugin video_player at /Users/jeter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.3+1/
[   +1 ms] Found plugin webview_flutter at
/Users/jeter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-0.3.18+1/
[  +59 ms] Generating /www/XXXXXX/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +22 ms] ro.hardware = qcom
⣽[  +16 ms] executing: [/www/XXXXXX/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project
/www/XXXXXX/ios/Runner.xcodeproj -target Runner -showBuildSettings
[        ] executing: [/www/XXXXXX/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project
/www/XXXXXX/ios/Runner.xcodeproj -target Runner -showBuildSettings
 
(This is taking an unexpectedly long time.)⣻[+2571 ms] Build settings for action build and target Runner:
                        ACTION = build
                        AD_HOC_CODE_SIGNING_ALLOWED = NO
                        ALTERNATE_GROUP = staff
                        ALTERNATE_MODE = u+w,go-w,a+rX
                        ALTERNATE_OWNER = jeter
                        ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
                        ALWAYS_SEARCH_USER_PATHS = NO
                        ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                        APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                        APPLE_INTERNAL_DIR = /AppleInternal
                        APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                        APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                        APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                        APPLICATION_EXTENSION_API_ONLY = NO
                        APPLY_RULES_IN_COPY_FILES = NO
                        APPLY_RULES_IN_COPY_HEADERS = NO
                        ARCHS = armv7
                        ARCHS_STANDARD = armv7 arm64
                        ARCHS_STANDARD_32_64_BIT = armv7 arm64
                        ARCHS_STANDARD_32_BIT = armv7
                        ARCHS_STANDARD_64_BIT = arm64
                        ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
                        ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
                        ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                        AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx
                        watchos watchsimulator
                        BITCODE_GENERATION_MODE = marker
                        BUILD_ACTIVE_RESOURCES_ONLY = NO
                        BUILD_COMPONENTS = headers build
                        BUILD_DIR = /www/XXXXXX/build/ios
                        BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                        BUILD_ROOT = /www/XXXXXX/build/ios
                        BUILD_STYLE = 
                        BUILD_VARIANTS = normal
                        BUILT_PRODUCTS_DIR = /www/XXXXXX/build/ios/Debug-iphoneos
                        CACHE_ROOT =
                        /var/folders/t1/c015kljx2wd4pb_24y6lkw000000gn/C/com.apple.DeveloperTools/11.3-11C29/Xc
                        ode
                        CCHROOT =
                        /var/folders/t1/c015kljx2wd4pb_24y6lkw000000gn/C/com.apple.DeveloperTools/11.3-11C29/Xc
                        ode
                        CHMOD = /bin/chmod
                        CHOWN = /usr/sbin/chown
                        CLANG_ANALYZER_NONNULL = YES
                        CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
                        CLANG_CXX_LIBRARY = libc++
                        CLANG_ENABLE_MODULES = YES
                        CLANG_ENABLE_OBJC_ARC = YES
                        CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
                        CLANG_WARN_BOOL_CONVERSION = YES
                        CLANG_WARN_COMMA = YES
                        CLANG_WARN_CONSTANT_CONVERSION = YES
                        CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
                        CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
                        CLANG_WARN_EMPTY_BODY = YES
                        CLANG_WARN_ENUM_CONVERSION = YES
                        CLANG_WARN_INFINITE_RECURSION = YES
                        CLANG_WARN_INT_CONVERSION = YES
                        CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
                        CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
                        CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
                        CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
                        CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
                        CLANG_WARN_STRICT_PROTOTYPES = YES
                        CLANG_WARN_SUSPICIOUS_MOVE = YES
                        CLANG_WARN_UNREACHABLE_CODE = YES
                        CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
                        CLASS_FILE_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
                        CLEAN_PRECOMPS = YES
                        CLONE_HEADERS = NO
                        CODESIGNING_FOLDER_PATH = /www/XXXXXX/build/ios/Debug-iphoneos/Runner.app
                        CODE_SIGNING_ALLOWED = YES
                        CODE_SIGNING_REQUIRED = YES
                        CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
                        CODE_SIGN_IDENTITY = iPhone Developer
                        CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                        CODE_SIGN_STYLE = Automatic
                        COLOR_DIAGNOSTICS = NO
                        COMBINE_HIDPI_IMAGES = NO
                        COMPILER_INDEX_STORE_ENABLE = Default
                        COMPOSITE_SDK_DIRS = /www/XXXXXX/build/ios/CompositeSDKs
                        COMPRESS_PNG_FILES = YES
                        CONFIGURATION = Debug
                        CONFIGURATION_BUILD_DIR = /www/XXXXXX/build/ios/Debug-iphoneos
                        CONFIGURATION_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos
                        CONTENTS_FOLDER_PATH = Runner.app
                        COPYING_PRESERVES_HFS_DATA = NO
                        COPY_HEADERS_RUN_UNIFDEF = NO
                        COPY_PHASE_STRIP = NO
                        COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                        CORRESPONDING_SIMULATOR_PLATFORM_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
                        CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
                        CORRESPONDING_SIMULATOR_SDK_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
                        /SDKs/iPhoneSimulator13.2.sdk
                        CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.2
                        CP = /bin/cp
                        CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                        CURRENT_ARCH = armv7
                        CURRENT_PROJECT_VERSION = 1.0.4
                        CURRENT_VARIANT = normal
                        DEAD_CODE_STRIPPING = YES
                        DEBUGGING_SYMBOLS = YES
                        DEBUG_INFORMATION_FORMAT = dwarf
                        DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                        DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                        DEFINES_MODULE = NO
                        DEPLOYMENT_LOCATION = NO
                        DEPLOYMENT_POSTPROCESSING = NO
                        DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
                        DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
                        DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
                        DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2
                        10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2
                        DERIVED_FILES_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
                        DERIVED_FILE_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
                        DERIVED_SOURCES_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
                        DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        DEVELOPER_FRAMEWORKS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_FRAMEWORKS_DIR_QUOTED =
                        /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
                        DEVELOPER_SDK_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
                        DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
                        DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        DEVELOPMENT_LANGUAGE = en
                        DEVELOPMENT_TEAM = TQM6LHS34F
                        DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                        DONT_GENERATE_INFOPLIST_FILE = NO
                        DO_HEADER_SCANNING_IN_JAM = NO
                        DSTROOT = /tmp/Runner.dst
                        DT_TOOLCHAIN_DIR =
                        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                        DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                        DWARF_DSYM_FOLDER_PATH = /www/XXXXXX/build/ios/Debug-iphoneos
                        EFFECTIVE_PLATFORM_NAME = -iphoneos
                        EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                        EMBEDDED_PROFILE_NAME = embedded.mobileprovision
                        EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                        ENABLE_BITCODE = NO
                        ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                        ENABLE_HARDENED_RUNTIME = NO
                        ENABLE_HEADER_DEPENDENCIES = YES
                        ENABLE_ON_DEMAND_RESOURCES = YES
                        ENABLE_STRICT_OBJC_MSGSEND = YES
                        ENABLE_TESTABILITY = YES
                        ENTITLEMENTS_ALLOWED = YES
                        ENTITLEMENTS_DESTINATION = Signature
                        ENTITLEMENTS_REQUIRED = YES
                        EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
                        EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch
                        *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
                        EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                        EXECUTABLE_FOLDER_PATH = Runner.app
                        EXECUTABLE_NAME = Runner
                        EXECUTABLE_PATH = Runner.app/Runner
                        EXPANDED_CODE_SIGN_IDENTITY = 
                        EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                        EXPANDED_PROVISIONING_PROFILE = 
                        FILE_LIST =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
                        FIXED_FILES_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
                        FLUTTER_APPLICATION_PATH = /www/XXXXXX
                        FLUTTER_BUILD_DIR = build
                        FLUTTER_BUILD_NAME = 1.0.4
                        FLUTTER_BUILD_NUMBER = 1.0.4
                        FLUTTER_FRAMEWORK_DIR = /www/flutter/bin/cache/artifacts/engine/ios
                        FLUTTER_ROOT = /www/flutter
                        FLUTTER_TARGET = lib/main.dart
                        FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                        FRAMEWORK_FLAG_PREFIX = -framework
                        FRAMEWORK_SEARCH_PATHS =  "/www/XXXXXX/build/ios/Debug-iphoneos/FMDB"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/Reachability"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/connectivity"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/device_info"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/install_plugin"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/package_info"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/path_provider"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/permission_handler"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/screen"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/shared_preferences"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/sqflite"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/url_launcher"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/video_player"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/webview_flutter"
                        "/www/XXXXXX/ios/Pods/../.symlinks/flutter/ios"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/FMDB"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/Reachability"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/connectivity"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/device_info"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/install_plugin"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/package_info"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/path_provider"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/permission_handler"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/screen"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/shared_preferences"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/sqflite"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/url_launcher"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/video_player"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/webview_flutter"
                        "/www/XXXXXX/ios/Pods/../.symlinks/flutter/ios" /www/XXXXXX/ios/Flutter
                        FRAMEWORK_VERSION = A
                        FULL_PRODUCT_NAME = Runner.app
                        GCC3_VERSION = 3.3
                        GCC_C_LANGUAGE_STANDARD = gnu99
                        GCC_DYNAMIC_NO_PIC = NO
                        GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                        GCC_NO_COMMON_BLOCKS = YES
                        GCC_OPTIMIZATION_LEVEL = 0
                        GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
                        GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1  COCOAPODS=1 COCOAPODS=1
                        GCC_SYMBOLS_PRIVATE_EXTERN = NO
                        GCC_THUMB_SUPPORT = YES
                        GCC_TREAT_WARNINGS_AS_ERRORS = NO
                        GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                        GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                        GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                        GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                        GCC_WARN_UNDECLARED_SELECTOR = YES
                        GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                        GCC_WARN_UNUSED_FUNCTION = YES
                        GCC_WARN_UNUSED_VARIABLE = YES
                        GENERATE_MASTER_OBJECT_FILE = NO
                        GENERATE_PKGINFO_FILE = YES
                        GENERATE_PROFILING_CODE = NO
                        GENERATE_TEXT_BASED_STUBS = NO
                        GID = 20
                        GROUP = staff
                        HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                        HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                        HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                        HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                        HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                        HEADERMAP_USES_VFS = NO
                        HEADER_SEARCH_PATHS =
                        "/www/XXXXXX/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/Reachability/Reachability.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/connectivity/connectivity.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/install_plugin/install_plugin.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/
                        Headers" "/www/XXXXXX/build/ios/Debug-iphoneos/screen/screen.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/
                        Headers" "/www/XXXXXX/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Header
                        s" "/www/XXXXXX/build/ios/Debug-iphoneos/FMDB/FMDB.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/Reachability/Reachability.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/connectivity/connectivity.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/device_info/device_info.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/install_plugin/install_plugin.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/package_info/package_info.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/path_provider/path_provider.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/permission_handler/permission_handler.framework/
                        Headers" "/www/XXXXXX/build/ios/Debug-iphoneos/screen/screen.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/shared_preferences/shared_preferences.framework/
                        Headers" "/www/XXXXXX/build/ios/Debug-iphoneos/sqflite/sqflite.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/url_launcher/url_launcher.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers"
                        "/www/XXXXXX/build/ios/Debug-iphoneos/webview_flutter/webview_flutter.framework/Header
                        s"
                        HIDE_BITCODE_SYMBOLS = YES
                        HOME = /Users/jeter
                        ICONV = /usr/bin/iconv
                        INFOPLIST_EXPAND_BUILD_SETTINGS = YES
                        INFOPLIST_FILE = Runner/Info.plist
                        INFOPLIST_OUTPUT_FORMAT = binary
                        INFOPLIST_PATH = Runner.app/Info.plist
                        INFOPLIST_PREPROCESS = NO
                        INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
                        INLINE_PRIVATE_FRAMEWORKS = NO
                        INSTALLHDRS_COPY_PHASE = NO
                        INSTALLHDRS_SCRIPT_PHASE = NO
                        INSTALL_DIR = /tmp/Runner.dst/Applications
                        INSTALL_GROUP = staff
                        INSTALL_MODE_FLAG = u+w,go-w,a+rX
                        INSTALL_OWNER = jeter
                        INSTALL_PATH = /Applications
                        INSTALL_ROOT = /tmp/Runner.dst
                        IPHONEOS_DEPLOYMENT_TARGET = 8.0
                        JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
                        JAVA_APP_STUB =
                        /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
                        JAVA_ARCHIVE_CLASSES = YES
                        JAVA_ARCHIVE_TYPE = JAR
                        JAVA_COMPILER = /usr/bin/javac
                        JAVA_FOLDER_PATH = Runner.app/Java
                        JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
                        JAVA_JAR_FLAGS = cv
                        JAVA_SOURCE_SUBDIR = .
                        JAVA_USE_DEPENDENCIES = YES
                        JAVA_ZIP_FLAGS = -urg
                        JIKES_DEFAULT_FLAGS = +E +OLDCSO
                        KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support
                        -mllvm -asan-force-dynamic-shadow
                        KEEP_PRIVATE_EXTERNS = NO
                        LD_DEPENDENCY_INFO_FILE =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/armv7/Ru
                        nner_dependency_info.dat
                        LD_GENERATE_MAP_FILE = NO
                        LD_MAP_FILE_PATH =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-a
                        rmv7.txt
                        LD_NO_PIE = NO
                        LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
                        LD_RUNPATH_SEARCH_PATHS =  '@executable_path/Frameworks' '@loader_path/Frameworks'
                        '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks
                        LEGACY_DEVELOPER_DIR =
                        /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
                        veloper
                        LEX = lex
                        LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
                        LIBRARY_FLAG_NOSPACE = YES
                        LIBRARY_FLAG_PREFIX = -l
                        LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
                        LIBRARY_SEARCH_PATHS =  /www/XXXXXX/ios/Flutter
                        LINKER_DISPLAYS_MANGLED_NAMES = NO
                        LINK_FILE_LIST_normal_armv7 = 
                        LINK_WITH_STANDARD_LIBRARIES = YES
                        LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0
                        LLVM_TARGET_TRIPLE_VENDOR = apple
                        LOCALIZABLE_CONTENT_DIR = 
                        LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                        LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
                        LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                        LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                        LOCAL_APPS_DIR = /Applications
                        LOCAL_DEVELOPER_DIR = /Library/Developer
                        LOCAL_LIBRARY_DIR = /Library
                        LOCROOT = 
                        LOCSYMROOT = 
                        MACH_O_TYPE = mh_execute
                        MAC_OS_X_PRODUCT_BUILD_VERSION = 18G95
                        MAC_OS_X_VERSION_ACTUAL = 101406
                        MAC_OS_X_VERSION_MAJOR = 101400
                        MAC_OS_X_VERSION_MINOR = 1406
                        METAL_LIBRARY_FILE_BASE = default
                        METAL_LIBRARY_OUTPUT_DIR = /www/XXXXXX/build/ios/Debug-iphoneos/Runner.app
                        MODULES_FOLDER_PATH = Runner.app/Modules
                        MODULE_CACHE_DIR = /Users/jeter/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
                        MTL_ENABLE_DEBUG_INFO = YES
                        NATIVE_ARCH = armv7
                        NATIVE_ARCH_32_BIT = i386
                        NATIVE_ARCH_64_BIT = x86_64
                        NATIVE_ARCH_ACTUAL = x86_64
                        NO_COMMON = YES
                        OBJECT_FILE_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects
                        OBJECT_FILE_DIR_normal =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
                        OBJROOT = /www/XXXXXX/build/ios
                        ONLY_ACTIVE_ARCH = YES
                        OS = MACOS
                        OSAC = /usr/bin/osacompile
                        OTHER_LDFLAGS =  -ObjC -l"sqlite3" -framework "FMDB" -framework "Flutter" -framework
                        "Reachability" -framework "SystemConfiguration" -framework "connectivity" -framework
                        "device_info" -framework "install_plugin" -framework "package_info" -framework
                        "path_provider" -framework "permission_handler" -framework "screen" -framework
                        "shared_preferences" -framework "sqflite" -framework "url_launcher" -framework
                        "video_player" -framework "webview_flutter" -ObjC -l"sqlite3" -framework "FMDB"
                        -framework "Flutter" -framework "Reachability" -framework "SystemConfiguration"
                        -framework "connectivity" -framework "device_info" -framework "install_plugin"
                        -framework "package_info" -framework "path_provider" -framework "permission_handler"
                        -framework "screen" -framework "shared_preferences" -framework "sqflite" -framework
                        "url_launcher" -framework "video_player" -framework "webview_flutter"
                        OTHER_SWIFT_FLAGS =  -D COCOAPODS -D COCOAPODS
                        PACKAGE_TYPE = com.apple.package-type.wrapper.application
                        PASCAL_STRINGS = YES
                        PATH =
                        /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/mysql@5.7/bin:/www/fl
                        utter/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/sbin:/usr/local/
                        sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
                        PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include
                        /System/Library/Frameworks /System/Library/PrivateFrameworks
                        /Applications/Xcode.app/Contents/Developer/Headers
                        /Applications/Xcode.app/Contents/Developer/SDKs
                        /Applications/Xcode.app/Contents/Developer/Platforms
                        PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
                        PFE_FILE_C_DIALECTS = objective-c
                        PKGINFO_FILE_PATH =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
                        PKGINFO_PATH = Runner.app/PkgInfo
                        PLATFORM_DEVELOPER_APPLICATIONS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applic
                        ations
                        PLATFORM_DEVELOPER_BIN_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bi
                        n
                        PLATFORM_DEVELOPER_LIBRARY_DIR =
                        /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
                        veloper/Library
                        PLATFORM_DEVELOPER_SDK_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
                        PLATFORM_DEVELOPER_TOOLS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
                        PLATFORM_DEVELOPER_USR_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
                        PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
                        PLATFORM_DISPLAY_NAME = iOS
                        PLATFORM_NAME = iphoneos
                        PLATFORM_PREFERRED_ARCH = arm64
                        PLATFORM_PRODUCT_BUILD_VERSION = 17B102
                        PLIST_FILE_OUTPUT_FORMAT = binary
                        PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                        PODS_BUILD_DIR = /www/XXXXXX/build/ios
                        PODS_CONFIGURATION_BUILD_DIR = /www/XXXXXX/build/ios/Debug-iphoneos
                        PODS_PODFILE_DIR_PATH = /www/XXXXXX/ios/.
                        PODS_ROOT = /www/XXXXXX/ios/Pods
                        PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                        PRECOMP_DESTINATION_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
                        PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                        PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                        PRODUCT_BUNDLE_IDENTIFIER = com.kingfisher.XXXXXX
                        PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                        PRODUCT_MODULE_NAME = Runner
                        PRODUCT_NAME = Runner
                        PRODUCT_SETTINGS_PATH = /www/XXXXXX/ios/Runner/Info.plist
                        PRODUCT_TYPE = com.apple.product-type.application
                        PROFILING_CODE = NO
                        PROJECT = Runner
                        PROJECT_DERIVED_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/DerivedSources
                        PROJECT_DIR = /www/XXXXXX/ios
                        PROJECT_FILE_PATH = /www/XXXXXX/ios/Runner.xcodeproj
                        PROJECT_NAME = Runner
                        PROJECT_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build
                        PROJECT_TEMP_ROOT = /www/XXXXXX/build/ios
                        PROVISIONING_PROFILE_REQUIRED = YES
                        PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                        RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                        REMOVE_CVS_FROM_RESOURCES = YES
                        REMOVE_GIT_FROM_RESOURCES = YES
                        REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                        REMOVE_HG_FROM_RESOURCES = YES
                        REMOVE_SVN_FROM_RESOURCES = YES
                        RESOURCE_RULES_REQUIRED = YES
                        REZ_COLLECTOR_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResource
                        s
                        REZ_OBJECTS_DIR =
                        /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResource
                        s/Objects
                        SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                        SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                        SDKROOT =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
                        PhoneOS13.2.sdk
                        SDK_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
                        PhoneOS13.2.sdk
                        SDK_DIR_iphoneos13_2 =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
                        PhoneOS13.2.sdk
                        SDK_NAME = iphoneos13.2
                        SDK_NAMES = iphoneos13.2
                        SDK_PRODUCT_BUILD_VERSION = 17B102
                        SDK_VERSION = 13.2
                        SDK_VERSION_ACTUAL = 130200
                        SDK_VERSION_MAJOR = 130000
                        SDK_VERSION_MINOR = 200
                        SED = /usr/bin/sed
                        SEPARATE_STRIP = NO
                        SEPARATE_SYMBOL_EDIT = NO
                        SET_DIR_MODE_OWNER_GROUP = YES
                        SET_FILE_MODE_OWNER_GROUP = NO
                        SHALLOW_BUNDLE = YES
                        SHARED_DERIVED_FILE_DIR = /www/XXXXXX/build/ios/Debug-iphoneos/DerivedSources
                        SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                        SHARED_PRECOMPS_DIR = /www/XXXXXX/build/ios/SharedPrecompiledHeaders
                        SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                        SKIP_INSTALL = NO
                        SOURCE_ROOT = /www/XXXXXX/ios
                        SRCROOT = /www/XXXXXX/ios
                        STRINGS_FILE_OUTPUT_ENCODING = binary
                        STRIP_BITCODE_FROM_COPIED_FILES = YES
                        STRIP_INSTALLED_PRODUCT = YES
                        STRIP_STYLE = all
                        STRIP_SWIFT_SYMBOLS = YES
                        SUPPORTED_DEVICE_FAMILIES = 1,2
                        SUPPORTED_PLATFORMS = iphonesimulator iphoneos
                        SUPPORTS_MACCATALYST = NO
                        SUPPORTS_TEXT_BASED_API = NO
                        SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                        SWIFT_OPTIMIZATION_LEVEL = -Onone
                        SWIFT_PLATFORM_TARGET_PREFIX = ios
                        SWIFT_VERSION = 4.0
                        SYMROOT = /www/XXXXXX/build/ios
                        SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                        SYSTEM_APPS_DIR = /Applications
                        SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                        SYSTEM_DEMOS_DIR = /Applications/Extras
                        SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        SYSTEM_DEVELOPER_DEMOS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
                        SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
                        Library
                        SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
                        SYSTEM_DEVELOPER_JAVA_TOOLS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
                        SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR =
                        /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
                        SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC
                        Reference Library/releasenotes
                        SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
                        SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC
                        Reference Library/documentation/DeveloperTools
                        SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR =
                        /Applications/Xcode.app/Contents/Developer/ADC Reference
                        Library/releasenotes/DeveloperTools
                        SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        SYSTEM_DEVELOPER_UTILITIES_DIR =
                        /Applications/Xcode.app/Contents/Developer/Applications/Utilities
                        SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
                        SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
                        SYSTEM_LIBRARY_DIR = /System/Library
                        TAPI_VERIFY_MODE = ErrorsOnly
                        TARGETED_DEVICE_FAMILY = 1,2
                        TARGETNAME = Runner
                        TARGET_BUILD_DIR = /www/XXXXXX/build/ios/Debug-iphoneos
                        TARGET_NAME = Runner
                        TARGET_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build
                        TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build
                        TEMP_FILES_DIR = /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build
                        TEMP_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/Debug-iphoneos/Runner.build
                        TEMP_ROOT = /www/XXXXXX/build/ios
                        TOOLCHAIN_DIR =
                        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                        UID = 501
                        UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                        UNSTRIPPED_PRODUCT = NO
                        USER = jeter
                        USER_APPS_DIR = /Users/jeter/Applications
                        USER_LIBRARY_DIR = /Users/jeter/Library
                        USE_DYNAMIC_NO_PIC = YES
                        USE_HEADERMAP = YES
                        USE_HEADER_SYMLINKS = NO
                        USE_LLVM_TARGET_TRIPLES = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
                        VALIDATE_PRODUCT = NO
                        VALIDATE_WORKSPACE = NO
                        VALID_ARCHS = arm64 arm64e armv7 armv7s
                        VERBOSE_PBXCP = NO
                        VERSIONING_SYSTEM = apple-generic
                        VERSIONPLIST_PATH = Runner.app/version.plist
                        VERSION_INFO_BUILDER = jeter
                        VERSION_INFO_FILE = Runner_vers.c
                        VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-1.0.4"
                        WRAPPER_EXTENSION = app
                        WRAPPER_NAME = Runner.app
                        WRAPPER_SUFFIX = .app
                        WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                        XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
                        XCODE_PRODUCT_BUILD_VERSION = 11C29
                        XCODE_VERSION_ACTUAL = 1130
                        XCODE_VERSION_MAJOR = 1100
                        XCODE_VERSION_MINOR = 1130
                        XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                        YACC = yacc
                        arch = armv7
                        variant = normal
[  +69 ms] Launching lib/main.dart on BKK AL10 in debug mode...
[  +11 ms] executing: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree
/www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml
[  +18 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree
/www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.4" (Raw: "1.0.4")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
               A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
               A: package="com.kingfisher.XXXXXX" (Raw: "com.kingfisher.XXXXXX")
               A: platformBuildVersionCode=(type 0x10)0x1
               A: platformBuildVersionName="1.0.4" (Raw: "1.0.4")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw:
                 "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw:
                 "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.REQUEST_INSTALL_PACKAGES" (Raw:
                 "android.permission.REQUEST_INSTALL_PACKAGES")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw:
                 "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=20)
                 A: android:name(0x01010003)="android.permission.ACCESS_WIFI_STATE" (Raw:
                 "android.permission.ACCESS_WIFI_STATE")
               E: application (line=28)
                 A: android:label(0x01010001)="XXXXXX" (Raw: "XXXXXX")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw:
                 "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=34)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.kingfisher.XXXXXX.MainActivity" (Raw:
                   "com.kingfisher.XXXXXX.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=48)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw:
                     "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=52)
                     E: action (line=53)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw:
                       "android.intent.action.MAIN")
                     E: category (line=55)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: provider (line=59)
                   A: android:name(0x01010003)="com.zaihui.installplugin.FileProvider" (Raw:
                   "com.zaihui.installplugin.FileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.kingfisher.XXXXXX.fileProvider.install" (Raw:
                   "com.kingfisher.XXXXXX.fileProvider.install")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=64)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw:
                     "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0c0000
                 E: activity (line=69)
                   A: android:theme(0x01010000)=@0x01030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw:
                   "io.flutter.plugins.urllauncher.WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   +7 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell -x logcat
-v time -s flutter
[   +4 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb version
[  +17 ms] Android Debug Bridge version 1.0.41
           Version 29.0.5-5949299
           Installed as /Users/jeter/Library/Android/sdk/platform-tools/adb
[   +2 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb start-server
[   +6 ms] Building APK
[  +16 ms] Running Gradle task 'assembleDebug'...
[   +1 ms] gradle.properties already sets `android.enableR8`
[   +2 ms] Using gradle from /www/XXXXXX/android/gradlew.
[  +13 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[  +11 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android
Studio.app/Contents/Info.plist
[        ] {"CFBundleName":"Android
Studio","JVMOptions":{"MainClass":"com.intellij.idea.Main","ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.
jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/l
ib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Cont
ents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","Properties":{"idea.home.path":"$APP_PACKAGE\/Contents","idea.exec
utable":"studio","idea.platform.prefix":"AndroidStudio","idea.paths.selector":"AndroidStudio3.5"},"WorkingDirec
tory":"$APP_PACKAGE\/Contents\/bin"},"LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-191.8026.42.35.6
010548","CFBundleDevelopmentRegion":"English","CFBundleDocumentTypes":[{"CFBundleTypeExtensions":["ipr"],"CFBun
dleTypeName":"Android Studio Project
File","CFBundleTypeIconFile":"studio.icns","CFBundleTypeRole":"Editor"},{"CFBundleTypeExtensions":["*"],"CFBund
leTypeOSTypes":["****"],"LSTypeIsPackage":false,"CFBundleTypeName":"All
documents","CFBundleTypeRole":"Editor"}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APP
L","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"3.5","CFBundle
InfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","LSRequiresNativeExecution":"YES","CFBundleURLTypes"
:[{"CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"],"CFBundleTypeRole":"Editor"}],"CFBundleIdentifi
er":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSign
ature":"????","LSMinimumSystemVersion":"10.8","CFBundleGetInfoString":"Android Studio 3.5, build
AI-191.8026.42.35.6010548. Copyright JetBrains s.r.o., (c) 2000-2019"}
[   +4 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[  +72 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[        ] openjdk version "1.8.0_202-release"
           OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
           OpenJDK 64-Bit Server VM (build 25.202-b49-5587405, mixed mode)
[   +2 ms] executing: [/www/XXXXXX/android/] /www/XXXXXX/android/gradlew -Pverbose=true
-Ptarget=/www/XXXXXX/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root
-Ptarget-platform=android-arm64 assembleDebug
[ +586 ms] Starting a Gradle Daemon (subsequent builds will be faster)
[+7391 ms] > Task :app:compileFlutterBuildDebug UP-TO-DATE
[  +97 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :connectivity:preBuild UP-TO-DATE
[        ] > Task :connectivity:preDebugBuild UP-TO-DATE
[        ] > Task :connectivity:checkDebugManifest UP-TO-DATE
[        ] > Task :connectivity:processDebugManifest UP-TO-DATE
[        ] > Task :device_info:preBuild UP-TO-DATE
[        ] > Task :device_info:preDebugBuild UP-TO-DATE
[        ] > Task :device_info:checkDebugManifest UP-TO-DATE
[        ] > Task :device_info:processDebugManifest UP-TO-DATE
[        ] > Task :install_plugin:preBuild UP-TO-DATE
[        ] > Task :install_plugin:preDebugBuild UP-TO-DATE
[        ] > Task :install_plugin:checkDebugManifest UP-TO-DATE
[        ] > Task :install_plugin:processDebugManifest UP-TO-DATE
[        ] > Task :package_info:preBuild UP-TO-DATE
[        ] > Task :package_info:preDebugBuild UP-TO-DATE
[        ] > Task :package_info:checkDebugManifest UP-TO-DATE
[        ] > Task :package_info:processDebugManifest UP-TO-DATE
[        ] > Task :path_provider:preBuild UP-TO-DATE
[        ] > Task :path_provider:preDebugBuild UP-TO-DATE
[        ] > Task :path_provider:checkDebugManifest UP-TO-DATE
[        ] > Task :path_provider:processDebugManifest UP-TO-DATE
[        ] > Task :permission_handler:preBuild UP-TO-DATE
[        ] > Task :permission_handler:preDebugBuild UP-TO-DATE
[        ] > Task :permission_handler:checkDebugManifest UP-TO-DATE
[        ] > Task :permission_handler:processDebugManifest UP-TO-DATE
[        ] > Task :screen:preBuild UP-TO-DATE
[        ] > Task :screen:preDebugBuild UP-TO-DATE
[        ] > Task :screen:checkDebugManifest UP-TO-DATE
[        ] > Task :screen:processDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:preBuild UP-TO-DATE
[        ] > Task :shared_preferences:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences:checkDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:processDebugManifest UP-TO-DATE
[        ] > Task :sqflite:preBuild UP-TO-DATE
[        ] > Task :sqflite:preDebugBuild UP-TO-DATE
[        ] > Task :sqflite:checkDebugManifest UP-TO-DATE
[        ] > Task :sqflite:processDebugManifest UP-TO-DATE
[        ] > Task :url_launcher:preBuild UP-TO-DATE
[        ] > Task :url_launcher:preDebugBuild UP-TO-DATE
[        ] > Task :url_launcher:checkDebugManifest UP-TO-DATE
[        ] > Task :url_launcher:processDebugManifest UP-TO-DATE
[        ] > Task :video_player:preBuild UP-TO-DATE
[        ] > Task :video_player:preDebugBuild UP-TO-DATE
[        ] > Task :video_player:checkDebugManifest UP-TO-DATE
[        ] > Task :video_player:processDebugManifest UP-TO-DATE
[        ] > Task :webview_flutter:preBuild UP-TO-DATE
[        ] > Task :webview_flutter:preDebugBuild UP-TO-DATE
[        ] > Task :webview_flutter:checkDebugManifest UP-TO-DATE
[  +91 ms] > Task :webview_flutter:processDebugManifest UP-TO-DATE
[ +100 ms] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :connectivity:compileDebugAidl NO-SOURCE
[        ] > Task :device_info:compileDebugAidl NO-SOURCE
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with JetifyTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with JetifyTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with JetifyTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with JetifyTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with
JetifyTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0) with JetifyTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with JetifyTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with ExtractAarTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with ExtractAarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with ExtractAarTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with ExtractAarTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0) with ExtractAarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with JetifyTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with ExtractAarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with
ExtractAarTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with AarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with AarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with ExtractAarTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0) with AarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with AarTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with AarTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with JetifyTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with AarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with JetifyTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with JetifyTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with ExtractAarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with AarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with ExtractAarTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with ExtractAarTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with AarTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with AarTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with JetifyTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with AarTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with ExtractAarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with JetifyTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with JetifyTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with JetifyTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with ExtractAarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0) with JetifyTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with ExtractAarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with JetifyTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with JetifyTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with ExtractAarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with ExtractAarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with AarTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with AarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with AarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with ExtractAarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with AarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with AarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0) with ExtractAarTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with AarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with JetifyTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with ExtractAarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with JetifyTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with JetifyTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with ExtractAarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with JetifyTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with JetifyTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with ExtractAarTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with ExtractAarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0) with JetifyTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with JetifyTransform
[        ] > Task :package_info:compileDebugAidl NO-SOURCE
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with ExtractAarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0) with ExtractAarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with ExtractAarTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with AarTransform
[        ] > Task :path_provider:compileDebugAidl NO-SOURCE
[        ] > Transform media.aar (androidx.media:media:1.0.0) with AarTransform
[        ] > Task :permission_handler:compileDebugAidl NO-SOURCE
[        ] > Task :screen:compileDebugAidl NO-SOURCE
[        ] > Task :shared_preferences:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:compileDebugAidl NO-SOURCE
[        ] > Task :url_launcher:compileDebugAidl NO-SOURCE
[        ] > Task :video_player:compileDebugAidl NO-SOURCE
[        ] > Task :webview_flutter:compileDebugAidl NO-SOURCE
[        ] > Task :connectivity:packageDebugRenderscript NO-SOURCE
[        ] > Task :device_info:packageDebugRenderscript NO-SOURCE
[        ] > Task :install_plugin:packageDebugRenderscript NO-SOURCE
[        ] > Task :package_info:packageDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:packageDebugRenderscript NO-SOURCE
[        ] > Task :permission_handler:packageDebugRenderscript NO-SOURCE
[        ] > Task :screen:packageDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:packageDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:packageDebugRenderscript NO-SOURCE
[        ] > Task :url_launcher:packageDebugRenderscript NO-SOURCE
[        ] > Task :video_player:packageDebugRenderscript NO-SOURCE
[        ] > Task :webview_flutter:packageDebugRenderscript NO-SOURCE
[        ] > Transform core.aar (androidx.core:core:1.0.0) with AarTransform
[        ] > Task :app:compileDebugRenderscript UP-TO-DATE
[        ] > Task :install_plugin:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[  +81 ms] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity:mergeDebugShaders UP-TO-DATE
[        ] > Task :connectivity:compileDebugShaders UP-TO-DATE
[        ] > Task :connectivity:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity:packageDebugAssets UP-TO-DATE
[        ] > Task :device_info:mergeDebugShaders UP-TO-DATE
[        ] > Task :device_info:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :device_info:generateDebugAssets UP-TO-DATE
[        ] > Task :device_info:packageDebugAssets UP-TO-DATE
[        ] > Task :install_plugin:mergeDebugShaders UP-TO-DATE
[        ] > Task :install_plugin:compileDebugShaders UP-TO-DATE
[        ] > Task :install_plugin:generateDebugAssets UP-TO-DATE
[        ] > Task :install_plugin:packageDebugAssets UP-TO-DATE
[        ] > Task :package_info:mergeDebugShaders UP-TO-DATE
[        ] > Task :package_info:compileDebugShaders UP-TO-DATE
[        ] > Task :package_info:generateDebugAssets UP-TO-DATE
[        ] > Task :package_info:packageDebugAssets UP-TO-DATE
[        ] > Task :path_provider:mergeDebugShaders UP-TO-DATE
[        ] > Task :path_provider:compileDebugShaders UP-TO-DATE
[        ] > Task :path_provider:generateDebugAssets UP-TO-DATE
[        ] > Task :path_provider:packageDebugAssets UP-TO-DATE
[        ] > Task :permission_handler:mergeDebugShaders UP-TO-DATE
[        ] > Task :permission_handler:compileDebugShaders UP-TO-DATE
[        ] > Task :permission_handler:generateDebugAssets UP-TO-DATE
[        ] > Task :permission_handler:packageDebugAssets UP-TO-DATE
[        ] > Task :screen:mergeDebugShaders UP-TO-DATE
[        ] > Task :screen:compileDebugShaders UP-TO-DATE
[        ] > Task :screen:generateDebugAssets UP-TO-DATE
[        ] > Task :screen:packageDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:packageDebugAssets UP-TO-DATE
[        ] > Task :sqflite:mergeDebugShaders UP-TO-DATE
[        ] > Task :sqflite:compileDebugShaders UP-TO-DATE
[        ] > Task :sqflite:generateDebugAssets UP-TO-DATE
[        ] > Task :sqflite:packageDebugAssets UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:compileDebugShaders UP-TO-DATE
[        ] > Task :url_launcher:generateDebugAssets UP-TO-DATE
[        ] > Task :url_launcher:packageDebugAssets UP-TO-DATE
[        ] > Task :video_player:mergeDebugShaders UP-TO-DATE
[        ] > Task :video_player:compileDebugShaders UP-TO-DATE
[        ] > Task :video_player:generateDebugAssets UP-TO-DATE
[  +97 ms] > Task :video_player:packageDebugAssets UP-TO-DATE
[        ] > Task :webview_flutter:mergeDebugShaders UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugShaders UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugAssets UP-TO-DATE
[        ] > Task :webview_flutter:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +594 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[   +1 ms] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :connectivity:compileDebugRenderscript UP-TO-DATE
[        ] > Task :connectivity:generateDebugResValues UP-TO-DATE
[        ] > Task :connectivity:generateDebugResources UP-TO-DATE
[        ] > Task :connectivity:packageDebugResources UP-TO-DATE
[        ] > Task :device_info:compileDebugRenderscript UP-TO-DATE
[        ] > Task :device_info:generateDebugResValues UP-TO-DATE
[        ] > Task :device_info:generateDebugResources UP-TO-DATE
[        ] > Task :device_info:packageDebugResources UP-TO-DATE
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with AarTransform
[   +2 ms] > Transform print.aar (androidx.print:print:1.0.0) with AarTransform
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with AarTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with AarTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with AarTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with AarTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with AarTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with AarTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with AarTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with AarTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with AarTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0) with AarTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with AarTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with AarTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with AarTransform
[   +5 ms] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with AarTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with AarTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with AarTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with AarTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with AarTransform
[        ] > Transform aapt2-osx.jar (com.android.tools.build:aapt2:3.3.0-5013011) with Aapt2Extractor
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with AarTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with AarTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with AarTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0) with AarTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with AarTransform
[        ] > Task :install_plugin:generateDebugResValues UP-TO-DATE
[        ] > Task :install_plugin:compileDebugRenderscript UP-TO-DATE
[        ] > Task :install_plugin:generateDebugResources UP-TO-DATE
[        ] > Task :install_plugin:packageDebugResources UP-TO-DATE
[  +85 ms] > Task :package_info:compileDebugRenderscript UP-TO-DATE
[        ] > Task :package_info:generateDebugResValues UP-TO-DATE
[        ] > Task :package_info:generateDebugResources UP-TO-DATE
[        ] > Task :package_info:packageDebugResources UP-TO-DATE
[        ] > Task :path_provider:compileDebugRenderscript UP-TO-DATE
[        ] > Task :path_provider:generateDebugResValues UP-TO-DATE
[        ] > Task :path_provider:generateDebugResources UP-TO-DATE
[        ] > Task :path_provider:packageDebugResources UP-TO-DATE
[        ] > Task :permission_handler:compileDebugRenderscript UP-TO-DATE
[        ] > Task :permission_handler:generateDebugResValues UP-TO-DATE
[        ] > Task :permission_handler:generateDebugResources UP-TO-DATE
[        ] > Task :permission_handler:packageDebugResources UP-TO-DATE
[  +97 ms] > Task :screen:compileDebugRenderscript UP-TO-DATE
[        ] > Task :screen:generateDebugResValues UP-TO-DATE
[        ] > Task :screen:generateDebugResources UP-TO-DATE
[        ] > Task :screen:packageDebugResources UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugRenderscript UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugResources UP-TO-DATE
[        ] > Task :shared_preferences:packageDebugResources UP-TO-DATE
[        ] > Task :sqflite:compileDebugRenderscript UP-TO-DATE
[        ] > Task :sqflite:generateDebugResValues UP-TO-DATE
[        ] > Task :sqflite:generateDebugResources UP-TO-DATE
[        ] > Task :sqflite:packageDebugResources UP-TO-DATE
[        ] > Task :url_launcher:compileDebugRenderscript UP-TO-DATE
[        ] > Task :url_launcher:generateDebugResValues UP-TO-DATE
[        ] > Task :url_launcher:generateDebugResources UP-TO-DATE
[        ] > Task :url_launcher:packageDebugResources UP-TO-DATE
[        ] > Task :video_player:compileDebugRenderscript UP-TO-DATE
[        ] > Task :video_player:generateDebugResValues UP-TO-DATE
[        ] > Task :video_player:generateDebugResources UP-TO-DATE
[ +100 ms] > Task :video_player:packageDebugResources UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugRenderscript UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugResValues UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugResources UP-TO-DATE
[        ] > Task :webview_flutter:packageDebugResources UP-TO-DATE
[  +97 ms] > Task :app:mergeDebugResources UP-TO-DATE
[        ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :connectivity:generateDebugRFile UP-TO-DATE
[        ] > Task :device_info:generateDebugRFile UP-TO-DATE
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with LibrarySymbolTableTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with LibrarySymbolTableTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with
LibrarySymbolTableTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with LibrarySymbolTableTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with LibrarySymbolTableTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with
LibrarySymbolTableTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0) with LibrarySymbolTableTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with LibrarySymbolTableTransform
[        ] > Task :package_info:generateDebugRFile UP-TO-DATE
[        ] > Task :install_plugin:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider:generateDebugRFile UP-TO-DATE
[        ] > Task :permission_handler:generateDebugRFile UP-TO-DATE
[        ] > Task :screen:generateDebugRFile UP-TO-DATE
[  +96 ms] > Task :shared_preferences:generateDebugRFile UP-TO-DATE
[        ] > Task :sqflite:generateDebugRFile UP-TO-DATE
[        ] > Task :url_launcher:generateDebugRFile UP-TO-DATE
[        ] > Task :video_player:generateDebugRFile UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :connectivity:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :connectivity:prepareLintJar UP-TO-DATE
[        ] > Task :connectivity:generateDebugSources UP-TO-DATE
[        ] > Task :connectivity:javaPreCompileDebug UP-TO-DATE
[        ] > Task :connectivity:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :connectivity:processDebugJavaRes NO-SOURCE
[        ] > Task :connectivity:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :device_info:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :device_info:prepareLintJar UP-TO-DATE
[        ] > Task :device_info:generateDebugSources UP-TO-DATE
[        ] > Task :device_info:javaPreCompileDebug UP-TO-DATE
[  +93 ms] > Task :device_info:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :device_info:processDebugJavaRes NO-SOURCE
[        ] > Task :device_info:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Transform cursoradapter.aar (androidx.cursoradapter:cursoradapter:1.0.0) with AarCompileClassesTransform
[        ] > Transform interpolator.aar (androidx.interpolator:interpolator:1.0.0) with AarCompileClassesTransform
[        ] > Transform print.aar (androidx.print:print:1.0.0) with AarCompileClassesTransform
[        ] > Transform localbroadcastmanager.aar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0) with
AarCompileClassesTransform
[        ] > Transform annotations.jar (org.jetbrains:annotations:13.0) with JetifyTransform
[        ] > Transform documentfile.aar (androidx.documentfile:documentfile:1.0.0) with AarCompileClassesTransform
[        ] > Transform versionedparcelable.aar (androidx.versionedparcelable:versionedparcelable:1.0.0) with
AarCompileClassesTransform
[        ] > Transform lifecycle-viewmodel.aar (androidx.lifecycle:lifecycle-viewmodel:2.0.0) with AarCompileClassesTransform
[        ] > Transform kotlin-stdlib.jar (org.jetbrains.kotlin:kotlin-stdlib:1.3.20) with JetifyTransform
[        ] > Transform kotlin-stdlib-common.jar (org.jetbrains.kotlin:kotlin-stdlib-common:1.3.20) with JetifyTransform
[        ] > Transform annotation.jar (androidx.annotation:annotation:1.0.0) with JetifyTransform
[        ] > Transform collection.jar (androidx.collection:collection:1.0.0) with JetifyTransform
[        ] > Transform annotations.jar (org.jetbrains:annotations:13.0) with IdentityTransform
[        ] > Transform core-runtime.aar (androidx.arch.core:core-runtime:2.0.0) with AarCompileClassesTransform
[        ] > Transform annotation.jar (androidx.annotation:annotation:1.0.0) with IdentityTransform
[        ] > Transform core-common.jar (androidx.arch.core:core-common:2.0.0) with JetifyTransform
[        ] > Transform kotlin-stdlib.jar (org.jetbrains.kotlin:kotlin-stdlib:1.3.20) with IdentityTransform
[        ] > Transform kotlin-stdlib-common.jar (org.jetbrains.kotlin:kotlin-stdlib-common:1.3.20) with IdentityTransform
[        ] > Transform collection.jar (androidx.collection:collection:1.0.0) with IdentityTransform
[        ] > Transform core-common.jar (androidx.arch.core:core-common:2.0.0) with IdentityTransform
[        ] > Transform lifecycle-livedata-core.aar (androidx.lifecycle:lifecycle-livedata-core:2.0.0) with
AarCompileClassesTransform
[        ] > Transform lifecycle-common.jar (androidx.lifecycle:lifecycle-common:2.0.0) with JetifyTransform
[        ] > Transform lifecycle-livedata.aar (androidx.lifecycle:lifecycle-livedata:2.0.0) with AarCompileClassesTransform
[        ] > Transform lifecycle-runtime.aar (androidx.lifecycle:lifecycle-runtime:2.0.0) with AarCompileClassesTransform
[        ] > Transform core.aar (androidx.core:core:1.0.0) with AarCompileClassesTransform
[        ] > Transform asynclayoutinflater.aar (androidx.asynclayoutinflater:asynclayoutinflater:1.0.0) with
AarCompileClassesTransform
[        ] > Transform swiperefreshlayout.aar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0) with
AarCompileClassesTransform
[        ] > Transform customview.aar (androidx.customview:customview:1.0.0) with AarCompileClassesTransform
[        ] > Transform slidingpanelayout.aar (androidx.slidingpanelayout:slidingpanelayout:1.0.0) with
AarCompileClassesTransform
[        ] > Transform drawerlayout.aar (androidx.drawerlayout:drawerlayout:1.0.0) with AarCompileClassesTransform
[        ] > Transform coordinatorlayout.aar (androidx.coordinatorlayout:coordinatorlayout:1.0.0) with
AarCompileClassesTransform
[        ] > Transform viewpager.aar (androidx.viewpager:viewpager:1.0.0) with AarCompileClassesTransform
[        ] > Transform loader.aar (androidx.loader:loader:1.0.0) with AarCompileClassesTransform
[        ] > Transform legacy-support-core-utils.aar (androidx.legacy:legacy-support-core-utils:1.0.0) with
AarCompileClassesTransform
[        ] > Transform lifecycle-common.jar (androidx.lifecycle:lifecycle-common:2.0.0) with IdentityTransform
[        ] > Transform legacy-support-core-ui.aar (androidx.legacy:legacy-support-core-ui:1.0.0) with AarCompileClassesTransform
[        ] > Transform fragment.aar (androidx.fragment:fragment:1.0.0) with AarCompileClassesTransform
[        ] > Transform media.aar (androidx.media:media:1.0.0) with AarCompileClassesTransform
[        ] > Transform legacy-support-v4.aar (androidx.legacy:legacy-support-v4:1.0.0) with AarCompileClassesTransform
[        ] > Transform lifecycle-common-java8.jar (androidx.lifecycle:lifecycle-common-java8:2.0.0) with JetifyTransform
[        ] > Transform kotlin-stdlib-jdk7.jar (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.20) with JetifyTransform
[        ] > Transform flutter_embedding_debug.jar
(io.flutter:flutter_embedding_debug:1.0.0-2994f7e1e682039464cb25e31a78b86a3c59b695) with JetifyTransform
[        ] > Task :install_plugin:generateDebugBuildConfig UP-TO-DATE
[        ] > Transform lifecycle-common-java8.jar (androidx.lifecycle:lifecycle-common-java8:2.0.0) with IdentityTransform
[        ] > Transform kotlin-stdlib-jdk7.jar (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.20) with IdentityTransform
[        ] > Transform flutter_embedding_debug.jar
(io.flutter:flutter_embedding_debug:1.0.0-2994f7e1e682039464cb25e31a78b86a3c59b695) with IdentityTransform
[        ] > Task :install_plugin:prepareLintJar UP-TO-DATE
[ +190 ms] > Task :install_plugin:compileDebugKotlin UP-TO-DATE
[        ] > Task :install_plugin:generateDebugSources UP-TO-DATE
[        ] > Task :install_plugin:javaPreCompileDebug UP-TO-DATE
[        ] > Task :install_plugin:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :install_plugin:processDebugJavaRes NO-SOURCE
[        ] > Task :install_plugin:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :package_info:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :package_info:prepareLintJar UP-TO-DATE
[        ] > Task :package_info:generateDebugSources UP-TO-DATE
[        ] > Task :package_info:javaPreCompileDebug UP-TO-DATE
[ +101 ms] > Task :package_info:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :package_info:processDebugJavaRes NO-SOURCE
[        ] > Task :package_info:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :path_provider:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :path_provider:prepareLintJar UP-TO-DATE
[        ] > Task :path_provider:generateDebugSources UP-TO-DATE
[        ] > Task :path_provider:javaPreCompileDebug UP-TO-DATE
[        ] > Task :path_provider:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :path_provider:processDebugJavaRes NO-SOURCE
[        ] > Task :path_provider:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :permission_handler:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :permission_handler:prepareLintJar UP-TO-DATE
[        ] > Task :permission_handler:generateDebugSources UP-TO-DATE
[        ] > Task :permission_handler:javaPreCompileDebug UP-TO-DATE
[        ] > Task :permission_handler:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :permission_handler:processDebugJavaRes NO-SOURCE
[        ] > Task :permission_handler:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :screen:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :screen:prepareLintJar UP-TO-DATE
[        ] > Task :screen:generateDebugSources UP-TO-DATE
[        ] > Task :screen:javaPreCompileDebug UP-TO-DATE
[        ] > Task :screen:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :screen:processDebugJavaRes NO-SOURCE
[        ] > Task :screen:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :shared_preferences:prepareLintJar UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugSources UP-TO-DATE
[        ] > Task :shared_preferences:javaPreCompileDebug UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :shared_preferences:processDebugJavaRes NO-SOURCE
[        ] > Task :shared_preferences:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :sqflite:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :sqflite:prepareLintJar UP-TO-DATE
[        ] > Task :sqflite:generateDebugSources UP-TO-DATE
[        ] > Task :sqflite:javaPreCompileDebug UP-TO-DATE
[  +93 ms] > Task :sqflite:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :sqflite:processDebugJavaRes NO-SOURCE
[        ] > Task :sqflite:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :url_launcher:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :url_launcher:prepareLintJar UP-TO-DATE
[        ] > Task :url_launcher:generateDebugSources UP-TO-DATE
[        ] > Task :url_launcher:javaPreCompileDebug UP-TO-DATE
[        ] > Task :url_launcher:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :url_launcher:processDebugJavaRes NO-SOURCE
[        ] > Task :url_launcher:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :video_player:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :video_player:prepareLintJar UP-TO-DATE
[        ] > Task :video_player:generateDebugSources UP-TO-DATE
[        ] > Task :video_player:javaPreCompileDebug UP-TO-DATE
[        ] > Task :video_player:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :video_player:processDebugJavaRes NO-SOURCE
[        ] > Task :video_player:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :webview_flutter:prepareLintJar UP-TO-DATE
[        ] > Task :webview_flutter:generateDebugSources UP-TO-DATE
[        ] > Task :webview_flutter:javaPreCompileDebug UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :webview_flutter:processDebugJavaRes NO-SOURCE
[        ] > Task :webview_flutter:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
[  +99 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[        ] > Task :app:prepareLintJar UP-TO-DATE
[        ] > Task :app:generateDebugSources UP-TO-DATE
[        ] > Task :app:javaPreCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :app:compileDebugNdk NO-SOURCE
[        ] > Task :app:compileDebugSources UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:signingConfigWriterDebug UP-TO-DATE
[ +198 ms] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[        ] > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE
[  +98 ms] > Task :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :connectivity:compileDebugNdk NO-SOURCE
[        ] > Task :connectivity:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :connectivity:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :connectivity:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :device_info:compileDebugNdk NO-SOURCE
[        ] > Task :device_info:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :device_info:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :device_info:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :install_plugin:compileDebugNdk NO-SOURCE
[        ] > Task :install_plugin:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :install_plugin:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :install_plugin:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :package_info:compileDebugNdk NO-SOURCE
[        ] > Task :package_info:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :package_info:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :package_info:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :path_provider:compileDebugNdk NO-SOURCE
[        ] > Task :path_provider:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :path_provider:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :path_provider:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :permission_handler:compileDebugNdk NO-SOURCE
[        ] > Task :permission_handler:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :permission_handler:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :permission_handler:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :screen:compileDebugNdk NO-SOURCE
[        ] > Task :screen:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :screen:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :screen:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugNdk NO-SOURCE
[        ] > Task :shared_preferences:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :sqflite:compileDebugNdk NO-SOURCE
[        ] > Task :sqflite:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :url_launcher:compileDebugNdk NO-SOURCE
[        ] > Task :url_launcher:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :url_launcher:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :url_launcher:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :video_player:compileDebugNdk NO-SOURCE
[        ] > Task :video_player:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :video_player:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :video_player:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugNdk NO-SOURCE
[        ] > Task :webview_flutter:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :webview_flutter:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :webview_flutter:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[  +97 ms] > Task :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
[        ] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :app:packageDebug UP-TO-DATE
[        ] > Task :app:assembleDebug UP-TO-DATE
[        ] > Task :connectivity:extractDebugAnnotations UP-TO-DATE
[        ] > Task :connectivity:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :connectivity:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :connectivity:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :connectivity:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[  +96 ms] > Task :connectivity:bundleDebugAar UP-TO-DATE
[        ] > Task :connectivity:compileDebugSources UP-TO-DATE
[        ] > Task :connectivity:assembleDebug UP-TO-DATE
[        ] > Task :device_info:extractDebugAnnotations UP-TO-DATE
[        ] > Task :device_info:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :device_info:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :device_info:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :device_info:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :device_info:bundleDebugAar UP-TO-DATE
[        ] > Task :device_info:compileDebugSources UP-TO-DATE
[        ] > Task :device_info:assembleDebug UP-TO-DATE
[        ] > Task :install_plugin:extractDebugAnnotations UP-TO-DATE
[        ] > Task :install_plugin:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :install_plugin:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :install_plugin:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :install_plugin:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :install_plugin:bundleDebugAar UP-TO-DATE
[        ] > Task :install_plugin:compileDebugSources UP-TO-DATE
[        ] > Task :install_plugin:assembleDebug UP-TO-DATE
[        ] > Task :package_info:extractDebugAnnotations UP-TO-DATE
[        ] > Task :package_info:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :package_info:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :package_info:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :package_info:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :package_info:bundleDebugAar UP-TO-DATE
[        ] > Task :package_info:compileDebugSources UP-TO-DATE
[        ] > Task :package_info:assembleDebug UP-TO-DATE
[        ] > Task :path_provider:extractDebugAnnotations UP-TO-DATE
[        ] > Task :path_provider:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :path_provider:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :path_provider:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :path_provider:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :path_provider:bundleDebugAar UP-TO-DATE
[        ] > Task :path_provider:compileDebugSources UP-TO-DATE
[        ] > Task :path_provider:assembleDebug UP-TO-DATE
[        ] > Task :permission_handler:extractDebugAnnotations UP-TO-DATE
[        ] > Task :permission_handler:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :permission_handler:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :permission_handler:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :permission_handler:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :permission_handler:bundleDebugAar UP-TO-DATE
[        ] > Task :permission_handler:compileDebugSources UP-TO-DATE
[        ] > Task :permission_handler:assembleDebug UP-TO-DATE
[  +96 ms] > Task :screen:extractDebugAnnotations UP-TO-DATE
[        ] > Task :screen:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :screen:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :screen:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :screen:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :screen:bundleDebugAar UP-TO-DATE
[        ] > Task :screen:compileDebugSources UP-TO-DATE
[        ] > Task :screen:assembleDebug UP-TO-DATE
[        ] > Task :shared_preferences:extractDebugAnnotations UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :shared_preferences:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :shared_preferences:bundleDebugAar UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugSources UP-TO-DATE
[        ] > Task :shared_preferences:assembleDebug UP-TO-DATE
[        ] > Task :sqflite:extractDebugAnnotations UP-TO-DATE
[        ] > Task :sqflite:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :sqflite:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :sqflite:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :sqflite:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :sqflite:bundleDebugAar UP-TO-DATE
[        ] > Task :sqflite:compileDebugSources UP-TO-DATE
[        ] > Task :sqflite:assembleDebug UP-TO-DATE
[        ] > Task :url_launcher:extractDebugAnnotations UP-TO-DATE
[        ] > Task :url_launcher:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :url_launcher:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :url_launcher:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :url_launcher:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :url_launcher:bundleDebugAar UP-TO-DATE
[  +95 ms] > Task :url_launcher:mergeDebugResources UP-TO-DATE
[        ] > Task :url_launcher:compileDebugSources UP-TO-DATE
[        ] > Task :url_launcher:assembleDebug UP-TO-DATE
[        ] > Task :video_player:extractDebugAnnotations UP-TO-DATE
[        ] > Task :video_player:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :video_player:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :video_player:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :video_player:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :video_player:bundleDebugAar UP-TO-DATE
[        ] > Task :video_player:compileDebugSources UP-TO-DATE
[        ] > Task :video_player:assembleDebug UP-TO-DATE
[        ] > Task :webview_flutter:extractDebugAnnotations UP-TO-DATE
[        ] > Task :webview_flutter:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :webview_flutter:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
[        ] > Task :webview_flutter:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :webview_flutter:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :webview_flutter:bundleDebugAar UP-TO-DATE
[        ] > Task :webview_flutter:compileDebugSources UP-TO-DATE
[        ] > Task :webview_flutter:assembleDebug UP-TO-DATE
[        ] BUILD SUCCESSFUL in 10s
[        ] 308 actionable tasks: 3 executed, 305 up-to-date
[ +421 ms] Running Gradle task 'assembleDebug'... (completed in 11.4s)
[ +109 ms] calculateSha: LocalDirectory: '/www/XXXXXX/build/app/outputs/apk'/app.apk
[  +85 ms] calculateSha: reading file took 84us
[ +639 ms] calculateSha: computing sha took 638us
[   +4 ms] ✓ Built build/app/outputs/apk/debug/app-debug.apk.
[   +2 ms] executing: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree
/www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml
[   +9 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree
/www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.4" (Raw: "1.0.4")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c
               A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
               A: package="com.kingfisher.XXXXXX" (Raw: "com.kingfisher.XXXXXX")
               A: platformBuildVersionCode=(type 0x10)0x1
               A: platformBuildVersionName="1.0.4" (Raw: "1.0.4")
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw:
                 "android.permission.READ_EXTERNAL_STORAGE")
               E: uses-permission (line=17)
                 A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw:
                 "android.permission.WRITE_EXTERNAL_STORAGE")
               E: uses-permission (line=18)
                 A: android:name(0x01010003)="android.permission.REQUEST_INSTALL_PACKAGES" (Raw:
                 "android.permission.REQUEST_INSTALL_PACKAGES")
               E: uses-permission (line=19)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw:
                 "android.permission.ACCESS_NETWORK_STATE")
               E: uses-permission (line=20)
                 A: android:name(0x01010003)="android.permission.ACCESS_WIFI_STATE" (Raw:
                 "android.permission.ACCESS_WIFI_STATE")
               E: application (line=28)
                 A: android:label(0x01010001)="XXXXXX" (Raw: "XXXXXX")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=34)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.kingfisher.XXXXXX.MainActivity" (Raw:
                   "com.kingfisher.XXXXXX.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x400037b4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=48)
                     A: android:name(0x01010003)="io.flutter.app.android.SplashScreenUntilFirstFrame" (Raw:
                     "io.flutter.app.android.SplashScreenUntilFirstFrame")
                     A: android:value(0x01010024)=(type 0x12)0xffffffff
                   E: intent-filter (line=52)
                     E: action (line=53)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=55)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: provider (line=59)
                   A: android:name(0x01010003)="com.zaihui.installplugin.FileProvider" (Raw:
                   "com.zaihui.installplugin.FileProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.kingfisher.XXXXXX.fileProvider.install" (Raw:
                   "com.kingfisher.XXXXXX.fileProvider.install")
                   A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff
                   E: meta-data (line=64)
                     A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw:
                     "android.support.FILE_PROVIDER_PATHS")
                     A: android:resource(0x01010025)=@0x7f0c0000
                 E: activity (line=69)
                   A: android:theme(0x01010000)=@0x01030007
                   A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw:
                   "io.flutter.plugins.urllauncher.WebViewActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   +2 ms] Stopping app 'app.apk' on BKK AL10.
[        ] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell am force-stop
com.kingfisher.XXXXXX
[ +113 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell pm list packages
com.kingfisher.XXXXXX
[ +757 ms] Installing APK.
[   +1 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb version
[  +16 ms] Android Debug Bridge version 1.0.41
           Version 29.0.5-5949299
           Installed as /Users/jeter/Library/Android/sdk/platform-tools/adb
[   +1 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb start-server
[   +8 ms] Installing build/app/outputs/apk/app.apk...
[        ] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 install -t -r
/www/XXXXXX/build/app/outputs/apk/app.apk
[+21073 ms] Performing Streamed Install
                     Success
[        ] Installing build/app/outputs/apk/app.apk... (completed in 21.1s)
[   +2 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell echo -n
5d52e4d760e8a22ff80d3418d62b732102dc63ef > /data/local/tmp/sky.com.kingfisher.XXXXXX.sha1
[  +38 ms] BKK AL10 startApp
[   +3 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell am start -a
android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez
enable-checked-mode true --ez verify-entry-points true com.kingfisher.XXXXXX/com.kingfisher.XXXXXX.MainActivity
[ +113 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.kingfisher.XXXXXX/.MainActivity (has extras)
}
[        ] Waiting for observatory port to be available...
[+1017 ms] E/flutter (20329): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
[ +183 ms] Observatory URL on device: http://127.0.0.1:33989/AAO4ENvuGxQ=/
[   +1 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 forward tcp:0 tcp:33989
[   +9 ms] 56674
[        ] Forwarded host port 56674 to device port 33989 for Observatory
[  +11 ms] Connecting to service protocol: http://127.0.0.1:56674/AAO4ENvuGxQ=/
[ +958 ms] Fail to connect to service protocol: http://127.0.0.1:56674/AAO4ENvuGxQ=/: HttpException: Connection closed before
full header was received, uri = http://127.0.0.1:56674/AAO4ENvuGxQ=/ws
[   +1 ms] Error connecting to the service protocol: failed to connect to http://127.0.0.1:56674/AAO4ENvuGxQ=/
[   +3 ms] "flutter run" took 40,468ms.

#0      throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:509:7)
<asynchronous suspension>
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:615:18)
#3      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#4      _rootRunUnary (dart:async/zone.dart:1134:38)
#5      _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#6      _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#7      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#8      Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#9      Future._completeWithValue (dart:async/future_impl.dart:524:5)
#10     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#11     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#12     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#13     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#14     _rootRunUnary (dart:async/zone.dart:1134:38)
#15     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#16     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#18     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#19     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#20     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#21     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#22     IosProject.isSwift (package:flutter_tools/src/project.dart)
#23     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#24     _rootRunUnary (dart:async/zone.dart:1134:38)
#25     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#26     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#27     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#28     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#29     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#30     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#31     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#32     IosProject.buildSettings (package:flutter_tools/src/project.dart)
#33     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#34     _rootRunUnary (dart:async/zone.dart:1134:38)
#35     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#36     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#37     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#38     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#39     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#40     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#41     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#42     XcodeProjectInterpreter.getBuildSettings (package:flutter_tools/src/ios/xcodeproj.dart)
#43     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#44     _rootRunUnary (dart:async/zone.dart:1134:38)
#45     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#46     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#47     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#48     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#49     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#50     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#51     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#52     _DefaultProcessUtils.run (package:flutter_tools/src/base/process.dart)
#53     _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:73:64)
#54     _rootRunUnary (dart:async/zone.dart:1134:38)
#55     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#56     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#57     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#58     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#59     Future._completeWithValue (dart:async/future_impl.dart:524:5)
#60     Future.wait.<anonymous closure> (dart:async/future.dart:400:22)
#61     _rootRunUnary (dart:async/zone.dart:1134:38)
#62     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#63     _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#64     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#65     Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#66     Future._complete (dart:async/future_impl.dart:514:7)
#67     _BufferingStreamSubscription.asFuture.<anonymous closure> (dart:async/stream_impl.dart:206:14)
#68     _rootRun (dart:async/zone.dart:1122:38)
#69     _CustomZone.run (dart:async/zone.dart:1023:19)
#70     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#71     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:391:13)
#72     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:401:15)
#73     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:285:7)
#74     _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:98:11)
#75     _EventSinkWrapper.close (dart:async/stream_transformers.dart:25:11)
#76     _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
#77     _Utf8ConversionSink.close (dart:convert/string_conversion.dart:302:20)
#78     _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:82:18)
#79     _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:143:24)
#80     _rootRun (dart:async/zone.dart:1122:38)
#81     _CustomZone.run (dart:async/zone.dart:1023:19)
#82     _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#83     _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:391:13)
#84     _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:401:15)
#85     _BufferingStreamSubscription._close (dart:async/stream_impl.dart:285:7)
#86     _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:774:19)
#87     _StreamController._closeUnchecked (dart:async/stream_controller.dart:631:7)
#88     _StreamController.close (dart:async/stream_controller.dart:624:5)
#89     _Socket._onData (dart:io-patch/socket_patch.dart:1838:21)
#90     _rootRunUnary (dart:async/zone.dart:1138:13)
#91     _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#92     _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
#93     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:338:11)
#94     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:265:7)
#95     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:766:19)
#96     _StreamController._add (dart:async/stream_controller.dart:642:7)
#97     _StreamController.add (dart:async/stream_controller.dart:588:5)
#98     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1386:35)
#99     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:892:18)
#100    _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#101    _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#102    _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#103    _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)

@iapicca
Copy link
Contributor

iapicca commented Dec 12, 2019

Hi @gitfornncn
could you please try running
flutter clean
flutter pub cache repair
Let me know if the issue persists.
Thank you

@iapicca iapicca added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Dec 12, 2019
@gitfornncn
Copy link
Author

gitfornncn commented Dec 12, 2019

Hi @gitfornncn
could you please try running
flutter clean
flutter pub cache repair
Let me know if the issue persists.
Thank you

I performed the flutter clean & flutter pub cache repair command, but the problem persisted,

flutter run --verbose [ +26 ms] executing: [/www/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +45 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 27321eb [ ] executing: [/www/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +12 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] v1.12.13+hotfix.5-0-g27321ebba [ +7 ms] executing: [/www/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/www/flutter/] git ls-remote --get-url origin [ +9 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +55 ms] executing: [/www/flutter/] git rev-parse --abbrev-ref HEAD [ +12 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +8 ms] executing: sw_vers -productName [ +16 ms] Exit code 0 from: sw_vers -productName [ ] Mac OS X [ ] executing: sw_vers -productVersion [ +17 ms] Exit code 0 from: sw_vers -productVersion [ ] 10.14.6 [ ] executing: sw_vers -buildVersion [ +17 ms] Exit code 0 from: sw_vers -buildVersion [ ] 18G95 [ +33 ms] executing: /usr/bin/xcode-select --print-path [ +14 ms] Exit code 0 from: /usr/bin/xcode-select --print-path [ ] /Applications/Xcode.app/Contents/Developer [ +1 ms] executing: /usr/bin/xcodebuild -version [ +252 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ +3 ms] Xcode 11.3 Build version 11C29 [ +58 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb devices -l [ +10 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/platform-tools/adb devices -l [ ] List of devices attached FAJBB19527204786 device usb:336658432X product:BKK-AL10 model:BKK_AL10 device:HWBKK-Q transport_id:5 [ +18 ms] executing: /www/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h [ +41 ms] /usr/bin/xcrun simctl list --json devices [ +137 ms] /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell getprop [ +85 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ +5 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +147 ms] Generating /www/XXXXXX/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +22 ms] ro.hardware = qcom ⣽[ +15 ms] executing: [/www/XXXXXX/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /www/XXXXXX/ios/Runner.xcodeproj -target Runner -showBuildSettings [ ] executing: [/www/XXXXXX/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /www/XXXXXX/ios/Runner.xcodeproj -target Runner -showBuildSettings ⣷[+1451 ms] Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = NO ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = jeter ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_SEARCH_USER_PATHS = NO ALWAYS_USE_SEPARATE_HEADERMAPS = NO APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer APPLE_INTERNAL_DIR = /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools APPLICATION_EXTENSION_API_ONLY = NO APPLY_RULES_IN_COPY_FILES = NO APPLY_RULES_IN_COPY_HEADERS = NO ARCHS = armv7 arm64 ARCHS_STANDARD = armv7 arm64 ARCHS_STANDARD_32_64_BIT = armv7 arm64 ARCHS_STANDARD_32_BIT = armv7 ARCHS_STANDARD_64_BIT = arm64 ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64 ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator BITCODE_GENERATION_MODE = marker BUILD_ACTIVE_RESOURCES_ONLY = NO BUILD_COMPONENTS = headers build BUILD_DIR = /www/XXXXXX/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /www/XXXXXX/build/ios BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /www/XXXXXX/build/ios/Release-iphoneos CACHE_ROOT = /var/folders/t1/c015kljx2wd4pb_24y6lkw000000gn/C/com.apple.DeveloperTools/11.3-11C29/Xcode CCHROOT = /var/folders/t1/c015kljx2wd4pb_24y6lkw000000gn/C/com.apple.DeveloperTools/11.3-11C29/Xcode CHMOD = /bin/chmod CHOWN = /usr/sbin/chown CLANG_ANALYZER_NONNULL = YES CLANG_CXX_LANGUAGE_STANDARD = gnu++0x CLANG_CXX_LIBRARY = libc++ CLANG_ENABLE_MODULES = YES CLANG_ENABLE_OBJC_ARC = YES CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES CLANG_WARN_BOOL_CONVERSION = YES CLANG_WARN_COMMA = YES CLANG_WARN_CONSTANT_CONVERSION = YES CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR CLANG_WARN_EMPTY_BODY = YES CLANG_WARN_ENUM_CONVERSION = YES CLANG_WARN_INFINITE_RECURSION = YES CLANG_WARN_INT_CONVERSION = YES CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES CLANG_WARN_OBJC_LITERAL_CONVERSION = YES CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR CLANG_WARN_RANGE_LOOP_ANALYSIS = YES CLANG_WARN_STRICT_PROTOTYPES = YES CLANG_WARN_SUSPICIOUS_MOVE = YES CLANG_WARN_UNREACHABLE_CODE = YES CLANG_WARN__DUPLICATE_METHOD_MATCH = YES CLASS_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO CODESIGNING_FOLDER_PATH = /www/XXXXXX/build/ios/Release-iphoneos/Runner.app CODE_SIGNING_ALLOWED = YES CODE_SIGNING_REQUIRED = YES CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext CODE_SIGN_IDENTITY = iPhone Developer CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES COLOR_DIAGNOSTICS = NO COMBINE_HIDPI_IMAGES = NO COMPILER_INDEX_STORE_ENABLE = Default COMPOSITE_SDK_DIRS = /www/XXXXXX/build/ios/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Release CONFIGURATION_BUILD_DIR = /www/XXXXXX/build/ios/Release-iphoneos CONFIGURATION_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos CONTENTS_FOLDER_PATH = Runner.app COPYING_PRESERVES_HFS_DATA = NO COPY_HEADERS_RUN_UNIFDEF = NO COPY_PHASE_STRIP = NO COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.2 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = arm64 CURRENT_PROJECT_VERSION = 1 CURRENT_VARIANT = normal DEAD_CODE_STRIPPING = YES DEBUGGING_SYMBOLS = YES DEBUG_INFORMATION_FORMAT = dwarf-with-dsym DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0 DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions DEFINES_MODULE = NO DEPLOYMENT_LOCATION = NO DEPLOYMENT_POSTPROCESSING = NO DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min= DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 DERIVED_FILES_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr DEVELOPMENT_LANGUAGE = en DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation DONT_GENERATE_INFOPLIST_FILE = NO DO_HEADER_SCANNING_IN_JAM = NO DSTROOT = /tmp/Runner.dst DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain DWARF_DSYM_FILE_NAME = Runner.app.dSYM DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO DWARF_DSYM_FOLDER_PATH = /www/XXXXXX/build/ios/Release-iphoneos EFFECTIVE_PLATFORM_NAME = -iphoneos EMBEDDED_CONTENT_CONTAINS_SWIFT = NO EMBEDDED_PROFILE_NAME = embedded.mobileprovision EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO ENABLE_BITCODE = NO ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES ENABLE_HARDENED_RUNTIME = NO ENABLE_HEADER_DEPENDENCIES = YES ENABLE_NS_ASSERTIONS = NO ENABLE_ON_DEMAND_RESOURCES = YES ENABLE_STRICT_OBJC_MSGSEND = YES ENABLE_TESTABILITY = NO ENTITLEMENTS_ALLOWED = YES ENTITLEMENTS_DESTINATION = Signature ENTITLEMENTS_REQUIRED = YES EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj EXECUTABLES_FOLDER_PATH = Runner.app/Executables EXECUTABLE_FOLDER_PATH = Runner.app EXECUTABLE_NAME = Runner EXECUTABLE_PATH = Runner.app/Runner EXPANDED_CODE_SIGN_IDENTITY = EXPANDED_CODE_SIGN_IDENTITY_NAME = EXPANDED_PROVISIONING_PROFILE = FILE_LIST = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /www/gobet/XXXXXX FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_FRAMEWORK_DIR = /www/flutter/bin/cache/artifacts/engine/ios FLUTTER_ROOT = /www/flutter FLUTTER_TARGET = lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_SEARCH_PATHS = /www/XXXXXX/ios/Flutter FRAMEWORK_VERSION = A FULL_PRODUCT_NAME = Runner.app GCC3_VERSION = 3.3 GCC_C_LANGUAGE_STANDARD = gnu99 GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_SYMBOLS_PRIVATE_EXTERN = YES GCC_THUMB_SUPPORT = YES GCC_TREAT_WARNINGS_AS_ERRORS = NO GCC_VERSION = com.apple.compilers.llvm.clang.1_0 GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0 GCC_WARN_64_TO_32_BIT_CONVERSION = YES GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR GCC_WARN_UNDECLARED_SELECTOR = YES GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_VARIABLE = YES GENERATE_MASTER_OBJECT_FILE = NO GENERATE_PKGINFO_FILE = YES GENERATE_PROFILING_CODE = NO GENERATE_TEXT_BASED_STUBS = NO GID = 20 GROUP = staff HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES HEADERMAP_INCLUDES_PROJECT_HEADERS = YES HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES HEADERMAP_USES_VFS = NO HIDE_BITCODE_SYMBOLS = YES HOME = /Users/jeter ICONV = /usr/bin/iconv INFOPLIST_EXPAND_BUILD_SETTINGS = YES INFOPLIST_FILE = Runner/Info.plist INFOPLIST_OUTPUT_FORMAT = binary INFOPLIST_PATH = Runner.app/Info.plist INFOPLIST_PREPROCESS = NO INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings INLINE_PRIVATE_FRAMEWORKS = NO INSTALLHDRS_COPY_PHASE = NO INSTALLHDRS_SCRIPT_PHASE = NO INSTALL_DIR = /tmp/Runner.dst/Applications INSTALL_GROUP = staff INSTALL_MODE_FLAG = u+w,go-w,a+rX INSTALL_OWNER = jeter INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 8.0 JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES = YES JAVA_ARCHIVE_TYPE = JAR JAVA_COMPILER = /usr/bin/javac JAVA_FOLDER_PATH = Runner.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS = Resources JAVA_JAR_FLAGS = cv JAVA_SOURCE_SUBDIR = . JAVA_USE_DEPENDENCIES = YES JAVA_ZIP_FLAGS = -urg JIKES_DEFAULT_FLAGS = +E +OLDCSO KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt LD_NO_PIE = NO LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer LEX = lex LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LIBRARY_SEARCH_PATHS = /www/XXXXXX/ios/Flutter LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_FILE_LIST_normal_armv7 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0 LLVM_TARGET_TRIPLE_VENDOR = apple LOCALIZABLE_CONTENT_DIR = LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString LOCALIZED_STRING_SWIFTUI_SUPPORT = YES LOCAL_ADMIN_APPS_DIR = /Applications/Utilities LOCAL_APPS_DIR = /Applications LOCAL_DEVELOPER_DIR = /Library/Developer LOCAL_LIBRARY_DIR = /Library LOCROOT = LOCSYMROOT = MACH_O_TYPE = mh_execute MAC_OS_X_PRODUCT_BUILD_VERSION = 18G95 MAC_OS_X_VERSION_ACTUAL = 101406 MAC_OS_X_VERSION_MAJOR = 101400 MAC_OS_X_VERSION_MINOR = 1406 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /www/XXXXXX/build/ios/Release-iphoneos/Runner.app MODULES_FOLDER_PATH = Runner.app/Modules MODULE_CACHE_DIR = /Users/jeter/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = NO NATIVE_ARCH = armv7 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJECT_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects OBJECT_FILE_DIR_normal = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal OBJROOT = /www/XXXXXX/build/ios ONLY_ACTIVE_ARCH = NO OS = MACOS OSAC = /usr/bin/osacompile PACKAGE_TYPE = com.apple.package-type.wrapper.application PASCAL_STRINGS = YES PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/mysql@5.7/bin:/www/flutter/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/sbin:/usr/local/s bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/opt/mysql@5.7/bin:/www/flutter/bin:/usr/local/sbin PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist PFE_FILE_C_DIALECTS = objective-c PKGINFO_FILE_PATH = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo PKGINFO_PATH = Runner.app/PkgInfo PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform PLATFORM_DISPLAY_NAME = iOS PLATFORM_NAME = iphoneos PLATFORM_PREFERRED_ARCH = arm64 PLATFORM_PRODUCT_BUILD_VERSION = 17B102 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = Runner.app/PlugIns PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders PRODUCT_BUNDLE_IDENTIFIER = com.example.XXXXXX PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /www/XXXXXX/ios/Runner/Info.plist PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/DerivedSources PROJECT_DIR = /www/XXXXXX/ios PROJECT_FILE_PATH = /www/XXXXXX/ios/Runner.xcodeproj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build PROJECT_TEMP_ROOT = /www/XXXXXX/build/ios PROVISIONING_PROFILE_REQUIRED = YES PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES REMOVE_CVS_FROM_RESOURCES = YES REMOVE_GIT_FROM_RESOURCES = YES REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES REMOVE_HG_FROM_RESOURCES = YES REMOVE_SVN_FROM_RESOURCES = YES RESOURCE_RULES_REQUIRED = YES REZ_COLLECTOR_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO SCRIPTS_FOLDER_PATH = Runner.app/Scripts SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk SDK_DIR_iphoneos13_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk SDK_NAME = iphoneos13.2 SDK_NAMES = iphoneos13.2 SDK_PRODUCT_BUILD_VERSION = 17B102 SDK_VERSION = 13.2 SDK_VERSION_ACTUAL = 130200 SDK_VERSION_MAJOR = 130000 SDK_VERSION_MINOR = 200 SED = /usr/bin/sed SEPARATE_STRIP = NO SEPARATE_SYMBOL_EDIT = NO SET_DIR_MODE_OWNER_GROUP = YES SET_FILE_MODE_OWNER_GROUP = NO SHALLOW_BUNDLE = YES SHARED_DERIVED_FILE_DIR = /www/XXXXXX/build/ios/Release-iphoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /www/XXXXXX/build/ios/SharedPrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /www/XXXXXX/ios SRCROOT = /www/XXXXXX/ios STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = YES STRIP_INSTALLED_PRODUCT = YES STRIP_STYLE = all STRIP_SWIFT_SYMBOLS = YES SUPPORTED_DEVICE_FAMILIES = 1,2 SUPPORTED_PLATFORMS = iphoneos SUPPORTS_MACCATALYST = NO SUPPORTS_TEXT_BASED_API = NO SWIFT_COMPILATION_MODE = wholemodule SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -O SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /www/XXXXXX/build/ios SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities SYSTEM_APPS_DIR = /Applications SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices SYSTEM_DEMOS_DIR = /Applications/Extras SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions SYSTEM_DOCUMENTATION_DIR = /Library/Documentation SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1,2 TARGETNAME = Runner TARGET_BUILD_DIR = /www/XXXXXX/build/ios/Release-iphoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILES_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILE_DIR = /www/XXXXXX/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_ROOT = /www/XXXXXX/build/ios TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO UID = 501 UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app UNSTRIPPED_PRODUCT = NO USER = jeter USER_APPS_DIR = /Users/jeter/Applications USER_LIBRARY_DIR = /Users/jeter/Library USE_DYNAMIC_NO_PIC = YES USE_HEADERMAP = YES USE_HEADER_SYMLINKS = NO USE_LLVM_TARGET_TRIPLES = YES USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES USE_LLVM_TARGET_TRIPLES_FOR_LD = YES USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES VALIDATE_PRODUCT = YES VALIDATE_WORKSPACE = NO VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = jeter VERSION_INFO_FILE = Runner_vers.c VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1" WRAPPER_EXTENSION = app WRAPPER_NAME = Runner.app WRAPPER_SUFFIX = .app WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode XCODE_PRODUCT_BUILD_VERSION = 11C29 XCODE_VERSION_ACTUAL = 1130 XCODE_VERSION_MAJOR = 1100 XCODE_VERSION_MINOR = 1130 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc arch = arm64 variant = normal [ +80 ms] Launching lib/main.dart on BKK AL10 in debug mode... [ +8 ms] executing: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml [ +19 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9") A: package="com.example.XXXXXX" (Raw: "com.example.XXXXXX") A: platformBuildVersionCode=(type 0x10)0x1c A: platformBuildVersionName=(type 0x10)0x9 E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: application (line=22) A: android:label(0x01010001)="XXXXXX" (Raw: "XXXXXX") A: android:icon(0x01010002)=@0x7f080000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: activity (line=28) A: android:theme(0x01010000)=@0x7f0a0000 A: android:name(0x01010003)="com.example.XXXXXX.MainActivity" (Raw: "com.example.XXXXXX.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: intent-filter (line=35) E: action (line=36) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=38) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: meta-data (line=45) A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding") A: android:value(0x01010024)=(type 0x10)0x2 [ +6 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell -x logcat -v time -s flutter [ +5 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb version [ +19 ms] Android Debug Bridge version 1.0.41 Version 29.0.5-5949299 Installed as /Users/jeter/Library/Android/sdk/platform-tools/adb [ +4 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb start-server [ +9 ms] Building APK [ +20 ms] Running Gradle task 'assembleDebug'... [ +1 ms] gradle.properties already sets `android.enableR8` [ +2 ms] Using gradle from /www/XXXXXX/android/gradlew. [ +11 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ +13 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ ] {"CFBundleName":"Android Studio","JVMOptions":{"MainClass":"com.intellij.idea.Main","ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$A PP_PACKAGE\/Contents\/lib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","Properties":{"idea. home.path":"$APP_PACKAGE\/Contents","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.paths.selector":"AndroidStudio3.5"},"WorkingDirectory":"$APP_PACKAGE\/Contents\/bin"},"LSAr chitecturePriority":["x86_64"],"CFBundleVersion":"AI-191.8026.42.35.6010548","CFBundleDevelopmentRegion":"English","CFBundleDocumentTypes":[{"CFBundleTypeExtensions":["ipr"],"CFBundleTypeName":"Andro id Studio Project File","CFBundleTypeIconFile":"studio.icns","CFBundleTypeRole":"Editor"},{"CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"LSTypeIsPackage":false,"CFBundleTypeName":"All documents","CFBundleTypeRole":"Editor"}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersion String":"3.5","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]," CFBundleTypeRole":"Editor"}],"CFBundleIdentifier":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10 .8","CFBundleGetInfoString":"Android Studio 3.5, build AI-191.8026.42.35.6010548. Copyright JetBrains s.r.o., (c) 2000-2019"} [ +11 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ +74 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ ] openjdk version "1.8.0_202-release" OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) OpenJDK 64-Bit Server VM (build 25.202-b49-5587405, mixed mode) [ +2 ms] executing: [/www/XXXXXX/android/] /www/XXXXXX/android/gradlew -Pverbose=true -Ptarget=/www/XXXXXX/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-arm64 assembleDebug [ +154 ms] E/flutter (30228): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context. [ +128 ms] E/flutter (30801): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context. [ +278 ms] Welcome to Gradle 5.6.2! [ ] Here are the highlights of this release: [ ] - Incremental Groovy compilation [ ] - Groovy compile avoidance [ ] - Test fixtures for Java projects [ ] - Manage plugin versions via settings script [ ] For more details see https://docs.gradle.org/5.6.2/release-notes.html [ +496 ms] > Task :app:compileFlutterBuildDebug UP-TO-DATE [ ] > Task :app:packLibsflutterBuildDebug UP-TO-DATE [ ] > Task :app:preBuild UP-TO-DATE [ ] > Task :app:preDebugBuild UP-TO-DATE [ ] > Task :app:compileDebugAidl NO-SOURCE [ +1 ms] > Task :app:checkDebugManifest UP-TO-DATE [ ] > Task :app:compileDebugRenderscript NO-SOURCE [ ] > Task :app:generateDebugBuildConfig UP-TO-DATE [ ] > Task :app:cleanMergeDebugAssets [ ] > Task :app:mergeDebugShaders UP-TO-DATE [ ] > Task :app:compileDebugShaders UP-TO-DATE [ ] > Task :app:generateDebugAssets UP-TO-DATE [ ] > Task :app:mergeDebugAssets [ +586 ms] > Task :app:copyFlutterAssetsDebug [ ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE [ ] > Task :app:generateDebugResValues UP-TO-DATE [ ] > Task :app:generateDebugResources UP-TO-DATE [ ] > Task :app:mergeDebugResources UP-TO-DATE [ ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE [ ] > Task :app:processDebugManifest UP-TO-DATE [ ] > Task :app:processDebugResources UP-TO-DATE [ ] > Task :app:compileDebugKotlin UP-TO-DATE [ ] > Task :app:javaPreCompileDebug UP-TO-DATE [ ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :app:compileDebugSources UP-TO-DATE [ ] > Task :app:processDebugJavaRes NO-SOURCE [ ] > Task :app:mergeDebugJavaResource UP-TO-DATE [ ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE [ +92 ms] > Task :app:desugarDebugFileDependencies UP-TO-DATE [ ] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE [ ] > Task :app:mergeExtDexDebug UP-TO-DATE [ ] > Task :app:mergeDexDebug UP-TO-DATE [ ] > Task :app:validateSigningDebug UP-TO-DATE [ ] > Task :app:signingConfigWriterDebug UP-TO-DATE [ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :app:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :app:stripDebugDebugSymbols UP-TO-DATE [ ] Compatible side by side NDK version was not found. [ ] > Task :app:packageDebug UP-TO-DATE [ ] > Task :app:assembleDebug UP-TO-DATE [ ] BUILD SUCCESSFUL in 1s [ ] 30 actionable tasks: 3 executed, 27 up-to-date [ +393 ms] Running Gradle task 'assembleDebug'... (completed in 2.2s) [ +97 ms] calculateSha: LocalDirectory: '/www/XXXXXX/build/app/outputs/apk'/app.apk [ +58 ms] calculateSha: reading file took 57us [ +500 ms] calculateSha: computing sha took 500us [ +4 ms] ✓ Built build/app/outputs/apk/debug/app-debug.apk. [ +3 ms] executing: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml [ +11 ms] Exit code 0 from: /Users/jeter/Library/Android/sdk/build-tools/29.0.2/aapt dump xmltree /www/XXXXXX/build/app/outputs/apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9") A: package="com.example.XXXXXX" (Raw: "com.example.XXXXXX") A: platformBuildVersionCode=(type 0x10)0x1c A: platformBuildVersionName=(type 0x10)0x9 E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: application (line=22) A: android:label(0x01010001)="XXXXXX" (Raw: "XXXXXX") A: android:icon(0x01010002)=@0x7f080000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: activity (line=28) A: android:theme(0x01010000)=@0x7f0a0000 A: android:name(0x01010003)="com.example.XXXXXX.MainActivity" (Raw: "com.example.XXXXXX.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: intent-filter (line=35) E: action (line=36) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=38) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: meta-data (line=45) A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding") A: android:value(0x01010024)=(type 0x10)0x2 [ +4 ms] Stopping app 'app.apk' on BKK AL10. [ ] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell am force-stop com.example.XXXXXX [ +106 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell pm list packages com.example.XXXXXX [ +563 ms] package:com.example.XXXXXX [ +4 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell cat /data/local/tmp/sky.com.example.XXXXXX.sha1 [ +61 ms] d66dfb3f2f0e0f0be67c038ffa02a5592010b2dd [ +1 ms] Latest build already installed. [ ] BKK AL10 startApp [ +3 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true com.example.XXXXXX/com.example.XXXXXX.MainActivity [ +99 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.XXXXXX/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [ +468 ms] E/flutter (30964): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context. [ +172 ms] Observatory URL on device: http://127.0.0.1:40135/CxmiHlAEs14=/ [ +2 ms] executing: /Users/jeter/Library/Android/sdk/platform-tools/adb -s FAJBB19527204786 forward tcp:0 tcp:40135 [ +9 ms] 53532 [ ] Forwarded host port 53532 to device port 40135 for Observatory [ +13 ms] Connecting to service protocol: http://127.0.0.1:53532/CxmiHlAEs14=/ [ +804 ms] Fail to connect to service protocol: http://127.0.0.1:53532/CxmiHlAEs14=/: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:53532/CxmiHlAEs14=/ws [ +1 ms] Error connecting to the service protocol: failed to connect to http://127.0.0.1:53532/CxmiHlAEs14=/ [ +4 ms] "flutter run" took 7,818ms.

#0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:509:7)

#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:615:18)
#3 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#4 _rootRunUnary (dart:async/zone.dart:1134:38)
#5 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#8 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#9 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#10 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#11 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#12 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#13 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#14 _rootRunUnary (dart:async/zone.dart:1134:38)
#15 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#16 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#17 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#18 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#19 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#20 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#21 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#22 IosProject.isSwift (package:flutter_tools/src/project.dart)
#23 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#24 _rootRunUnary (dart:async/zone.dart:1134:38)
#25 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#26 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#27 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#28 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#29 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#30 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#31 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#32 IosProject.buildSettings (package:flutter_tools/src/project.dart)
#33 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#34 _rootRunUnary (dart:async/zone.dart:1134:38)
#35 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#36 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#37 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#38 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#39 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#40 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#41 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#42 XcodeProjectInterpreter.getBuildSettings (package:flutter_tools/src/ios/xcodeproj.dart)
#43 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#44 _rootRunUnary (dart:async/zone.dart:1134:38)
#45 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#46 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#47 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#48 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#49 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#50 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:32:15)
#51 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:290:13)
#52 _DefaultProcessUtils.run (package:flutter_tools/src/base/process.dart)
#53 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:73:64)
#54 _rootRunUnary (dart:async/zone.dart:1134:38)
#55 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#56 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#57 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#58 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#59 Future._completeWithValue (dart:async/future_impl.dart:524:5)
#60 Future.wait. (dart:async/future.dart:400:22)
#61 _rootRunUnary (dart:async/zone.dart:1134:38)
#62 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#63 _FutureListener.handleValue (dart:async/future_impl.dart:139:18)
#64 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:680:45)
#65 Future._propagateToListeners (dart:async/future_impl.dart:709:32)
#66 Future._complete (dart:async/future_impl.dart:514:7)
#67 _BufferingStreamSubscription.asFuture. (dart:async/stream_impl.dart:206:14)
#68 _rootRun (dart:async/zone.dart:1122:38)
#69 _CustomZone.run (dart:async/zone.dart:1023:19)
#70 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#71 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:391:13)
#72 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:401:15)
#73 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:285:7)
#74 _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:98:11)
#75 _EventSinkWrapper.close (dart:async/stream_transformers.dart:25:11)
#76 _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
#77 _Utf8ConversionSink.close (dart:convert/string_conversion.dart:302:20)
#78 _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:82:18)
#79 _SinkTransformerStreamSubscription._handleDone (dart:async/stream_transformers.dart:143:24)
#80 _rootRun (dart:async/zone.dart:1122:38)
#81 _CustomZone.run (dart:async/zone.dart:1023:19)
#82 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#83 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:391:13)
#84 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:401:15)
#85 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:285:7)
#86 _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:774:19)
#87 _StreamController._closeUnchecked (dart:async/stream_controller.dart:631:7)
#88 _StreamController.close (dart:async/stream_controller.dart:624:5)
#89 _Socket._onData (dart:io-patch/socket_patch.dart:1838:21)
#90 _rootRunUnary (dart:async/zone.dart:1138:13)
#91 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#92 _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
#93 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:338:11)
#94 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:265:7)
#95 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:766:19)
#96 _StreamController._add (dart:async/stream_controller.dart:642:7)
#97 _StreamController.add (dart:async/stream_controller.dart:588:5)
#98 new _RawSocket. (dart:io-patch/socket_patch.dart:1386:35)
#99 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:892:18)
#100 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#101 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#102 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#103 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Dec 12, 2019
@kirankandel
Copy link

Add "args": ["--enable-software-rendering","-d","all"] to launch.json file of flutter.
If you are Using VSCode, You can access the file by Debug -> Open Configurations
Your configuration should look like

"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"args": ["--enable-software-rendering","-d","all"]
}
]

Worked for me

@ghostgzt
Copy link

me too!!!

@gitfornncn
Copy link
Author

Add "args": ["--enable-software-rendering","-d","all"] to launch.json file of flutter.
If you are Using VSCode, You can access the file by Debug -> Open Configurations
Your configuration should look like

"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"args": ["--enable-software-rendering","-d","all"]
}
]

Worked for me
Not an effective solution,When you build release apk with flutter 1.12 still not working.

@kirankandel
Copy link

Add "args": ["--enable-software-rendering","-d","all"] to launch.json file of flutter.
If you are Using VSCode, You can access the file by Debug -> Open Configurations
Your configuration should look like
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"args": ["--enable-software-rendering","-d","all"]
}
]
Worked for me
Not an effective solution,When you build release apk with flutter 1.12 still not working.

Sorry! Just checked out, it doesn't work on release build. Maybe Downgrading until they bring a patch??

@ahmedsalamay
Copy link

full error when using flutter run -v
[ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
[ +257 ms] Observatory URL on device: http://127.0.0.1:43379/rmofl2cVlfU=/
[ +3 ms] executing: C:\Users\ahmed.salama.HADAF\AppData\Local\Android\sdk\platform-tools\adb.exe -s BBPBB19119214092 forward tcp:0 tcp:43379
[ +36 ms] 49597
[ ] Forwarded host port 49597 to device port 43379 for Observatory
[ +10 ms] Connecting to service protocol: http://127.0.0.1:49597/rmofl2cVlfU=/
[+1629 ms] Fail to connect to service protocol: http://127.0.0.1:49597/rmofl2cVlfU=/: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49597/rmofl2cVlfU=/ws
[ +2 ms] Error connecting to the service protocol: failed to connect to http://127.0.0.1:49597/rmofl2cVlfU=/
[ +6 ms] "flutter run" took 32,948ms.

#0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:534:7)

#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:626:18)
#3 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:74:64)
#4 _rootRunUnary (dart:async/zone.dart:1134:38)
#5 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#8 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#9 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#10 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:33:15)
#11 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:292:13)
#12 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#13 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:74:64)
#14 _rootRunUnary (dart:async/zone.dart:1134:38)
#15 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#16 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
#17 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#18 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#19 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#20 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:33:15)
#21 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:292:13)
#22 IosProject.isSwift (package:flutter_tools/src/project.dart)
#23 _asyncThenWrapperHelper. (dart:async-patch/async_patch.dart:74:64)
#24 _rootRunUnary (dart:async/zone.dart:1134:38)
#25 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#26 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
#27 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#28 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#29 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#30 Future._asyncComplete. (dart:async/future_impl.dart:556:7)
#31 _rootRun (dart:async/zone.dart:1126:13)
#32 _CustomZone.run (dart:async/zone.dart:1023:19)
#33 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#34 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:965:23)
#35 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#36 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#37 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#38 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)

@xclud
Copy link
Contributor

xclud commented Dec 17, 2019

I have the same issue on Huawei Honor 8C. i wrote earlier many times but receive even one reply from the team.

Take a look here please. I provided full details and logs in this link:

#18601 (comment)

@tarekbazine
Copy link

tarekbazine commented Dec 17, 2019

same issue Huawei y7 prime 2019

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [version 10.0.17134.1006], locale fr-FR)

[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses
[!] Android Studio (not installed)
[√] IntelliJ IDEA Ultimate Edition (version 2018.3)
[!] VS Code, 64-bit edition (version 1.26.1)
    X Flutter extension not installed; install from
      https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (1 available)

! Doctor found issues in 3 categories.

@asanant
Copy link

asanant commented Dec 21, 2019

me too

@xclud
Copy link
Contributor

xclud commented Dec 23, 2019

As a work around, i build my android app with v.1.10.14 and i do some experiments, for web, with latest commit on master channel.

I have tested all the versions on the SDK Archive page v1.10.14 is the newest working.

My code is quiet complex and i use tons of packages and plugins. Greatly it works and builds on both versions on both platforms.

I hope this helps someone else having the same issue. I recommend the same solution to everyone, Because you may not notice the bug on Huawei devices but your clients will get into problems and write negative reviews for your app.

@gitfornncn
Copy link
Author

gitfornncn commented Dec 24, 2019

As a work around, i build my android app with v.1.10.14 and i do some experiments, for web, with latest commit on master channel.

I have tested all the versions on the SDK Archive page v1.10.14 is the newest working.

My code is quiet complex and i use tons of packages and plugins. Greatly it works and builds on both versions on both platforms.

I hope this helps someone else having the same issue. I recommend the same solution to everyone, Because you may not notice the bug on Huawei devices but your clients will get into problems and write negative reviews for your app.

Before upgraded version 1.12, it is working with Huawei.but when i upgraded v1.12, there have problem,That's really what it's all about。i tried to create new project with flutter v1.12,Preclude the rest of the plugins, still occurred same error。

@jaumard
Copy link
Contributor

jaumard commented Dec 24, 2019

@xclud with 1.0.14 it's samsung J4 and J6 that have problem and can't start flutter apps, so basically we need to choose which device we want to support as work around :(

@sadrash
Copy link

sadrash commented Dec 24, 2019

Same problem E/flutter (31564): [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
in Honor 8C

@andisolo
Copy link

Same problem in Honor 8C
error, 12-25 15:07:54.177, 10999, 10999, Minikin, Could not get cmap table size!
error, 12-25 15:07:54.178, 10999, 11019, MemoryLeakMonitorManager, MemoryLeakMonitor.jar is not exist!
error, 12-25 15:07:54.317, 10999, 10999, iGraphics, failed to load file: /product/etc/xml/igraphics_config_cust.xml
error, 12-25 15:07:54.553, 10999, 11058, flutter, [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.

@asanant
Copy link

asanant commented Dec 25, 2019

i degraded to flutter 1.10.7 , can run

@rockingdice
Copy link

rockingdice commented Dec 26, 2019

The same device model also can be confirmed to be affected:
Huawei DUB-AL00

Can confirm 1.12 introduced this issue. It's working before I update the flutter engine (from v1.10.x).

Crash Logs:

12112-26 15:03:53.181 20295 20343 I OpenGLRenderer: Initialized EGL, version 1.4
--
12212-26 15:03:53.181 20295 20343 D OpenGLRenderer: Swap behavior 2
12312-26 15:03:53.228 20295 20321 W libEGL : [eglGetProcAddress] QCOM code detected: glEndTilingQCOM ... Returning NULL
12412-26 15:03:53.228 20295 20321 W libEGL : [eglGetProcAddress] QCOM code detected: glStartTilingQCOM ... Returning NULL
12512-26 15:03:53.231 20295 20321 E flutter : [ERROR:flutter/shell/gpu/gpu_surface_gl.cc(70)] Failed to setup Skia Gr context.
12612-26 15:03:53.233 20295 20322 W libEGL : [eglGetProcAddress] QCOM code detected: glEndTilingQCOM ... Returning NULL
12712-26 15:03:53.233 20295 20322 W libEGL : [eglGetProcAddress] QCOM code detected: glStartTilingQCOM ... Returning NULL

This issue is urgent since it's in the stable channel and our customers are complaining about it. We could do nothing except downgrading the flutter engine which is not acceptable by most of us.

@nuptdzs
Copy link

nuptdzs commented Dec 26, 2019

also meet this problem!!!

@yrom
Copy link

yrom commented Dec 26, 2019

Workaround for this issue: enable software rendering

Initialize flutter with args before starting FlutterActivity:

FlutterMain.ensureInitializationComplete(context, new String[]{FlutterShellArgs.ARG_ENABLE_SOFTWARE_RENDERING});

Or

Intent flutterActivity = ...;  // build intent
flutterActivity.put(FlutterShellArgs.ARG_KEY_ENABLE_SOFTWARE_RENDERING, true);
startActivity(flutterActivity);

#47804 (comment)

@gitfornncn
Copy link
Author

@iapicca I hit wrong button. Can you reopen the issue?

@iapicca
Copy link
Contributor

iapicca commented Dec 27, 2019

Hi @gitfornncn
I see in the meantime another issue for the same problem has been open,
please follow up there
#47804

@Code-Yeong
Copy link

I have the same issue on Huawei Honor 8C. i wrote earlier many times but receive even one reply from the team.

Take a look here please. I provided full details and logs in this link:

#18601 (comment)

me too

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Jan 23, 2020

Same for some Honor devices... Any new progress?

@rockingdice
Copy link

@fzyzcjy it should be fixed now. Please try using the latest master channel.

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Feb 2, 2020

@rockingdice Er I use the latest stable version (guided by Flutter installation guide), so you mean it is fixed very very recently? Thanks!

P.S. If convenient could you plz give the related PR because I am curious about the fix :)

@rockingdice
Copy link

@fzyzcjy
#47804

@fzyzcjy
Copy link
Contributor

fzyzcjy commented Feb 2, 2020

Thanks @rockingdice

@ghost
Copy link

ghost commented Oct 10, 2020

Workaround for this issue: enable software rendering

Initialize flutter with args before starting FlutterActivity:

FlutterMain.ensureInitializationComplete(context, new String[]{FlutterShellArgs.ARG_ENABLE_SOFTWARE_RENDERING});

Or

Intent flutterActivity = ...;  // build intent
flutterActivity.put(FlutterShellArgs.ARG_KEY_ENABLE_SOFTWARE_RENDERING, true);
startActivity(flutterActivity);

#47804 (comment)

该参数会导致真机卡顿,请问有没有更好的方式来动态适配这种情况。

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console c: regression It was better in the past than it is now dependency: skia Skia team may need to help us platform-android Android applications specifically
Projects
None yet
Development

No branches or pull requests