flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.36k stars 27.54k forks source link

the flutter android textfield is always disabled by entering anything #49019

Closed bianxiang closed 4 years ago

bianxiang commented 4 years ago

the flutter android textfield is always disabled by entering anything

bianxiang commented 4 years ago

look this URL:

video

bianxiang commented 4 years ago

disabled

iapicca commented 4 years ago

Hi @bianxiang can you please provide your flutter doctor -v , your flutter run --verbose and a reproducible minimal code sample. Thank you

bianxiang commented 4 years ago
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.3 18D42, locale zh-Hans-CN)
    • Flutter version 1.12.13+hotfix.5 at /Users/bianxiang/flutter
    • Framework revision 27321ebbad (5 weeks 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 29.0.0)
    • Android SDK at /Users/bianxiang/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.0
    • ANDROID_HOME = /Users/bianxiang/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 10.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.2.1, Build version 10E1001
    • CocoaPods version 1.7.1

[✓] Android Studio (version 3.4)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 36.0.1
    • Dart plugin version 183.6270
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)

[!] VS Code (version 1.41.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    ✗ Flutter extension not installed; install from
      https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (2 available)
    • bx的8p     • bf3d20ffcf0c77969cb12b8b052f1049ffeef10e • ios • iOS 12.4.1
    • iPhone Xʀ • 36101DD4-14CA-4064-B3A5-17D02EA1EAC6     • ios • com.apple.CoreSimulator.SimRuntime.iOS-12-2 (simulator)

! Doctor found issues in 1 category.
logs ```bash bianxiangdeMacBook-Pro-2:mall bianxiang$ flutter run --verbose [ +26 ms] executing: [/Users/bianxiang/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +39 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 27321ebbad34b0a3fafe99fac037102196d655ff [ ] executing: [/Users/bianxiang/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +11 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] v1.12.13+hotfix.5-0-g27321ebba [ +8 ms] executing: [/Users/bianxiang/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/bianxiang/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 [ +55 ms] executing: [/Users/bianxiang/flutter/] git rev-parse --abbrev-ref HEAD [ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +5 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.3 [ ] executing: sw_vers -buildVersion [ +27 ms] Exit code 0 from: sw_vers -buildVersion [ ] 18D42 [ +31 ms] executing: /usr/bin/xcode-select --print-path [ +13 ms] Exit code 0 from: /usr/bin/xcode-select --print-path [ ] /Applications/Xcode.app/Contents/Developer [ +1 ms] executing: /usr/bin/xcodebuild -version [ +110 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ +3 ms] Xcode 10.2.1 Build version 10E1001 [ +63 ms] executing: /Users/bianxiang/Library/Android/sdk/platform-tools/adb devices -l [ +5 ms] Exit code 0 from: /Users/bianxiang/Library/Android/sdk/platform-tools/adb devices -l [ ] List of devices attached [ +12 ms] executing: /Users/bianxiang/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h [ +188 ms] /usr/bin/xcrun simctl list --json devices [ +198 ms] More than one device connected; please specify a device with the '-d ' flag, or use '-d all' to act on all devices. [ +6 ms] bx的8p • bf3d20ffcf0c77969cb12b8b052f1049ffeef10e • ios • iOS 12.4.1 [ ] iPhone Xʀ • 36101DD4-14CA-4064-B3A5-17D02EA1EAC6 • ios • com.apple.CoreSimulator.SimRuntime.iOS-12-2 (simulator) [ +9 ms] "flutter run" took 724ms. #0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3) #1 RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:289:7) #2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:590:11) #3 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:515:33) #4 AppContext.run. (package:flutter_tools/src/base/context.dart:146:29) #5 _rootRun (dart:async/zone.dart:1126:13) #6 _CustomZone.run (dart:async/zone.dart:1023:19) #7 _runZoned (dart:async/zone.dart:1518:10) #8 runZoned (dart:async/zone.dart:1465:12) #9 AppContext.run (package:flutter_tools/src/base/context.dart:145:18) #10 FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:505:20) #11 CommandRunner.runCommand (package:args/command_runner.dart:197:27) #12 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:413:21) #13 AppContext.run. (package:flutter_tools/src/base/context.dart:146:29) #14 _rootRun (dart:async/zone.dart:1126:13) #15 _CustomZone.run (dart:async/zone.dart:1023:19) #16 _runZoned (dart:async/zone.dart:1518:10) #17 runZoned (dart:async/zone.dart:1465:12) #18 AppContext.run (package:flutter_tools/src/base/context.dart:145:18) #19 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:364:19) #20 CommandRunner.run. (package:args/command_runner.dart:112:25) #21 new Future.sync (dart:async/future.dart:224:31) #22 CommandRunner.run (package:args/command_runner.dart:112:14) #23 FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:250:18) #24 run.. (package:flutter_tools/runner.dart:63:22) #25 _rootRun (dart:async/zone.dart:1126:13) #26 _CustomZone.run (dart:async/zone.dart:1023:19) #27 _runZoned (dart:async/zone.dart:1518:10) #28 runZoned (dart:async/zone.dart:1502:12) #29 run. (package:flutter_tools/runner.dart:61:18) #30 AppContext.run. (package:flutter_tools/src/base/context.dart:146:29) #31 _rootRun (dart:async/zone.dart:1126:13) #32 _CustomZone.run (dart:async/zone.dart:1023:19) #33 _runZoned (dart:async/zone.dart:1518:10) #34 runZoned (dart:async/zone.dart:1465:12) #35 AppContext.run (package:flutter_tools/src/base/context.dart:145:18) #36 runInContext (package:flutter_tools/src/context_runner.dart:64:24) #37 run (package:flutter_tools/runner.dart:50:10) #38 main (package:flutter_tools/executable.dart:65:9) #39 main (file:///Users/bianxiang/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3) #40 _startIsolate. (dart:isolate-patch/isolate_patch.dart:305:32) #41 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12) Unhandled exception: Bad state: Future already completed #0 _AsyncCompleter.complete (dart:async/future_impl.dart:41:31) #1 _NativeSocket.startConnect..connectNext. (dart:io-patch/socket_patch.dart:560:23) #2 _NativeSocket.issueWriteEvent.issue (dart:io-patch/socket_patch.dart:917:14) #3 _NativeSocket.issueWriteEvent (dart:io-patch/socket_patch.dart:924:12) #4 _NativeSocket.multiplex (dart:io-patch/socket_patch.dart:945:11) #5 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12) ```
iapicca commented 4 years ago

Hi again @bianxiang

[ +198 ms] More than one device connected; please specify a device with the '-d <deviceId>' flag, or use '-d all' to act on all devices.

could you please provide your flutter run --verbose selecting a device and more importantly a reproducible minimal code sample. Thank you for providing your flutter doctor

bianxiang commented 4 years ago

Hi again @bianxiang

[ +198 ms] More than one device connected; please specify a device with the '-d <deviceId>' flag, or use '-d all' to act on all devices.

could you please provide your flutter run --verbose selecting a device and more importantly a reproducible minimal code sample. Thank you for providing your flutter doctor

Log ``` bianxiangdeMacBook-Pro-2:mall bianxiang$ flutter run --verbose -d 4e99c20e [ +25 ms] executing: [/Users/bianxiang/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +37 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 27321ebbad34b0a3fafe99fac037102196d655ff [ ] executing: [/Users/bianxiang/flutter/] git describe --match v*.*.* --first-parent --long --tags [ +10 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags [ ] v1.12.13+hotfix.5-0-g27321ebba [ +7 ms] executing: [/Users/bianxiang/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/bianxiang/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 [ +53 ms] executing: [/Users/bianxiang/flutter/] git rev-parse --abbrev-ref HEAD [ +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +5 ms] executing: sw_vers -productName [ +17 ms] Exit code 0 from: sw_vers -productName [ ] Mac OS X [ ] executing: sw_vers -productVersion [ +19 ms] Exit code 0 from: sw_vers -productVersion [ ] 10.14.3 [ ] executing: sw_vers -buildVersion [ +22 ms] Exit code 0 from: sw_vers -buildVersion [ ] 18D42 [ +34 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 [ +113 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ +3 ms] Xcode 10.2.1 Build version 10E1001 [ +74 ms] executing: /Users/bianxiang/Library/Android/sdk/platform-tools/adb devices -l [ +7 ms] Exit code 0 from: /Users/bianxiang/Library/Android/sdk/platform-tools/adb devices -l [ ] List of devices attached 4e99c20e device usb:339951616X product:sirius model:MI_8_SE device:sirius transport_id:4 [ +18 ms] executing: /Users/bianxiang/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h [ +43 ms] /usr/bin/xcrun simctl list --json devices [ +225 ms] /Users/bianxiang/Library/Android/sdk/platform-tools/adb -s 4e99c20e shell getprop [ +87 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ +3 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. [ +26 ms] Found plugin barcode_scan at /Users/bianxiang/mall/mall/flutter_barcode_reader/ [ +9 ms] Found plugin connectivity at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.6/ [ +14 ms] Found plugin flutter_bugly at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/flutter_bugly-0.2.8/ [ +17 ms] Found plugin flutter_webview_plugin at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/flutter_webview_plugin-0.3.10+1/ [ +1 ms] Found plugin fluttertoast at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/ [ +7 ms] Found plugin image_gallery_saver at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/image_gallery_saver-1.2.2/ [ +2 ms] Found plugin image_picker at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.0+9/ [ +6 ms] Found plugin linker at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/linker-0.0.2/ [ +3 ms] Found plugin local_auth at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ [ +9 ms] Found plugin package_info at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+12/ [ +2 ms] Found plugin path_provider at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/path_provider-1.1.0/ [ +2 ms] Found plugin permission_handler at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/ [ +1 ms] Found plugin permissions_plugin at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/permissions_plugin-1.1.4/ [ +10 ms] Found plugin sensors at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/sensors-0.4.1+3/ [ +2 ms] Found plugin shared_preferences at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.2+1/ [ +2 ms] Found plugin sqflite at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/sqflite-1.1.8/ [ +7 ms] Found plugin url_launcher at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ [ +2 ms] Found plugin url_launcher_macos at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+2/ [ +2 ms] Found plugin url_launcher_web at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.0+2/ [ +2 ms] Found plugin webview_flutter at /Users/bianxiang/mall/mall/webview_flutter-0.3.13/ [ +20 ms] Found plugin barcode_scan at /Users/bianxiang/mall/mall/flutter_barcode_reader/ [ +3 ms] Found plugin connectivity at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.6/ [ +7 ms] Found plugin flutter_bugly at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/flutter_bugly-0.2.8/ [ +7 ms] Found plugin flutter_webview_plugin at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/flutter_webview_plugin-0.3.10+1/ [ ] Found plugin fluttertoast at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/ [ +1 ms] Found plugin image_gallery_saver at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/image_gallery_saver-1.2.2/ [ ] Found plugin image_picker at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.0+9/ [ +2 ms] Found plugin linker at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/linker-0.0.2/ [ +1 ms] Found plugin local_auth at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/local_auth-0.6.1/ [ +3 ms] Found plugin package_info at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/package_info-0.4.0+12/ [ +1 ms] Found plugin path_provider at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/path_provider-1.1.0/ [ +1 ms] Found plugin permission_handler at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/permission_handler-3.3.0/ [ ] Found plugin permissions_plugin at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/permissions_plugin-1.1.4/ [ +5 ms] Found plugin sensors at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/sensors-0.4.1+3/ [ +1 ms] Found plugin shared_preferences at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.2+1/ [ +2 ms] Found plugin sqflite at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/sqflite-1.1.8/ [ +5 ms] Found plugin url_launcher at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.4.1/ [ +1 ms] Found plugin url_launcher_macos at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+2/ [ +1 ms] Found plugin url_launcher_web at /Users/bianxiang/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.0+2/ [ +1 ms] Found plugin webview_flutter at /Users/bianxiang/mall/mall/webview_flutter-0.3.13/ [ +51 ms] Generating /Users/bianxiang/mall/mall/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +20 ms] ro.hardware = qcom ⣽[ +13 ms] executing: [/Users/bianxiang/mall/mall/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/bianxiang/mall/mall/ios/Runner.xcodeproj -target Runner -showBuildSettings [ +2 ms] executing: [/Users/bianxiang/mall/mall/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/bianxiang/mall/mall/ios/Runner.xcodeproj -target Runner -showBuildSettings (This is taking an unexpectedly long time.)⢿[+2600 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 = bianxiang 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 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 = /Users/bianxiang/mall/mall/build/ios BUILD_ROOT = /Users/bianxiang/mall/mall/build/ios BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos CACHE_ROOT = /var/folders/2_/t35wym5171d1np1js9v4bjq00000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode CCHROOT = /var/folders/2_/t35wym5171d1np1js9v4bjq00000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/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 = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO CODESIGNING_FOLDER_PATH = /Users/bianxiang/mall/mall/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 CODE_SIGN_STYLE = Manual COLOR_DIAGNOSTICS = NO COMBINE_HIDPI_IMAGES = NO COMPILER_INDEX_STORE_ENABLE = Default COMPOSITE_SDK_DIRS = /Users/bianxiang/mall/mall/build/ios/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Release CONFIGURATION_BUILD_DIR = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos CONFIGURATION_TEMP_DIR = /Users/bianxiang/mall/mall/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/iPhoneSimulator12.2.sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator12.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_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 DERIVED_FILES_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_FILE_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /Users/bianxiang/mall/mall/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 DEVELOPMENT_TEAM = 298WESJ6U3 DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation 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 = /Users/bianxiang/mall/mall/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_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 = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /Users/bianxiang/mall/mall FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_FRAMEWORK_DIR = /Users/bianxiang/flutter/bin/cache/artifacts/engine/ios-release FLUTTER_ROOT = /Users/bianxiang/flutter FLUTTER_TARGET = /Users/bianxiang/mall/mall/lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_SEARCH_PATHS = "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/FMDB" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/MTBBarcodeScanner" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/Reachability" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/barcode_scan" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/connectivity" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_bugly" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_webview_plugin" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/fluttertoast" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_gallery_saver" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_picker" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/linker" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/local_auth" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/package_info" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/path_provider" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permission_handler" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permissions_plugin" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sensors" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/shared_preferences" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sqflite" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/url_launcher" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/webview_flutter" "/Users/bianxiang/mall/mall/ios/Pods/../Flutter" "/Users/bianxiang/mall/mall/ios/Pods/Bugly" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/FMDB" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/MTBBarcodeScanner" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/Reachability" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/barcode_scan" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/connectivity" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_bugly" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_webview_plugin" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/fluttertoast" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_gallery_saver" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_picker" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/linker" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/local_auth" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/package_info" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/path_provider" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permission_handler" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permissions_plugin" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sensors" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/shared_preferences" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sqflite" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/url_launcher" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/webview_flutter" "/Users/bianxiang/mall/mall/ios/Pods/../Flutter" "/Users/bianxiang/mall/mall/ios/Pods/Bugly" /Users/bianxiang/mall/mall/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_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 COCOAPODS=1 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 HEADER_SEARCH_PATHS = "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/FMDB/FMDB.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/MTBBarcodeScanner/MTBBarcodeScanner.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/Reachability/Reachability.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/barcode_scan/barcode_scan.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/connectivity/connectivity.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_bugly/flutter_bugly.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_webview_plugin/flutter_webview_plugin.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/fluttertoast/fluttertoast.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_gallery_saver/image_gallery_saver.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_picker/image_picker.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/linker/linker.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/local_auth/local_auth.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/package_info/package_info.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/path_provider/path_provider.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permission_handler/permission_handler.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permissions_plugin/permissions_plugin.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sensors/sensors.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/shared_preferences/shared_preferences.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sqflite/sqflite.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/url_launcher/url_launcher.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/webview_flutter/webview_flutter.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/FMDB/FMDB.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/MTBBarcodeScanner/MTBBarcodeScanner.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/Reachability/Reachability.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/barcode_scan/barcode_scan.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/connectivity/connectivity.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_bugly/flutter_bugly.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/flutter_webview_plugin/flutter_webview_plugin.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/fluttertoast/fluttertoast.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_gallery_saver/image_gallery_saver.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/image_picker/image_picker.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/linker/linker.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/local_auth/local_auth.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/package_info/package_info.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/path_provider/path_provider.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permission_handler/permission_handler.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/permissions_plugin/permissions_plugin.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sensors/sensors.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/shared_preferences/shared_preferences.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/sqflite/sqflite.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/url_launcher/url_launcher.framework/Headers" "/Users/bianxiang/mall/mall/build/ios/Release-iphoneos/webview_flutter/webview_flutter.framework/Headers" HIDE_BITCODE_SYMBOLS = YES HOME = /Users/bianxiang 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 = bianxiang INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 10.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 = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/bianxiang/mall/mall/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' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer LEX = lex LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LIBRARY_SEARCH_PATHS = /Users/bianxiang/mall/mall/ios/Flutter LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_FILE_LIST_normal_armv7 = LINK_WITH_STANDARD_LIBRARIES = YES LOCALIZABLE_CONTENT_DIR = LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString 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 = 18D42 MAC_OS_X_VERSION_ACTUAL = 101403 MAC_OS_X_VERSION_MAJOR = 101400 MAC_OS_X_VERSION_MINOR = 1403 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos/Runner.app MODULE_CACHE_DIR = /Users/bianxiang/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 = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects OBJECT_FILE_DIR_normal = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal OBJROOT = /Users/bianxiang/mall/mall/build/ios ONLY_ACTIVE_ARCH = NO OS = MACOS OSAC = /usr/bin/osacompile OTHER_LDFLAGS = -ObjC -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Bugly" -framework "FMDB" -framework "Flutter" -framework "MTBBarcodeScanner" -framework "QuartzCore" -framework "Reachability" -framework "Security" -framework "SystemConfiguration" -framework "barcode_scan" -framework "connectivity" -framework "flutter_bugly" -framework "flutter_webview_plugin" -framework "fluttertoast" -framework "image_gallery_saver" -framework "image_picker" -framework "linker" -framework "local_auth" -framework "package_info" -framework "path_provider" -framework "permission_handler" -framework "permissions_plugin" -framework "sensors" -framework "shared_preferences" -framework "sqflite" -framework "url_launcher" -framework "webview_flutter" -ObjC -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "Bugly" -framework "FMDB" -framework "Flutter" -framework "MTBBarcodeScanner" -framework "QuartzCore" -framework "Reachability" -framework "Security" -framework "SystemConfiguration" -framework "barcode_scan" -framework "connectivity" -framework "flutter_bugly" -framework "flutter_webview_plugin" -framework "fluttertoast" -framework "image_gallery_saver" -framework "image_picker" -framework "linker" -framework "local_auth" -framework "package_info" -framework "path_provider" -framework "permission_handler" -framework "permissions_plugin" -framework "sensors" -framework "shared_preferences" -framework "sqflite" -framework "url_launcher" -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:/opt/theos/bin/:/Users/bianxiang/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/ sbin:/usr/local/bin:/Users/bianxiang/Library/Android/sdk/tools:/Users/bianxiang/Library/Android/sdk/platform-tools 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 = /Users/bianxiang/mall/mall/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 = 16E226 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = Runner.app/PlugIns PODS_BUILD_DIR = /Users/bianxiang/mall/mall/build/ios PODS_CONFIGURATION_BUILD_DIR = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos PODS_PODFILE_DIR_PATH = /Users/bianxiang/mall/mall/ios/. PODS_ROOT = /Users/bianxiang/mall/mall/ios/Pods PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /Users/bianxiang/mall/mall/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.zp.jpmall PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /Users/bianxiang/mall/mall/ios/Runner/Info.plist PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/DerivedSources PROJECT_DIR = /Users/bianxiang/mall/mall/ios PROJECT_FILE_PATH = /Users/bianxiang/mall/mall/ios/Runner.xcodeproj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build PROJECT_TEMP_ROOT = /Users/bianxiang/mall/mall/build/ios PROVISIONING_PROFILE_REQUIRED = YES PROVISIONING_PROFILE_SPECIFIER = jpmall_pro 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 = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /Users/bianxiang/mall/mall/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/iPhoneOS12.2.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk SDK_DIR_iphoneos12_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk SDK_NAME = iphoneos12.2 SDK_NAMES = iphoneos12.2 SDK_PRODUCT_BUILD_VERSION = 16E226 SDK_VERSION = 12.2 SDK_VERSION_ACTUAL = 120200 SDK_VERSION_MAJOR = 120000 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 = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/bianxiang/mall/mall/build/ios/SharedPrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/bianxiang/mall/mall/ios SRCROOT = /Users/bianxiang/mall/mall/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_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 = 4.0 SYMROOT = /Users/bianxiang/mall/mall/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_DOCUMENTATION_DIR = /Library/Documentation SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1 TARGETNAME = Runner TARGET_BUILD_DIR = /Users/bianxiang/mall/mall/build/ios/Release-iphoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILES_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILE_DIR = /Users/bianxiang/mall/mall/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_ROOT = /Users/bianxiang/mall/mall/build/ios TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain TRACK_WIDGET_CREATION = true TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO UID = 501 UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app UNSTRIPPED_PRODUCT = NO USER = bianxiang USER_APPS_DIR = /Users/bianxiang/Applications USER_LIBRARY_DIR = /Users/bianxiang/Library USE_DYNAMIC_NO_PIC = YES USE_HEADERMAP = YES USE_HEADER_SYMLINKS = NO VALIDATE_PRODUCT = YES VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = bianxiang 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 = 10E1001 XCODE_VERSION_ACTUAL = 1021 XCODE_VERSION_MAJOR = 1000 XCODE_VERSION_MINOR = 1020 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc arch = arm64 variant = normal [ +72 ms] Launching lib/main.dart on MI 8 SE in debug mode... [ +6 ms] executing: /Users/bianxiang/Library/Android/sdk/build-tools/29.0.0/aapt dump xmltree /Users/bianxiang/mall/mall/build/app/outputs/apk/app.apk AndroidManifest.xml [ +7 ms] Exit code 0 from: /Users/bianxiang/Library/Android/sdk/build-tools/29.0.0/aapt dump xmltree /Users/bianxiang/mall/mall/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.zp.mall" (Raw: "com.zp.mall") A: platformBuildVersionCode=(type 0x10)0x1 A: platformBuildVersionName="1.0.0" (Raw: "1.0.0") E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c E: uses-permission (line=11) A: android:name(0x01010003)="android.permission.CAMERA" (Raw: "android.permission.CAMERA") E: uses-permission (line=12) A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE") E: uses-permission (line=13) A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE") E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=15) A: android:name(0x01010003)="android.permission.ACCESS_WIFI_STATE" (Raw: "android.permission.ACCESS_WIFI_STATE") E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=17) A: android:name(0x01010003)="android.permission.REQUEST_INSTALL_PACKAGES" (Raw: "android.permission.REQUEST_INSTALL_PACKAGES") E: uses-permission (line=18) A: android:name(0x01010003)="android.permission.USE_BIOMETRIC" (Raw: "android.permission.USE_BIOMETRIC") E: uses-permission (line=19) A: android:name(0x01010003)="android.permission.USE_FINGERPRINT" (Raw: "android.permission.USE_FINGERPRINT") E: application (line=27) A: android:label(0x01010001)="JPMall" (Raw: "JPMall") A: android:icon(0x01010002)=@0x7f0c0000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:usesCleartextTraffic(0x010104ec)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: activity (line=33) A: android:theme(0x01010000)=@0x7f0e00c8 A: android:name(0x01010003)="com.zp.mall.MainActivity" (Raw: "com.zp.mall.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x2 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=47) 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=51) E: action (line=52) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=54) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: intent-filter (line=56) E: action (line=57) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: category (line=59) A: android:name(0x01010003)="android.intent.category.DEFAULT" (Raw: "android.intent.category.DEFAULT") E: category (line=60) A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE") E: data (line=62) A: android:scheme(0x01010027)="mall" (Raw: "mall") E: provider (line=66) A: android:name(0x01010003)="androidx.core.content.FileProvider" (Raw: "androidx.core.content.FileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.zp.mall.fileProvider" (Raw: "com.zp.mall.fileProvider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=71) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f100000 E: activity (line=76) A: android:name(0x01010003)="com.apptreesoftware.barcodescan.BarcodeScannerActivity" (Raw: "com.apptreesoftware.barcodescan.BarcodeScannerActivity") E: provider (line=78) A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.zp.mall.flutter.image_provider" (Raw: "com.zp.mall.flutter.image_provider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=83) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f100001 E: activity (line=88) 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 E: activity (line=92) A: android:theme(0x01010000)=@0x0103000f A: android:name(0x01010003)="com.tencent.bugly.beta.ui.BetaActivity" (Raw: "com.tencent.bugly.beta.ui.BetaActivity") A: android:configChanges(0x0101001f)=(type 0x11)0x4a4 E: provider (line=96) A: android:name(0x01010003)="com.tencent.bugly.beta.utils.BuglyFileProvider" (Raw: "com.tencent.bugly.beta.utils.BuglyFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.zp.mall.fileProvider" (Raw: "com.zp.mall.fileProvider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=101) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f100002 E: service (line=105) A: android:name(0x01010003)="com.tencent.bugly.beta.tinker.TinkerResultService" (Raw: "com.tencent.bugly.beta.tinker.TinkerResultService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:exported(0x01010010)=(type 0x12)0x0 E: activity (line=110) A: android:theme(0x01010000)=@0x7f0e00c7 A: android:name(0x01010003)="androidx.biometric.DeviceCredentialHandlerActivity" (Raw: "androidx.biometric.DeviceCredentialHandlerActivity") [ +7 ms] executing: /Users/bianxiang/Library/Android/sdk/platform-tools/adb -s 4e99c20e shell -x logcat -v time -s flutter [ +4 ms] executing: /Users/bianxiang/Library/Android/sdk/platform-tools/adb version Unhandled exception: Bad state: Future already completed #0 _AsyncCompleter.complete (dart:async/future_impl.dart:41:31) #1 _NativeSocket.startConnect..connectNext. (dart:io-patch/socket_patch.dart:560:23) #2 _NativeSocket.issueWriteEvent.issue (dart:io-patch/socket_patch.dart:917:14) #3 _NativeSocket.issueWriteEvent (dart:io-patch/socket_patch.dart:924:12) #4 _NativeSocket.multiplex (dart:io-patch/socket_patch.dart:945:11) #5 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12) bianxiangdeMacBook-Pro-2:mall bianxiang$ ```
bianxiang commented 4 years ago

a reproducible minimal code sample

I can not provide a reproducible minimal code sample,because when I create a new project,this bug was disappeared

VladyslavBondarenko commented 4 years ago

Hi @bianxiang I'm glad if it's already not a problem for you. Closing this issue if you disagree please write in the comments and I will reopen it. Thank you

github-actions[bot] commented 3 years ago

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.