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
165.01k stars 27.19k forks source link

TextField: Keyboard not showing on `autofocus: true` after app is paused then resumed in Android #52599

Open devforey opened 4 years ago

devforey commented 4 years ago

Steps to Reproduce

  1. Create a TextField with autofocus: true
  2. Run application. The input should be focused and keyboard is showing.
  3. Put the application on background, then open it again to send it to foreground.

Expected results: TextField should be focused and the keyboard should be opened.

Actual results: TextField is showing but the keyboard is not opened.

iapicca commented 4 years ago

Hi @devforey something looks off, trying to repro your case doesn't even trigger the keyboard

logs ```bash /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftObjectiveC.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftObjectiveC.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftObjectiveC.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftFoundation.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDarwin.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreFoundation.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCore.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib Codesigning /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib /usr/bin/codesign --force --sign - --verbose /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftCoreGraphics.dylib Probing signature of /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib /usr/bin/codesign -r- --display /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/libswiftDispatch.dylib CodeSign /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app (in target 'Runner' from project 'Runner') cd /Users/nevercode/Desktop/projects/sixteen_march/ios export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: "-" /usr/bin/codesign --force --sign - --entitlements /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-ip honesimulator/Runner.build/Runner.app.xcent --timestamp=none /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app RegisterExecutionPolicyException /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app (in target 'Runner' from project 'Runner') cd /Users/nevercode/Desktop/projects/sixteen_march/ios builtin-RegisterExecutionPolicyException /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app note: Execution policy exception registration failed and was skipped: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" (in target 'Runner' from project 'Runner') Touch /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app (in target 'Runner' from project 'Runner') cd /Users/nevercode/Desktop/projects/sixteen_march/ios /usr/bin/touch -c /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app ** BUILD SUCCEEDED ** [ +289 ms] └─Compiling, linking and signing... (completed in 24.3s) [ +1 ms] Xcode build done. 47.6s [ +5 ms] executing: [/Users/nevercode/Desktop/projects/sixteen_march/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/nevercode/Desktop/projects/sixteen_march/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/T/flutter_build_log_pipe.xW6tOV/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings [ +1 ms] executing: [/Users/nevercode/Desktop/projects/sixteen_march/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/nevercode/Desktop/projects/sixteen_march/build/ios -sdk iphonesimulator -arch x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/T/flutter_build_log_pipe.xW6tOV/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings [+4524 ms] Build settings from command line: ARCHS = x86_64 BUILD_DIR = /Users/nevercode/Desktop/projects/sixteen_march/build/ios COMPILER_INDEX_STORE_ENABLE = NO FLUTTER_SUPPRESS_ANALYTICS = true SCRIPT_OUTPUT_STREAM_FILE = /var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/T/flutter_build_log_pipe.xW6tOV/pipe_to_stdout SDKROOT = iphonesimulator13.2 VERBOSE_SCRIPT_LOGGING = YES Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = YES ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = nevercode 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 = x86_64 ARCHS_STANDARD = i386 x86_64 ARCHS_STANDARD_32_64_BIT = i386 x86_64 ARCHS_STANDARD_32_BIT = i386 ARCHS_STANDARD_64_BIT = x86_64 ARCHS_STANDARD_INCLUDING_64_BIT = i386 x86_64 ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64 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/nevercode/Desktop/projects/sixteen_march/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Products BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator CACHE_ROOT = /var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/C/com.apple.DeveloperTools/11.3.1-11C504/Xcode CCHROOT = /var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/C/com.apple.DeveloperTools/11.3.1-11C504/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/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO CODESIGNING_FOLDER_PATH = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app CODE_SIGNING_ALLOWED = YES CODE_SIGNING_REQUIRED = YES CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext CODE_SIGN_IDENTITY = - CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES COLOR_DIAGNOSTICS = NO COMBINE_HIDPI_IMAGES = NO COMPILER_INDEX_STORE_ENABLE = NO COMPOSITE_SDK_DIRS = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Debug CONFIGURATION_BUILD_DIR = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator CONFIGURATION_TEMP_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator 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_DEVICE_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk CORRESPONDING_DEVICE_SDK_NAME = iphoneos13.2 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = x86_64 CURRENT_PROJECT_VERSION = 1 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 = mios-simulator-version-min DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min= DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_simulator_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 = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/DerivedSources DERIVED_FILE_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/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 = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator EFFECTIVE_PLATFORM_NAME = -iphonesimulator EMBEDDED_CONTENT_CONTAINS_SWIFT = NO 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_DESTINATION = __entitlements 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/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /Users/nevercode/Desktop/projects/sixteen_march FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_FRAMEWORK_DIR = /Users/nevercode/development/flutter/bin/cache/artifacts/engine/ios FLUTTER_ROOT = /Users/nevercode/development/flutter FLUTTER_SUPPRESS_ANALYTICS = true FLUTTER_TARGET = /Users/nevercode/Desktop/projects/sixteen_march/lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_SEARCH_PATHS = /Users/nevercode/Desktop/projects/sixteen_march/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_OBJC_LEGACY_DISPATCH = YES GCC_OPTIMIZATION_LEVEL = 0 GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 GCC_SYMBOLS_PRIVATE_EXTERN = NO 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/nevercode 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 = nevercode 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 KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/Runner-LinkMap-normal-x86_64.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 = /Users/nevercode/Desktop/projects/sixteen_march/ios/Flutter LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_x86_64 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0 LLVM_TARGET_TRIPLE_SUFFIX = -simulator 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 = 19D76 MAC_OS_X_VERSION_ACTUAL = 101503 MAC_OS_X_VERSION_MAJOR = 101500 MAC_OS_X_VERSION_MINOR = 1503 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/Runner.app MODULES_FOLDER_PATH = Runner.app/Modules MODULE_CACHE_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = YES NATIVE_ARCH = i386 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJC_ABI_VERSION = 2 OBJECT_FILE_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/Objects OBJECT_FILE_DIR_normal = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/Objects-normal OBJROOT = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex ONLY_ACTIVE_ARCH = YES 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:/Users/nevercode/development/flutter/bin/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/ Users/nevercode/development/flutter/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 = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/PkgInfo PKGINFO_PATH = Runner.app/PkgInfo PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.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/iPhoneSimulator.platform/Developer/SDKs PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform PLATFORM_DISPLAY_NAME = iOS Simulator PLATFORM_NAME = iphonesimulator PLATFORM_PREFERRED_ARCH = x86_64 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 = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/PrefixHeaders PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders PRODUCT_BUNDLE_IDENTIFIER = com.example.sixteenMarch PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /Users/nevercode/Desktop/projects/sixteen_march/ios/Runner/Info.plist PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/DerivedSo urces PROJECT_DIR = /Users/nevercode/Desktop/projects/sixteen_march/ios PROJECT_FILE_PATH = /Users/nevercode/Desktop/projects/sixteen_march/ios/Runner.xcodeproj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build PROJECT_TEMP_ROOT = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex 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 REZ_COLLECTOR_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build/ResourceManagerResources/Objects SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO SCRIPTS_FOLDER_PATH = Runner.app/Scripts SCRIPT_OUTPUT_STREAM_FILE = /var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/T/flutter_build_log_pipe.xW6tOV/pipe_to_stdout SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk SDK_DIR_iphonesimulator13_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk SDK_NAME = iphonesimulator13.2 SDK_NAMES = iphonesimulator13.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 = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/PrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/nevercode/Desktop/projects/sixteen_march/ios SRCROOT = /Users/nevercode/Desktop/projects/sixteen_march/ios STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = NO 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_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -Onone SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Products 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 = /Users/nevercode/Desktop/projects/sixteen_march/build/ios/Debug-iphonesimulator TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build TEMP_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build TEMP_FILES_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build TEMP_FILE_DIR = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex/Runner.build/Debug-iph onesimulator/Runner.build TEMP_ROOT = /Users/nevercode/Library/Developer/Xcode/DerivedData/Runner-fnwnjewnxxhtmigbqrqtdxywscze/Build/Intermediates.noindex 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 = nevercode USER_APPS_DIR = /Users/nevercode/Applications USER_LIBRARY_DIR = /Users/nevercode/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 = i386 x86_64 VERBOSE_PBXCP = NO VERBOSE_SCRIPT_LOGGING = YES VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = nevercode 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 = 11C504 XCODE_VERSION_ACTUAL = 1131 XCODE_VERSION_MAJOR = 1100 XCODE_VERSION_MINOR = 1130 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc arch = x86_64 variant = normal [ +509 ms] executing: /usr/bin/xcrun simctl install D5F70F31-B488-4454-9539-320B5551D92A /Users/nevercode/Desktop/projects/sixteen_march/build/ios/iphonesimulator/Runner.app [+4497 ms] executing: /usr/bin/plutil -convert json -o - /Users/nevercode/Desktop/projects/sixteen_march/build/ios/iphonesimulator/Runner.app/Info.plist [ +15 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/nevercode/Desktop/projects/sixteen_march/build/ios/iphonesimulator/Runner.app/Info.plist [ ] {"CFBundleName":"sixteen_march","DTSDKName":"iphonesimulator13.2","DTXcode":"1130","CFBundleIcons~ipad":{"CFBundlePrimaryIcon":{"CFBundleIconFiles":["AppIcon20x20" ,"AppIcon29x29","AppIcon40x40","AppIcon60x60","AppIcon76x76","AppIcon83.5x83.5"],"CFBundleIconName":"AppIcon"}},"UILaunchStoryboardName":"LaunchScreen","DTSDKBuild ":"17B102","CFBundleDevelopmentRegion":"en","CFBundleVersion":"1","BuildMachineOSBuild":"19D76","DTPlatformName":"iphonesimulator","CFBundlePackageType":"APPL","CF BundleShortVersionString":"1.0.0","CFBundleSupportedPlatforms":["iPhoneSimulator"],"UIMainStoryboardFile":"Main","CFBundleInfoDictionaryVersion":"6.0","CFBundleExe cutable":"Runner","DTCompiler":"com.apple.compilers.llvm.clang.1_0","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientati onPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"MinimumOSVersion":"8.0","CFBundleIdentifier":"com.example.sixt eenMarch","UIDeviceFamily":[1,2],"CFBundleSignature":"????","DTPlatformVersion":"13.2","CFBundleIcons":{"CFBundlePrimaryIcon":{"CFBundleIconFiles":["AppIcon20x20", "AppIcon29x29","AppIcon40x40","AppIcon60x60"],"CFBundleIconName":"AppIcon"}},"DTXcodeBuild":"11C504","LSRequiresIPhoneOS":true,"UISupportedInterfaceOrientations":[ "UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"UIViewControllerBasedStatusBarAppearance":false,"DT PlatformBuild":"17B102"} [ +11 ms] executing: /usr/bin/xcrun simctl launch D5F70F31-B488-4454-9539-320B5551D92A com.example.sixteenMarch --enable-dart-profiling --enable-checked-mode --verify-entry-points --observatory-port=0 [ +260 ms] com.example.sixteenMarch: 6862 [ ] Waiting for observatory port to be available... [+3985 ms] [DEVICE LOG] Timestamp (process)[PID] [ ] [DEVICE LOG] 2020-03-16 10:20:55.436790+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:connection] Initializing connection [ ] [DEVICE LOG] 2020-03-16 10:20:55.437121+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:process] Removing all cached process handles [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:55.437293+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:connection] Sending handshake request attempt #1 to server [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:55.437393+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:connection] Creating connection to com.apple.runningboard [ ] [DEVICE LOG] 2020-03-16 10:20:55.440570+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:connection] Handshake succeeded [ ] [DEVICE LOG] 2020-03-16 10:20:55.440723+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application [ ] [DEVICE LOG] 2020-03-16 10:20:55.441238+0200 localhost Runner[6862]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connecting to endpoint : [ +5 ms] [DEVICE LOG] 2020-03-16 10:20:55.441376+0200 localhost Runner[6862]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace registering source: [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:55.442596+0200 localhost Runner[6862]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connected to endpoint : [ ] [DEVICE LOG] 2020-03-16 10:20:55.443025+0200 localhost Runner[6862]: (RunningBoardServices) [com.apple.runningboard:general] Added observer for process assertions expiration warning: <_RBSExpirationWarningAssertion: 0x600002cddec0; identifier: com.apple.runningboardservices.processExpirationWarningForHandle; reason: observation; valid: YES> [ +3 ms] [DEVICE LOG] 2020-03-16 10:20:55.450068+0200 localhost Runner[6862]: (CoreFoundation) Created Activity ID: 0x17620, Description: Loading Preferences From System CFPrefsD [ ] [DEVICE LOG] 2020-03-16 10:20:55.450340+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17621, Description: didChangeInheritances [ +3 ms] [DEVICE LOG] 2020-03-16 10:20:55.450712+0200 localhost Runner[6862]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace already connected to endpoint : [ ] [DEVICE LOG] 2020-03-16 10:20:55.450864+0200 localhost Runner[6862]: (CoreFoundation) Created Activity ID: 0x17622, Description: Loading Preferences From System CFPrefsD [ +8 ms] [DEVICE LOG] 2020-03-16 10:20:55.455752+0200 localhost Runner[6862]: (CoreServicesInternal) kExcludedFromBackupXattrName set on path: /Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD3685C36F3 /Library/Caches//flutter_callback_cache.json [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:55.456324+0200 localhost Runner[6862]: (libAccessibility.dylib) [com.apple.Accessibility:AXSupportCommon] Retrieving resting unlock: 0 [ ] [DEVICE LOG] 2020-03-16 10:20:55.456905+0200 localhost Runner[6862]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] Registering for test daemon availability notify post. [ ] [DEVICE LOG] 2020-03-16 10:20:55.457093+0200 localhost Runner[6862]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] notify_get_state check indicated test daemon not ready. [ +108 ms] [DEVICE LOG] 2020-03-16 10:20:55.602214+0200 localhost Runner[6862]: (CoreFoundation) Created Activity ID: 0x17623, Description: Loading Preferences From System CFPrefsD [ +54 ms] [DEVICE LOG] 2020-03-16 10:20:55.657462+0200 localhost Runner[6862]: (Flutter) flutter: Observatory listening on http://127.0.0.1:53247/5MHOwHtoFOg=/ [ +211 ms] Observatory URL on device: http://127.0.0.1:53247/5MHOwHtoFOg=/ [ +20 ms] Connecting to service protocol: http://127.0.0.1:53247/5MHOwHtoFOg=/ [ +47 ms] [DEVICE LOG] 2020-03-16 10:20:55.935080+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17624, Description: didChangeInheritances [ +8 ms] [DEVICE LOG] 2020-03-16 10:20:55.940462+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17625, Description: didChangeInheritances [ +164 ms] [DEVICE LOG] 2020-03-16 10:20:56.042484+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17626, Description: didChangeInheritances [ +48 ms] Successfully connected to service protocol: http://127.0.0.1:53247/5MHOwHtoFOg=/ [ +6 ms] Sending to VM service: getVM({}) [ +8 ms] Result: {type: VM, name: vm, architectureBits: 64, hostCPU: Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz, operatingSystem: ios, targetCPU: x64, version: 2.7.0 (Fri Dec 6 16:26:51 2019 +0100) on "ios_x64", _profilerMode: VM, _nativeZoneMemoryUsage: 0, pid: 686... [ +12 ms] Sending to VM service: getIsolate({isolateId: isolates/1895198074153943}) [ +10 ms] Sending to VM service: _flutter.listViews({}) [ +12 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7ffd2401aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/1895198074153943, name: main.dart$main-1895198074153943, number: 1895198074153943}}]} [ +30 ms] DevFS: Creating new filesystem on the device (null) [ +7 ms] Sending to VM service: _createDevFS({fsName: sixteen_march}) [ +55 ms] Result: {type: Isolate, id: isolates/1895198074153943, name: main, number: 1895198074153943, _originNumber: 1895198074153943, startTime: 1584346855500, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis... [ +35 ms] Result: {type: FileSystem, name: sixteen_march, uri: file:///Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD36 85C36F3/tmp/sixteen_marchhC3T31/sixteen... [ ] DevFS: Created new filesystem on the device (file:///Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD3 685C36F3/tmp/sixteen_marchhC3T31/sixteen_march/) [ +4 ms] Updating assets [ +88 ms] Syncing files to device iPhone 8... [ +14 ms] Scanning asset files [ +13 ms] <- reset [ +2 ms] Compiling dart to kernel with 0 updated files [ +61 ms] /Users/nevercode/development/flutter/bin/cache/dart-sdk/bin/dart /Users/nevercode/development/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/nevercode/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter -Ddart.developer.causal_async_stacks=true --output-dill /var/folders/c3/l5jpznsj5k37yrj47l__xpw40000gn/T/flutter_tool.JN4yiQ/app.dill --packages /Users/nevercode/Desktop/projects/sixteen_march/.packages -Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root [ +71 ms] <- compile package:sixteen_march/main.dart [ +35 ms] [DEVICE LOG] 2020-03-16 10:20:56.562919+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17627, Description: didChangeInheritances [ +311 ms] [DEVICE LOG] 2020-03-16 10:20:56.940687+0200 localhost Runner[6862]: (Flutter) flutter: ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════ [ +34 ms] flutter: ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════ [ ] [DEVICE LOG] 2020-03-16 10:20:56.940913+0200 localhost Runner[6862]: (Flutter) flutter: The following assertion was thrown while dispatching notifications for FocusNode: [ ] [DEVICE LOG] 2020-03-16 10:20:56.942229+0200 localhost Runner[6862]: (Flutter) flutter: RenderBox was not laid out: RenderEditable#48222 NEEDS-LAYOUT NEEDS-PAINT [ ] [DEVICE LOG] 2020-03-16 10:20:56.942406+0200 localhost Runner[6862]: (Flutter) flutter: 'package:flutter/src/rendering/box.dart': [ ] [DEVICE LOG] 2020-03-16 10:20:56.943038+0200 localhost Runner[6862]: (Flutter) flutter: Failed assertion: line 1687 pos 12: 'hasSize' [ ] [DEVICE LOG] 2020-03-16 10:20:56.955643+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:20:56.956041+0200 localhost Runner[6862]: (Flutter) flutter: Either the assertion indicates an error in the framework itself, or we should provide substantially [ ] [DEVICE LOG] 2020-03-16 10:20:56.957104+0200 localhost Runner[6862]: (Flutter) flutter: more information in this error message to help you determine and fix the underlying cause. [ ] [DEVICE LOG] 2020-03-16 10:20:56.957958+0200 localhost Runner[6862]: (Flutter) flutter: In either case, please report this assertion by filing a bug on GitHub: [ +31 ms] [DEVICE LOG] 2020-03-16 10:20:56.958167+0200 localhost Runner[6862]: (Flutter) flutter: https://github.com/flutter/flutter/issues/new?template=BUG.md [ ] [DEVICE LOG] 2020-03-16 10:20:56.959057+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:20:56.960027+0200 localhost Runner[6862]: (Flutter) flutter: When the exception was thrown, this was the stack: [ ] [DEVICE LOG] 2020-03-16 10:20:56.960749+0200 localhost Runner[6862]: (Flutter) flutter: #2 RenderBox.size (package:flutter/src/rendering/box.dart:1687:12) [ +2 ms] [DEVICE LOG] 2020-03-16 10:20:56.961217+0200 localhost Runner[6862]: (Flutter) flutter: #3 EditableTextState._updateSizeAndTransform (package:flutter/src/widgets/editable_text.dart:1729:40) [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:56.961978+0200 localhost Runner[6862]: (Flutter) flutter: #4 EditableTextState._openInputConnection (package:flutter/src/widgets/editable_text.dart:1415:7) [ +2 ms] [DEVICE LOG] 2020-03-16 10:20:56.963816+0200 localhost Runner[6862]: (Flutter) flutter: #5 EditableTextState._openOrCloseInputConnectionIfNeeded (package:flutter/src/widgets/editable_text.dart:1441:7) [ +5 ms] [DEVICE LOG] 2020-03-16 10:20:56.963986+0200 localhost Runner[6862]: (Flutter) flutter: #6 EditableTextState._handleFocusChanged (package:flutter/src/widgets/editable_text.dart:1707:5) [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:56.964942+0200 localhost Runner[6862]: (Flutter) flutter: #7 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206:21) [ +3 ms] [DEVICE LOG] 2020-03-16 10:20:56.965945+0200 localhost Runner[6862]: (Flutter) flutter: #8 FocusNode._notify (package:flutter/src/widgets/focus_manager.dart:808:5) [ +1 ms] [DEVICE LOG] 2020-03-16 10:20:56.966088+0200 localhost Runner[6862]: (Flutter) flutter: #9 FocusManager._applyFocusChange (package:flutter/src/widgets/focus_manager.dart:1401:12) [ ] [DEVICE LOG] 2020-03-16 10:20:56.967014+0200 localhost Runner[6862]: (Flutter) flutter: (elided 12 frames from class _AssertionError and package dart:async) [ ] [DEVICE LOG] 2020-03-16 10:20:56.968002+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:20:56.969573+0200 localhost Runner[6862]: (Flutter) flutter: The FocusNode sending notification was: [ ] [DEVICE LOG] 2020-03-16 10:20:56.969737+0200 localhost Runner[6862]: (Flutter) flutter: FocusNode#36095 [ ] [DEVICE LOG] 2020-03-16 10:20:56.970600+0200 localhost Runner[6862]: (Flutter) flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════ [ +10 ms] flutter: The following assertion was thrown while dispatching notifications for FocusNode: [ +2 ms] flutter: RenderBox was not laid out: RenderEditable#48222 NEEDS-LAYOUT NEEDS-PAINT [ ] flutter: 'package:flutter/src/rendering/box.dart': [ ] flutter: Failed assertion: line 1687 pos 12: 'hasSize' [ +1 ms] flutter: [ +3 ms] flutter: Either the assertion indicates an error in the framework itself, or we should provide substantially [ +7 ms] flutter: more information in this error message to help you determine and fix the underlying cause. [ ] flutter: In either case, please report this assertion by filing a bug on GitHub: [ ] flutter: https://github.com/flutter/flutter/issues/new?template=BUG.md [ ] flutter: [ +1 ms] flutter: When the exception was thrown, this was the stack: [ +1 ms] flutter: #2 RenderBox.size (package:flutter/src/rendering/box.dart:1687:12) [ +2 ms] flutter: #3 EditableTextState._updateSizeAndTransform (package:flutter/src/widgets/editable_text.dart:1729:40) [ +14 ms] flutter: #4 EditableTextState._openInputConnection (package:flutter/src/widgets/editable_text.dart:1415:7) [ ] flutter: #5 EditableTextState._openOrCloseInputConnectionIfNeeded (package:flutter/src/widgets/editable_text.dart:1441:7) [ +1 ms] flutter: #6 EditableTextState._handleFocusChanged (package:flutter/src/widgets/editable_text.dart:1707:5) [ ] flutter: #7 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206:21) [ ] flutter: #8 FocusNode._notify (package:flutter/src/widgets/focus_manager.dart:808:5) [ ] flutter: #9 FocusManager._applyFocusChange (package:flutter/src/widgets/focus_manager.dart:1401:12) [ ] flutter: (elided 12 frames from class _AssertionError and package dart:async) [ ] flutter: [ ] flutter: The FocusNode sending notification was: [ ] flutter: FocusNode#36095 [ ] flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════ [ +394 ms] [DEVICE LOG] 2020-03-16 10:20:57.474312+0200 localhost Runner[6862]: (ManagedConfiguration) [com.apple.ManagedConfiguration:MC] Got system group container path from MCM for systemgroup.com.apple.configurationprofiles: /Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configuratio nprofiles [ +119 ms] [DEVICE LOG] 2020-03-16 10:20:57.593626+0200 localhost Runner[6862]: (AggregateDictionary) AggregateDictionary is not supported on this platform [ +160 ms] [DEVICE LOG] 2020-03-16 10:20:57.751597+0200 localhost Runner[6862]: (CallKit) [com.apple.calls.callkit:Default] Call host has no calls [+8254 ms] Updating files [ +118 ms] DevFS: Sync finished [ ] Syncing files to device iPhone 8... (completed in 9,697ms, longer than expected) [ +1 ms] Synced 0.9MB. [ +2 ms] Sending to VM service: _flutter.listViews({}) [ +2 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7ffd2401aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/1895198074153943, name: main.dart$main-1895198074153943, number: 1895198074153943}}]} [ +1 ms] <- accept [ ] Connected to _flutterView/0x7ffd2401aa20. [ +2 ms] 🔥 To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R". [ +1 ms] An Observatory debugger and profiler on iPhone 8 is available at: http://127.0.0.1:53247/5MHOwHtoFOg=/ [ ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q". [+37116 ms] Performing hot restart... [ +7 ms] Refreshing active FlutterViews before restarting. [ ] Sending to VM service: _flutter.listViews({}) [ +4 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7ffd2401aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/1895198074153943, name: main.dart$main-1895198074153943, number: 1895198074153943}}]} [ +30 ms] Scanned through 453 files in 27ms [ +1 ms] Syncing files to device iPhone 8... [ +1 ms] Scanning asset files [ +5 ms] <- reset [ ] Compiling dart to kernel with 0 updated files [ +8 ms] <- recompile package:sixteen_march/main.dart c9630e09-adec-46b4-a7d2-e552f5a1fc41 [ ] <- c9630e09-adec-46b4-a7d2-e552f5a1fc41 [ +111 ms] Updating files [+1677 ms] DevFS: Sync finished [ ] Syncing files to device iPhone 8... (completed in 1,805ms) [ ] Synced 18.2MB. [ +1 ms] <- accept [ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/1895198074153943}) [ +53 ms] Result: {type: Isolate, id: isolates/1895198074153943, name: main, number: 1895198074153943, _originNumber: 1895198074153943, startTime: 1584346855501, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 18, avgCollectionPeriodMilli... [ +54 ms] Sending to VM service: _flutter.runInView({viewId: _flutterView/0x7ffd2401aa20, mainScript: file:///Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD36 85C36F3/tmp/sixteen_marchhC3T31/sixteen_march/lib/main.dart.dill, packagesFile: file:///Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD36 85C36F3/tmp/sixteen_marchhC3T31/sixteen_march/.packages, assetDirectory: file:///Users/nevercode/Library/Developer/CoreSimulator/Devices/D5F70F31-B488-4454-9539-320B5551D92A/data/Containers/Data/Application/FDE43B32-1FC1-413B-B19A-4CD36 85C36F3/tmp/sixteen_marchhC3T31/sixteen_march/build/flutter_assets}) [ +139 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: IsolateStart, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905242}} [ +1 ms] Sending to VM service: getIsolate({isolateId: isolates/620543568436723}) [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905247, extensionRPC: ext.ui.window.scheduleFrame}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: IsolateExit, isolate: {type: @Isolate, id: isolates/1895198074153943, name: main, number: 1895198074153943}, timestamp: 1584346905272}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: IsolateRunnable, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905350}} [ +1 ms] Result: {type: Success, view: {type: FlutterView, id: _flutterView/0x7ffd2401aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/620543568436723, name: main.dart$main-620543568436723, number: 620543568436723}}} [ +2 ms] Isolate is runnable. [ ] Sending to VM service: _flutter.listViews({}) [ +8 ms] Result: {type: Isolate, id: isolates/620543568436723, name: main, number: 620543568436723, _originNumber: 620543568436723, startTime: 1584346905234, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPeriodMillis: 0... [ +11 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x7ffd2401aa20, isolate: {type: @Isolate, fixedId: true, id: isolates/620543568436723, name: main.dart$main-620543568436723, number: 620543568436723}}]} [ +1 ms] Hot restart performed in 2,116ms. [ +5 ms] Performing hot restart... (completed in 2,136ms, longer than expected) [ ] Restarted application in 2,138ms. [ +66 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905461, extensionRPC: ext.flutter.reassemble}} [ +3 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905461, extensionRPC: ext.flutter.exit}} [ +5 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905461, extensionRPC: ext.flutter.saveCompilationTrace}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905463, extensionRPC: ext.flutter.platformOverride}} [ +2 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905470, extensionRPC: ext.flutter.evict}} [ +4 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905472, extensionRPC: ext.flutter.timeDilation}} [ +7 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905475, extensionRPC: ext.flutter.debugPaint}} [ +4 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905475, extensionRPC: ext.flutter.debugPaintBaselinesEnabled}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905475, extensionRPC: ext.flutter.repaintRainbow}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905475, extensionRPC: ext.flutter.debugCheckElevationsEnabled}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.debugDumpLayerTree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.debugDumpRenderTree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.debugDumpSemanticsTreeInTraversalOrder}} [ +11 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.debugDumpSemanticsTreeInInverseHitTestOrder}} [ +2 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.debugDumpApp}} [ +8 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.showPerformanceOverlay}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.didSendFirstFrameEvent}} [ +2 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.didSendFirstFrameRasterizedEvent}} [ +3 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905476, extensionRPC: ext.flutter.profileWidgetBuilds}} [ +2 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905492, extensionRPC: ext.flutter.debugAllowBanner}} [ +2 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905493, extensionRPC: ext.flutter.debugWidgetInspector}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905525, extensionRPC: ext.flutter.inspector.structuredErrors}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905527, extensionRPC: ext.flutter.inspector.show}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905527, extensionRPC: ext.flutter.inspector.trackRebuildDirtyWidgets}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905528, extensionRPC: ext.flutter.inspector.trackRepaintWidgets}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905529, extensionRPC: ext.flutter.inspector.disposeAllGroups}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905529, extensionRPC: ext.flutter.inspector.disposeGroup}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905529, extensionRPC: ext.flutter.inspector.isWidgetTreeReady}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905530, extensionRPC: ext.flutter.inspector.disposeId}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905531, extensionRPC: ext.flutter.inspector.setPubRootDirectories}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905531, extensionRPC: ext.flutter.inspector.setSelectionById}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905531, extensionRPC: ext.flutter.inspector.getParentChain}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905532, extensionRPC: ext.flutter.inspector.getProperties}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905532, extensionRPC: ext.flutter.inspector.getChildren}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905532, extensionRPC: ext.flutter.inspector.getChildrenSummaryTree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905532, extensionRPC: ext.flutter.inspector.getChildrenDetailsSubtree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905532, extensionRPC: ext.flutter.inspector.getRootWidget}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getRootRenderObject}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getRootWidgetSummaryTree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getDetailsSubtree}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getSelectedRenderObject}} [ ] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getSelectedWidget}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.getSelectedSummaryWidget}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.isWidgetCreationTracked}} [ +1 ms] Notification from VM: {streamId: Isolate, event: {type: Event, kind: ServiceExtensionAdded, isolate: {type: @Isolate, id: isolates/620543568436723, name: main, number: 620543568436723}, timestamp: 1584346905533, extensionRPC: ext.flutter.inspector.screenshot}} [ +483 ms] [DEVICE LOG] 2020-03-16 10:21:46.043097+0200 localhost Runner[6862]: (Flutter) flutter: ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════ [ +1 ms] [DEVICE LOG] 2020-03-16 10:21:46.043752+0200 localhost Runner[6862]: (Flutter) flutter: The following assertion was thrown while dispatching notifications for FocusNode: [ ] flutter: ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════ [ ] flutter: The following assertion was thrown while dispatching notifications for FocusNode: [ ] [DEVICE LOG] 2020-03-16 10:21:46.045228+0200 localhost Runner[6862]: (Flutter) flutter: RenderBox was not laid out: RenderEditable#3d622 NEEDS-LAYOUT NEEDS-PAINT [ ] [DEVICE LOG] 2020-03-16 10:21:46.046083+0200 localhost Runner[6862]: (Flutter) flutter: 'package:flutter/src/rendering/box.dart': [ ] [DEVICE LOG] 2020-03-16 10:21:46.046552+0200 localhost Runner[6862]: (Flutter) flutter: Failed assertion: line 1687 pos 12: 'hasSize' [ ] [DEVICE LOG] 2020-03-16 10:21:46.046772+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:21:46.047089+0200 localhost Runner[6862]: (Flutter) flutter: Either the assertion indicates an error in the framework itself, or we should provide substantially [ ] flutter: RenderBox was not laid out: RenderEditable#3d622 NEEDS-LAYOUT NEEDS-PAINT [ ] flutter: 'package:flutter/src/rendering/box.dart': [ ] flutter: Failed assertion: line 1687 pos 12: 'hasSize' [ ] flutter: [ ] flutter: Either the assertion indicates an error in the framework itself, or we should provide substantially [ +1 ms] [DEVICE LOG] 2020-03-16 10:21:46.047651+0200 localhost Runner[6862]: (Flutter) flutter: more information in this error message to help you determine and fix the underlying cause. [ ] [DEVICE LOG] 2020-03-16 10:21:46.048334+0200 localhost Runner[6862]: (Flutter) flutter: In either case, please report this assertion by filing a bug on GitHub: [ ] [DEVICE LOG] 2020-03-16 10:21:46.049292+0200 localhost Runner[6862]: (Flutter) flutter: https://github.com/flutter/flutter/issues/new?template=BUG.md [ ] flutter: more information in this error message to help you determine and fix the underlying cause. [ ] flutter: In either case, please report this assertion by filing a bug on GitHub: [ ] flutter: https://github.com/flutter/flutter/issues/new?template=BUG.md [ ] [DEVICE LOG] 2020-03-16 10:21:46.051546+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:21:46.052487+0200 localhost Runner[6862]: (Flutter) flutter: When the exception was thrown, this was the stack: [ ] flutter: [ ] flutter: When the exception was thrown, this was the stack: [ ] [DEVICE LOG] 2020-03-16 10:21:46.053108+0200 localhost Runner[6862]: (Flutter) flutter: #2 RenderBox.size (package:flutter/src/rendering/box.dart:1687:12) [ ] [DEVICE LOG] 2020-03-16 10:21:46.053671+0200 localhost Runner[6862]: (Flutter) flutter: #3 EditableTextState._updateSizeAndTransform (package:flutter/src/widgets/editable_text.dart:1729:40) [ ] [DEVICE LOG] 2020-03-16 10:21:46.053982+0200 localhost Runner[6862]: (Flutter) flutter: #4 EditableTextState._openInputConnection (package:flutter/src/widgets/editable_text.dart:1415:7) [ ] flutter: #2 RenderBox.size (package:flutter/src/rendering/box.dart:1687:12) [ ] flutter: #3 EditableTextState._updateSizeAndTransform (package:flutter/src/widgets/editable_text.dart:1729:40) [ ] flutter: #4 EditableTextState._openInputConnection (package:flutter/src/widgets/editable_text.dart:1415:7) [ +1 ms] [DEVICE LOG] 2020-03-16 10:21:46.054680+0200 localhost Runner[6862]: (Flutter) flutter: #5 EditableTextState._openOrCloseInputConnectionIfNeeded (package:flutter/src/widgets/editable_text.dart:1441:7) [ ] [DEVICE LOG] 2020-03-16 10:21:46.055647+0200 localhost Runner[6862]: (Flutter) flutter: #6 EditableTextState._handleFocusChanged (package:flutter/src/widgets/editable_text.dart:1707:5) [ ] [DEVICE LOG] 2020-03-16 10:21:46.056469+0200 localhost Runner[6862]: (Flutter) flutter: #7 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206:21) [ ] [DEVICE LOG] 2020-03-16 10:21:46.057544+0200 localhost Runner[6862]: (Flutter) flutter: #8 FocusNode._notify (package:flutter/src/widgets/focus_manager.dart:808:5) [ ] flutter: #5 EditableTextState._openOrCloseInputConnectionIfNeeded (package:flutter/src/widgets/editable_text.dart:1441:7) [ ] flutter: #6 EditableTextState._handleFocusChanged (package:flutter/src/widgets/editable_text.dart:1707:5) [ ] flutter: #7 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206:21) [ ] flutter: #8 FocusNode._notify (package:flutter/src/widgets/focus_manager.dart:808:5) [ ] [DEVICE LOG] 2020-03-16 10:21:46.058452+0200 localhost Runner[6862]: (Flutter) flutter: #9 FocusManager._applyFocusChange (package:flutter/src/widgets/focus_manager.dart:1401:12) [ ] [DEVICE LOG] 2020-03-16 10:21:46.059041+0200 localhost Runner[6862]: (Flutter) flutter: (elided 12 frames from class _AssertionError and package dart:async) [ ] [DEVICE LOG] 2020-03-16 10:21:46.059527+0200 localhost Runner[6862]: (Flutter) flutter: [ ] [DEVICE LOG] 2020-03-16 10:21:46.060165+0200 localhost Runner[6862]: (Flutter) flutter: The FocusNode sending notification was: [ ] flutter: #9 FocusManager._applyFocusChange (package:flutter/src/widgets/focus_manager.dart:1401:12) [ ] flutter: (elided 12 frames from class _AssertionError and package dart:async) [ ] flutter: [ ] flutter: The FocusNode sending notification was: [ +1 ms] [DEVICE LOG] 2020-03-16 10:21:46.060763+0200 localhost Runner[6862]: (Flutter) flutter: FocusNode#729e3 [ ] [DEVICE LOG] 2020-03-16 10:21:46.061920+0200 localhost Runner[6862]: (Flutter) flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════ [ ] flutter: FocusNode#729e3 [ ] flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════ [+122058 ms] [DEVICE LOG] 2020-03-16 10:23:48.093588+0200 localhost Runner[6862]: (UIKitCore) -[_UIRemoteKeyboards proxy]_block_invoke Failed to access remote service: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 6118 named com.apple.UIKit.KeyboardManagement.hosted was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 6118 named com.apple.UIKit.KeyboardManagement.hosted was invalidated from this process.} [ +87 ms] [DEVICE LOG] 2020-03-16 10:23:48.202776+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17628, Description: didChangeInheritances [ +336 ms] [DEVICE LOG] 2020-03-16 10:23:48.564508+0200 localhost Runner[6862]: (UIKitCore) Can't end BackgroundTask: no background task exists with identifier 2 (0x2), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug. [+1120 ms] [DEVICE LOG] 2020-03-16 10:23:49.645866+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:connection] Initializing connection [ ] [DEVICE LOG] 2020-03-16 10:23:49.646583+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:process] Removing all cached process handles [ +16 ms] [DEVICE LOG] 2020-03-16 10:23:49.646803+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:connection] Sending handshake request attempt #1 to server [ +3 ms] [DEVICE LOG] 2020-03-16 10:23:49.647371+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:connection] Creating connection to com.apple.runningboard [ +2 ms] [DEVICE LOG] 2020-03-16 10:23:49.649576+0200 localhost Runner[7106]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connecting to endpoint : [ +2 ms] [DEVICE LOG] 2020-03-16 10:23:49.650034+0200 localhost Runner[7106]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace registering source: [ ] [DEVICE LOG] 2020-03-16 10:23:49.652556+0200 localhost Runner[7106]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace connected to endpoint : [ ] [DEVICE LOG] 2020-03-16 10:23:49.653074+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:connection] Handshake succeeded [ ] [DEVICE LOG] 2020-03-16 10:23:49.653547+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:connection] Identity resolved as application [ +2 ms] [DEVICE LOG] 2020-03-16 10:23:49.654829+0200 localhost Runner[7106]: (RunningBoardServices) [com.apple.runningboard:general] Added observer for process assertions expiration warning: <_RBSExpirationWarningAssertion: 0x6000027a1d40; identifier: com.apple.runningboardservices.processExpirationWarningForHandle; reason: observation; valid: YES> [ ] [DEVICE LOG] 2020-03-16 10:23:49.667024+0200 localhost Runner[7106]: (CoreFoundation) Created Activity ID: 0x18250, Description: Loading Preferences From System CFPrefsD [ ] [DEVICE LOG] 2020-03-16 10:23:49.667914+0200 localhost Runner[7106]: (CoreFoundation) Created Activity ID: 0x18251, Description: Loading Preferences From System CFPrefsD [ +2 ms] [DEVICE LOG] 2020-03-16 10:23:49.668072+0200 localhost Runner[7106]: (RunningBoardServices) Created Activity ID: 0x18252, Description: didChangeInheritances [ ] [DEVICE LOG] 2020-03-16 10:23:49.669441+0200 localhost Runner[7106]: (FrontBoardServices) [com.apple.FrontBoard:Common] FBSWorkspace already connected to endpoint : [ +1 ms] [DEVICE LOG] 2020-03-16 10:23:49.670151+0200 localhost Runner[7106]: (libAccessibility.dylib) [com.apple.Accessibility:AXSupportCommon] Retrieving resting unlock: 0 [ +3 ms] [DEVICE LOG] 2020-03-16 10:23:49.671081+0200 localhost Runner[7106]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] Registering for test daemon availability notify post. [ +3 ms] [DEVICE LOG] 2020-03-16 10:23:49.671923+0200 localhost Runner[7106]: (XCTTargetBootstrap) [com.apple.dt.xctest:Default] notify_get_state check indicated test daemon not ready. [ +97 ms] [DEVICE LOG] 2020-03-16 10:23:49.826198+0200 localhost Runner[7106]: (CoreFoundation) Created Activity ID: 0x18253, Description: Loading Preferences From System CFPrefsD [ +49 ms] [DEVICE LOG] 2020-03-16 10:23:49.876077+0200 localhost Runner[7106]: (Flutter) flutter: Observatory listening on http://127.0.0.1:53362/szKqh04E42Y=/ [ +621 ms] [DEVICE LOG] 2020-03-16 10:23:50.493851+0200 localhost Runner[7106]: (RunningBoardServices) Created Activity ID: 0x18254, Description: didChangeInheritances [ +319 ms] [DEVICE LOG] 2020-03-16 10:23:50.816373+0200 localhost Runner[7106]: (RunningBoardServices) Created Activity ID: 0x18255, Description: didChangeInheritances [+3585 ms] [DEVICE LOG] 2020-03-16 10:23:54.402336+0200 localhost Runner[7106]: (RunningBoardServices) Created Activity ID: 0x18256, Description: didChangeInheritances [ +126 ms] [DEVICE LOG] 2020-03-16 10:23:54.519301+0200 localhost Runner[7106]: (UIKitCore) Can't end BackgroundTask: no background task exists with identifier 1 (0x1), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug. [ +492 ms] [DEVICE LOG] 2020-03-16 10:23:55.017873+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x17629, Description: didChangeInheritances [ +68 ms] [DEVICE LOG] 2020-03-16 10:23:55.075559+0200 localhost Runner[6862]: (RunningBoardServices) Created Activity ID: 0x1762a, Description: didChangeInheritances ```
doctor ```console nevercode@Nevercodes-Air  ~/Desktop/projects/sixteen_march  flutter doctor -v  ✔  645  10:25:49 [✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Mac OS X 10.15.3 19D76, locale en-EE) • Flutter version 1.12.13+hotfix.8 at /Users/nevercode/development/flutter • Framework revision 0b8abb4724 (5 weeks ago), 2020-02-11 11:44:36 -0800 • Engine revision e1e6ced81d • Dart version 2.7.0 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/nevercode/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.3.1, Build version 11C504 • CocoaPods version 1.9.0 [✓] Android Studio (version 3.6) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 43.0.1 • Dart plugin version 192.7761 • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211) [✓] VS Code • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.8.1 [✓] Connected device (1 available) • iPhone 8 • D5F70F31-B488-4454-9539-320B5551D92A • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator) • No issues found! ```
code ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) => MaterialApp( home: MyHomePage(), ); } class MyHomePage extends StatefulWidget { @override _MyHomePageState createState() => _MyHomePageState(); } class _MyHomePageState extends State { @override Widget build(BuildContext context) => Scaffold( body: Center( child: TextField( autofocus: true, ), ), ); } ```
justinmc commented 4 years ago

I reproduced this, it does seem like something we should fix. I confirmed that native Android does open the keyboard again when you switch back. Flutter on iOS keeps the keyboard up immediately when you switch back.

maheshj01 commented 2 years ago

I can reproduce this with stable 3.0.1 and the master 3.1.0

Flutter Native Android
flutter doctor -v (mac) ``` [✓] Flutter (Channel stable, 3.0.1, on macOS 12.3 21E230 darwin-arm, locale en-IN) • Flutter version 3.0.1 at /Users/mahesh/Documents/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision fb57da5f94 (3 days ago), 2022-05-19 15:50:29 -0700 • Engine revision caaafc5604 • Dart version 2.17.1 • DevTools version 2.12.2 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/mahesh/Library/Android/sdk • Platform android-32, build-tools 31.0.0 • ANDROID_HOME = /Users/mahesh/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [!] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer ! CocoaPods 1.10.2 out of date (1.11.0 is recommended). CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [✓] IntelliJ IDEA Community Edition (version 2021.2.1) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin version 61.2.4 • Dart plugin version 212.5080.8 [✓] VS Code (version 1.66.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.40.0 [✓] Connected device (4 available) • Redmi K20 Pro (mobile) • 192.168.1.2:5555 • android-arm64 • Android 11 (API 30) • iPhone 12 Pro (mobile) • 19FD0231-BFF0-441D-B584-AD94C4084525 • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-2 (simulator) • macOS (desktop) • macos • darwin-arm64 • macOS 12.3 21E230 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 101.0.4951.64 [✓] HTTP Host Availability • All required HTTP hosts are available ! Doctor found issues in 1 category. ``` ``` [✓] Flutter (Channel master, 3.1.0-0.0.pre.961, on macOS 12.3 21E230 darwin-arm, locale en-IN) • Flutter version 3.1.0-0.0.pre.961 at /Users/mahesh/Documents/flutter_master • Upstream repository https://github.com/flutter/flutter.git • Framework revision 0777b0d2c4 (7 hours ago), 2022-05-27 00:45:12 -0400 • Engine revision 5af8579cbe • Dart version 2.18.0 (build 2.18.0-149.0.dev) • DevTools version 2.13.1 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc4) • Android SDK at /Users/mahesh/Library/Android/sdk • Platform android-32, build-tools 33.0.0-rc4 • ANDROID_HOME = /Users/mahesh/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [!] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer ! CocoaPods 1.10.2 out of date (1.11.0 is recommended). CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To upgrade see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [✓] IntelliJ IDEA Community Edition (version 2021.2.1) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin version 61.2.4 • Dart plugin version 212.5080.8 [✓] VS Code (version 1.66.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.40.0 [✓] Connected device (3 available) • Redmi K20 Pro (mobile) • 192.168.1.2:5555 • android-arm64 • Android 11 (API 30) • macOS (desktop) • macos • darwin-arm64 • macOS 12.3 21E230 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 101.0.4951.64 [✓] HTTP Host Availability • All required HTTP hosts are available ! Doctor found issues in 1 category. ```
maxim-saplin commented 2 years ago

The bug bugz me as well. Besides the behaviour of not preserving open keyboard state between hide/resume is not consistent with other popular Android apps (e.g. Chrome, YouTube).

bhumkong commented 2 years ago

Having the same problem. Also, if I lock the screen when keyboard is shown, then unlock the phone, the keyboard stays but its input in not appearing in the text view. I have to re-open the keyboard or tap the text view for keyboard to work again.

hsul4n commented 9 months ago

Still having same problem using latest flutter version:

[✓] Flutter (Channel stable, 3.16.0, on macOS 14.1.1 23B81 darwin-arm64) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2) [✓] VS Code (version 1.84.2)

ramsayamarin commented 4 months ago

Any updates on this? still getting the same problem with the latest flutter version. Keyboard keeps dismissing on app resume.

camsim99 commented 4 months ago

@LongCatIsLooong This seems to be happening when autofocus isn't true, too (see https://github.com/flutter/flutter/issues/137667#issuecomment-2108953924), but I see that the autofocus documentation mentions that it controls when the keyboard is shown, so can I confirm that this is by design?

ramsayamarin commented 4 months ago

This issue doesn't occur on iOS, only Android, and I believe is unrelated to autofocus.

camsim99 commented 4 months ago

This issue [...] I believe is unrelated to autofocus.

Yes, this is what I'm trying to confirm. Based on the Android documentation it does not seem that this would occur on native Android by default, but I'm wondering if the idea was that autofocus has to be true to enable that default behavior.

camsim99 commented 4 months ago

My initial thought here though is that I wonder if some of the conditions described in https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility#ShowReliably are not being met when we call showSoftInput (source). This assumes that this is getting called when the app resumes, so we should first confirm that it is getting called and if so, try a more reliably method.

LongCatIsLooong commented 4 months ago

I don't think the framework sends a show message to the Android text input plugin when the app is brought back to the foreground. The EditableText widget doesn't respond to app lifecycle changes itself IIRC, and on Android app lifecycle changes do not trigger in-app focus changes: https://github.com/flutter/flutter/blob/b98ffdc46761d3f45f95bfc1cb66c6872e9328d6/packages/flutter/lib/src/widgets/focus_manager.dart#L1524-L1533

Based on the Android documentation it does not seem that this would occur on native Android by default

The documentation only says the keyboard may be dismissed when the app goes to the background, but it doesn't seem to mention the behavior when the app resumes? I tried this in some Android apps they do seem to show soft input on activity resume, but I failed to find relevant code in TextView.java/EditText.java that does that. We should be able to confirm the "default" behavior by creating an Android app with an EditText I guess.

flutter-triage-bot[bot] commented 9 hours ago

This issue is assigned to @LongCatIsLooong but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!