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.12k stars 27.43k forks source link

On iOS, the used localization depends on the loading time of the resources #28145

Closed Giz closed 4 years ago

Giz commented 5 years ago

When the app starts on iOS, _WidgetsAppState._resolveLocales is called a first time with an empty list, so the delegates are called to load English resources (the first language). After a while _WidgetsAppState._resolveLocales is called a second time with the actual local list and the delegates start to load the resources for the required language, e.g. Spanish. The problem is that the UI is shown in the language whose resources required a longer loading time: if the loading of English resources completes after that of Spanish ones, the app is in English even if the system is configured in Spanish.

Steps to Reproduce

To reproduce the problem you can start with the minimal internationalization example https://github.com/flutter/website/tree/master/examples/internationalization/minimal and replace method DemoLocalizationsDelegate.load with something like

  @override
  Future<DemoLocalizations> load(Locale locale) async {
    final loadTime = (locale.languageCode == 'en') ? 2 : 1;
    print('Loading $locale');
    await Future.delayed(Duration(seconds: loadTime));
    print('Loaded $locale');
    return DemoLocalizations(locale);
  }

Then set Spanish before English in the phone settings and start the app: the app shows text in Spanish for a moment and immediately switch to English.

Logs

[  +42 ms] executing: [/Users/imavis/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +50 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/dev
[   +1 ms] executing: [/Users/imavis/flutter/] git rev-parse --abbrev-ref HEAD
[  +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] dev
[        ] executing: [/Users/imavis/flutter/] git ls-remote --get-url origin
[  +14 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[        ] executing: [/Users/imavis/flutter/] git log -n 1 --pretty=format:%H
[  +18 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
[        ] 8661d8aecd626f7f57ccbcb735553edc05a2e713
[        ] executing: [/Users/imavis/flutter/] git log -n 1 --pretty=format:%ar
[  +16 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
[        ] 5 days ago
[   +1 ms] executing: [/Users/imavis/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +21 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.2.1-0-g8661d8aec
[ +391 ms] executing: /Users/imavis/Library/Android/sdk/platform-tools/adb devices -l
[  +12 ms] Exit code 0 from: /Users/imavis/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
[   +7 ms] executing: idevice_id -h
[ +221 ms] executing: which ideviceinstaller
[   +9 ms] Exit code 0 from: which ideviceinstaller
[   +1 ms] /usr/local/bin/ideviceinstaller
[        ] executing: which iproxy
[   +8 ms] Exit code 0 from: which iproxy
[        ] /usr/local/bin/iproxy
[   +6 ms] /usr/bin/xcrun simctl list --json devices
[+1996 ms] Launching lib/main.dart on iPhone di Alberto in debug mode...
[  +43 ms] executing: /usr/bin/defaults read /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info CFBundleIdentifier
[  +76 ms] Exit code 0 from: /usr/bin/defaults read /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info CFBundleIdentifier
[        ] $(PRODUCT_BUNDLE_IDENTIFIER)
[  +15 ms] executing: idevicesyslog -u c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +5 ms] Building Runner.app for c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[ +152 ms] Using legacy Xcode build system.
[  +50 ms] executing: [/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/] /usr/bin/xcodebuild -list
[+1912 ms] Exit code 0 from: /usr/bin/xcodebuild -list
[        ] Information about project "Runner":
               Targets:
                   Runner

               Build Configurations:
                   Debug
                   Release
                   Profile

               If no build configuration is specified and -scheme is not passed then "Release" is used.

               Schemes:
                   Runner
[   +8 ms] executing: [/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj -target Runner -showBuildSettings
[+2703 ms] Exit code 0 from: /usr/bin/xcodebuild -project /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj -target Runner -showBuildSettings
[        ] 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 = imavis
               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
               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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               BUILD_ROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               BUILD_STYLE = 
               BUILD_VARIANTS = normal
               BUILT_PRODUCTS_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos
               CACHE_ROOT = /var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               CCHROOT = /var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/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_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_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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses
               CLEAN_PRECOMPS = YES
               CLONE_HEADERS = NO
               CODESIGNING_FOLDER_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos/Runner.app
               CODE_SIGNING_ALLOWED = YES
               CODE_SIGNING_REQUIRED = YES
               CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
               CODE_SIGN_IDENTITY = iPhone Developer
               CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
               COLOR_DIAGNOSTICS = NO
               COMBINE_HIDPI_IMAGES = NO
               COMPILER_INDEX_STORE_ENABLE = Default
               COMPOSITE_SDK_DIRS = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/CompositeSDKs
               COMPRESS_PNG_FILES = YES
               CONFIGURATION = Release
               CONFIGURATION_BUILD_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos
               CONFIGURATION_TEMP_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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.1.sdk
               CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator12.1
               CP = /bin/cp
               CREATE_INFOPLIST_SECTION_IN_BINARY = NO
               CURRENT_ARCH = arm64
               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
               DERIVED_FILES_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
               DERIVED_FILE_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources
               DERIVED_SOURCES_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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 = English
               DEVELOPMENT_TEAM = 5DPU8Q8G8C
               DOCUMENTATION_FOLDER_PATH = Runner.app/English.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/imavis/Code/TEMP/website/examples/internationalization/minimal/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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
               FIXED_FILES_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles
               FLUTTER_APPLICATION_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal
               FLUTTER_BUILD_DIR = build
               FLUTTER_FRAMEWORK_DIR = /Users/imavis/flutter/bin/cache/artifacts/engine/ios
               FLUTTER_ROOT = /Users/imavis/flutter
               FLUTTER_TARGET = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/lib/main.dart
               FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
               FRAMEWORK_FLAG_PREFIX = -framework
               FRAMEWORK_SEARCH_PATHS =  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter
               FRAMEWORK_VERSION = A
               FULL_PRODUCT_NAME = Runner.app
               GCC3_VERSION = 3.3
               GCC_C_LANGUAGE_STANDARD = gnu99
               GCC_INLINES_ARE_PRIVATE_EXTERN = YES
               GCC_NO_COMMON_BLOCKS = YES
               GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
               GCC_SYMBOLS_PRIVATE_EXTERN = YES
               GCC_THUMB_SUPPORT = YES
               GCC_TREAT_WARNINGS_AS_ERRORS = NO
               GCC_VERSION = com.apple.compilers.llvm.clang.1_0
               GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
               GCC_WARN_64_TO_32_BIT_CONVERSION = YES
               GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
               GCC_WARN_UNDECLARED_SELECTOR = YES
               GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
               GCC_WARN_UNUSED_FUNCTION = YES
               GCC_WARN_UNUSED_VARIABLE = YES
               GENERATE_MASTER_OBJECT_FILE = NO
               GENERATE_PKGINFO_FILE = YES
               GENERATE_PROFILING_CODE = NO
               GENERATE_TEXT_BASED_STUBS = NO
               GID = 20
               GROUP = staff
               HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
               HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
               HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
               HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
               HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
               HEADERMAP_USES_VFS = NO
               HIDE_BITCODE_SYMBOLS = YES
               HOME = /Users/imavis
               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/English.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 = imavis
               INSTALL_PATH = /Applications
               INSTALL_ROOT = /tmp/Runner.dst
               IPHONEOS_DEPLOYMENT_TARGET = 8.0
               JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
               JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               JAVA_ARCHIVE_CLASSES = YES
               JAVA_ARCHIVE_TYPE = JAR
               JAVA_COMPILER = /usr/bin/javac
               JAVA_FOLDER_PATH = Runner.app/Java
               JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
               JAVA_JAR_FLAGS = cv
               JAVA_SOURCE_SUBDIR = .
               JAVA_USE_DEPENDENCIES = YES
               JAVA_ZIP_FLAGS = -urg
               JIKES_DEFAULT_FLAGS = +E +OLDCSO
               KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
               KEEP_PRIVATE_EXTERNS = NO
               LD_DEPENDENCY_INFO_FILE = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
               LD_NO_PIE = NO
               LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
               LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
               LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               LEX = lex
               LIBRARY_FLAG_NOSPACE = YES
               LIBRARY_FLAG_PREFIX = -l
               LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
               LIBRARY_SEARCH_PATHS =  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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/English.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 = 17G4015
               MAC_OS_X_VERSION_ACTUAL = 101306
               MAC_OS_X_VERSION_MAJOR = 101300
               MAC_OS_X_VERSION_MINOR = 1306
               METAL_LIBRARY_FILE_BASE = default
               METAL_LIBRARY_OUTPUT_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos/Runner.app
               MODULE_CACHE_DIR = /Users/imavis/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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects
               OBJECT_FILE_DIR_normal = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal
               OBJROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               ONLY_ACTIVE_ARCH = NO
               OS = MACOS
               OSAC = /usr/bin/osacompile
               PACKAGE_TYPE = com.apple.package-type.wrapper.application
               PASCAL_STRINGS = YES
               PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/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/imavis/Code/TEMP/website/examples/internationalization/minimal/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 = 16B91
               PLIST_FILE_OUTPUT_FORMAT = binary
               PLUGINS_FOLDER_PATH = Runner.app/PlugIns
               PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
               PRECOMP_DESTINATION_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
               PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
               PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
               PRODUCT_BUNDLE_IDENTIFIER = com.example.minimal
               PRODUCT_MODULE_NAME = Runner
               PRODUCT_NAME = Runner
               PRODUCT_SETTINGS_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info.plist
               PRODUCT_TYPE = com.apple.product-type.application
               PROFILING_CODE = NO
               PROJECT = Runner
               PROJECT_DERIVED_FILE_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/DerivedSources
               PROJECT_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               PROJECT_FILE_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj
               PROJECT_NAME = Runner
               PROJECT_TEMP_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build
               PROJECT_TEMP_ROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               PROVISIONING_PROFILE_REQUIRED = YES
               PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
               RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
               REMOVE_CVS_FROM_RESOURCES = YES
               REMOVE_GIT_FROM_RESOURCES = YES
               REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
               REMOVE_HG_FROM_RESOURCES = YES
               REMOVE_SVN_FROM_RESOURCES = YES
               RESOURCE_RULES_REQUIRED = YES
               REZ_COLLECTOR_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
               REZ_OBJECTS_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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.1.sdk
               SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_DIR_iphoneos12_1 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_NAME = iphoneos12.1
               SDK_NAMES = iphoneos12.1
               SDK_PRODUCT_BUILD_VERSION = 16B91
               SDK_VERSION = 12.1
               SDK_VERSION_ACTUAL = 120100
               SDK_VERSION_MAJOR = 120000
               SDK_VERSION_MINOR = 100
               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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos/DerivedSources
               SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
               SHARED_PRECOMPS_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/SharedPrecompiledHeaders
               SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
               SKIP_INSTALL = NO
               SOURCE_ROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               SRCROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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_PLATFORM_TARGET_PREFIX = ios
               SYMROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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,2
               TARGETNAME = Runner
               TARGET_BUILD_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Release-iphoneos
               TARGET_NAME = Runner
               TARGET_TEMP_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build
               TEMP_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build
               TEMP_FILES_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build
               TEMP_FILE_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Runner.build/Release-iphoneos/Runner.build
               TEMP_ROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
               UID = 501
               UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
               UNSTRIPPED_PRODUCT = NO
               USER = imavis
               USER_APPS_DIR = /Users/imavis/Applications
               USER_LIBRARY_DIR = /Users/imavis/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 = imavis
               VERSION_INFO_FILE = Runner_vers.c
               VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
               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 = 10B61
               XCODE_VERSION_ACTUAL = 1010
               XCODE_VERSION_MAJOR = 1000
               XCODE_VERSION_MINOR = 1010
               XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
               YACC = yacc
               arch = arm64
               variant = normal
[  +14 ms] Automatically signing iOS for device deployment using specified development team in Xcode project: 5DPU8Q8G8C
[   +2 ms] Trying to resolve native pub services.
[   +2 ms] Looking for YAML at 'pubspec.yaml'
[   +2 ms] No services specified in the manifest
[        ] Found 0 service definition(s).
[   +2 ms] Copying service frameworks to '/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Frameworks'.
[   +1 ms] Creating service definitions manifest at '/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/ServiceDefinitions.json'
[  +54 ms] Running Xcode build...
[   +2 ms] executing: [/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64
[+8418 ms] Build settings from command line:
               ARCHS = arm64
               BUILD_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               ONLY_ACTIVE_ARCH = YES
               SDKROOT = iphoneos12.1
               VERBOSE_SCRIPT_LOGGING = YES

           Prepare build
           note: Using legacy build system

           === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===

           Check dependencies

           PhaseScriptExecution Run\ Script /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export ACTION=build
               export AD_HOC_CODE_SIGNING_ALLOWED=NO
               export ALTERNATE_GROUP=staff
               export ALTERNATE_MODE=u+w,go-w,a+rX
               export ALTERNATE_OWNER=imavis
               export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
               export ALWAYS_SEARCH_USER_PATHS=NO
               export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
               export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
               export APPLE_INTERNAL_DIR=/AppleInternal
               export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
               export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
               export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
               export APPLICATION_EXTENSION_API_ONLY=NO
               export APPLY_RULES_IN_COPY_FILES=NO
               export ARCHS=arm64
               export ARCHS_STANDARD="armv7 arm64"
               export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
               export ARCHS_STANDARD_32_BIT=armv7
               export ARCHS_STANDARD_64_BIT=arm64
               export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
               export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
               export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
               export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
               export BITCODE_GENERATION_MODE=marker
               export BUILD_ACTIVE_RESOURCES_ONLY=NO
               export BUILD_COMPONENTS="headers build"
               export BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               export BUILD_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Products
               export BUILD_STYLE=
               export BUILD_VARIANTS=normal
               export BUILT_PRODUCTS_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export CACHE_ROOT=/var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               export CCHROOT=/var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               export CHMOD=/bin/chmod
               export CHOWN=/usr/sbin/chown
               export CLANG_ANALYZER_NONNULL=YES
               export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
               export CLANG_CXX_LIBRARY=libc++
               export CLANG_ENABLE_MODULES=YES
               export CLANG_ENABLE_OBJC_ARC=YES
               export CLANG_MODULES_BUILD_SESSION_FILE=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
               export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
               export CLANG_WARN_BOOL_CONVERSION=YES
               export CLANG_WARN_COMMA=YES
               export CLANG_WARN_CONSTANT_CONVERSION=YES
               export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
               export CLANG_WARN_EMPTY_BODY=YES
               export CLANG_WARN_ENUM_CONVERSION=YES
               export CLANG_WARN_INFINITE_RECURSION=YES
               export CLANG_WARN_INT_CONVERSION=YES
               export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
               export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
               export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
               export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
               export CLANG_WARN_STRICT_PROTOTYPES=YES
               export CLANG_WARN_SUSPICIOUS_MOVE=YES
               export CLANG_WARN_UNREACHABLE_CODE=YES
               export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
               export CLASS_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
               export CLEAN_PRECOMPS=YES
               export CLONE_HEADERS=NO
               export CODESIGNING_FOLDER_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               export CODE_SIGNING_ALLOWED=YES
               export CODE_SIGNING_REQUIRED=YES
               export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
               export CODE_SIGN_IDENTITY="iPhone Developer"
               export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
               export COLOR_DIAGNOSTICS=NO
               export COMBINE_HIDPI_IMAGES=NO
               export COMMAND_MODE=legacy
               export COMPILER_INDEX_STORE_ENABLE=Default
               export COMPOSITE_SDK_DIRS=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/CompositeSDKs
               export COMPRESS_PNG_FILES=YES
               export CONFIGURATION=Debug
               export CONFIGURATION_BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export CONFIGURATION_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
               export CONTENTS_FOLDER_PATH=Runner.app
               export COPYING_PRESERVES_HFS_DATA=NO
               export COPY_HEADERS_RUN_UNIFDEF=NO
               export COPY_PHASE_STRIP=NO
               export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
               export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
               export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
               export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator12.1
               export CP=/bin/cp
               export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
               export CURRENT_ARCH=arm64
               export CURRENT_VARIANT=normal
               export DEAD_CODE_STRIPPING=YES
               export DEBUGGING_SYMBOLS=YES
               export DEBUG_INFORMATION_FORMAT=dwarf
               export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
               export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
               export DEFINES_MODULE=NO
               export DEPLOYMENT_LOCATION=NO
               export DEPLOYMENT_POSTPROCESSING=NO
               export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
               export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
               export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min
               export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export 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"
               export DERIVED_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DERIVED_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DERIVED_SOURCES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
               export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
               export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
               export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
               export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
               export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
               export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
               export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
               export DEVELOPMENT_LANGUAGE=English
               export DEVELOPMENT_TEAM=5DPU8Q8G8C
               export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
               export DO_HEADER_SCANNING_IN_JAM=NO
               export DSTROOT=/tmp/Runner.dst
               export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
               export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
               export DWARF_DSYM_FOLDER_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export EFFECTIVE_PLATFORM_NAME=-iphoneos
               export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
               export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
               export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
               export ENABLE_BITCODE=NO
               export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
               export ENABLE_HEADER_DEPENDENCIES=YES
               export ENABLE_ON_DEMAND_RESOURCES=YES
               export ENABLE_STRICT_OBJC_MSGSEND=YES
               export ENABLE_TESTABILITY=YES
               export ENTITLEMENTS_ALLOWED=YES
               export ENTITLEMENTS_DESTINATION=Signature
               export ENTITLEMENTS_REQUIRED=YES
               export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
               export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
               export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
               export EXECUTABLE_FOLDER_PATH=Runner.app
               export EXECUTABLE_NAME=Runner
               export EXECUTABLE_PATH=Runner.app/Runner
               export EXPANDED_CODE_SIGN_IDENTITY=84752CC876AD17DC4BF84A8B8B12A67308A28D34
               export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: Simone Zaccarini (5283UL5JYL)"
               export EXPANDED_PROVISIONING_PROFILE=4d789d8e-c58c-4a34-aee8-386bcd735724
               export FILE_LIST=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
               export FIXED_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
               export FLUTTER_APPLICATION_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal
               export FLUTTER_BUILD_DIR=build
               export FLUTTER_FRAMEWORK_DIR=/Users/imavis/flutter/bin/cache/artifacts/engine/ios
               export FLUTTER_ROOT=/Users/imavis/flutter
               export FLUTTER_TARGET=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/lib/main.dart
               export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
               export FRAMEWORK_FLAG_PREFIX=-framework
               export FRAMEWORK_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter"
               export FRAMEWORK_VERSION=A
               export FULL_PRODUCT_NAME=Runner.app
               export GCC3_VERSION=3.3
               export GCC_C_LANGUAGE_STANDARD=gnu99
               export GCC_DYNAMIC_NO_PIC=NO
               export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
               export GCC_NO_COMMON_BLOCKS=YES
               export GCC_OPTIMIZATION_LEVEL=0
               export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
               export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
               export GCC_SYMBOLS_PRIVATE_EXTERN=NO
               export GCC_THUMB_SUPPORT=YES
               export GCC_TREAT_WARNINGS_AS_ERRORS=NO
               export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
               export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
               export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
               export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
               export GCC_WARN_UNDECLARED_SELECTOR=YES
               export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
               export GCC_WARN_UNUSED_FUNCTION=YES
               export GCC_WARN_UNUSED_VARIABLE=YES
               export GENERATE_MASTER_OBJECT_FILE=NO
               export GENERATE_PKGINFO_FILE=YES
               export GENERATE_PROFILING_CODE=NO
               export GENERATE_TEXT_BASED_STUBS=NO
               export GID=20
               export GROUP=staff
               export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
               export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
               export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
               export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
               export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
               export HEADERMAP_USES_VFS=NO
               export HEADER_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/include "
               export HIDE_BITCODE_SYMBOLS=YES
               export HOME=/Users/imavis
               export ICONV=/usr/bin/iconv
               export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
               export INFOPLIST_FILE=Runner/Info.plist
               export INFOPLIST_OUTPUT_FORMAT=binary
               export INFOPLIST_PATH=Runner.app/Info.plist
               export INFOPLIST_PREPROCESS=NO
               export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
               export INLINE_PRIVATE_FRAMEWORKS=NO
               export INSTALLHDRS_COPY_PHASE=NO
               export INSTALLHDRS_SCRIPT_PHASE=NO
               export INSTALL_DIR=/tmp/Runner.dst/Applications
               export INSTALL_GROUP=staff
               export INSTALL_MODE_FLAG=u+w,go-w,a+rX
               export INSTALL_OWNER=imavis
               export INSTALL_PATH=/Applications
               export INSTALL_ROOT=/tmp/Runner.dst
               export IPHONEOS_DEPLOYMENT_TARGET=8.0
               export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
               export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               export JAVA_ARCHIVE_CLASSES=YES
               export JAVA_ARCHIVE_TYPE=JAR
               export JAVA_COMPILER=/usr/bin/javac
               export JAVA_FOLDER_PATH=Runner.app/Java
               export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
               export JAVA_JAR_FLAGS=cv
               export JAVA_SOURCE_SUBDIR=.
               export JAVA_USE_DEPENDENCIES=YES
               export JAVA_ZIP_FLAGS=-urg
               export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
               export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
               export KEEP_PRIVATE_EXTERNS=NO
               export LD_DEPENDENCY_INFO_FILE=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
               export LD_GENERATE_MAP_FILE=NO
               export LD_MAP_FILE_PATH=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
               export LD_NO_PIE=NO
               export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
               export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
               export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               export LEX=lex
               export LIBRARY_FLAG_NOSPACE=YES
               export LIBRARY_FLAG_PREFIX=-l
               export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
               export LIBRARY_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter"
               export LINKER_DISPLAYS_MANGLED_NAMES=NO
               export LINK_FILE_LIST_normal_arm64=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
               export LINK_WITH_STANDARD_LIBRARIES=YES
               export LOCALIZABLE_CONTENT_DIR=
               export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
               export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
               export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
               export LOCAL_APPS_DIR=/Applications
               export LOCAL_DEVELOPER_DIR=/Library/Developer
               export LOCAL_LIBRARY_DIR=/Library
               export LOCROOT=
               export LOCSYMROOT=
               export MACH_O_TYPE=mh_execute
               export MAC_OS_X_PRODUCT_BUILD_VERSION=17G4015
               export MAC_OS_X_VERSION_ACTUAL=101306
               export MAC_OS_X_VERSION_MAJOR=101300
               export MAC_OS_X_VERSION_MINOR=1306
               export METAL_LIBRARY_FILE_BASE=default
               export METAL_LIBRARY_OUTPUT_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               export MODULE_CACHE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               export MTL_ENABLE_DEBUG_INFO=YES
               export NATIVE_ARCH=armv7
               export NATIVE_ARCH_32_BIT=i386
               export NATIVE_ARCH_64_BIT=x86_64
               export NATIVE_ARCH_ACTUAL=x86_64
               export NO_COMMON=YES
               export OBJECT_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
               export OBJECT_FILE_DIR_normal=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
               export OBJROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export ONLY_ACTIVE_ARCH=YES
               export OS=MACOS
               export OSAC=/usr/bin/osacompile
               export PACKAGE_TYPE=com.apple.package-type.wrapper.application
               export PASCAL_STRINGS=YES
               export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               export 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"
               export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
               export PFE_FILE_C_DIALECTS=objective-c
               export PKGINFO_FILE_PATH=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
               export PKGINFO_PATH=Runner.app/PkgInfo
               export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
               export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
               export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
               export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
               export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
               export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
               export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
               export PLATFORM_DISPLAY_NAME=iOS
               export PLATFORM_NAME=iphoneos
               export PLATFORM_PREFERRED_ARCH=arm64
               export PLATFORM_PRODUCT_BUILD_VERSION=16B91
               export PLIST_FILE_OUTPUT_FORMAT=binary
               export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
               export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
               export PRECOMP_DESTINATION_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
               export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
               export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
               export PRODUCT_BUNDLE_IDENTIFIER=com.example.minimal
               export PRODUCT_MODULE_NAME=Runner
               export PRODUCT_NAME=Runner
               export PRODUCT_SETTINGS_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info.plist
               export PRODUCT_TYPE=com.apple.product-type.application
               export PROFILING_CODE=NO
               export PROJECT=Runner
               export PROJECT_DERIVED_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/DerivedSources
               export PROJECT_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PROJECT_FILE_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj
               export PROJECT_NAME=Runner
               export PROJECT_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build
               export PROJECT_TEMP_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export PROVISIONING_PROFILE_REQUIRED=YES
               export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
               export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
               export REMOVE_CVS_FROM_RESOURCES=YES
               export REMOVE_GIT_FROM_RESOURCES=YES
               export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
               export REMOVE_HG_FROM_RESOURCES=YES
               export REMOVE_SVN_FROM_RESOURCES=YES
               export RESOURCE_RULES_REQUIRED=YES
               export REZ_COLLECTOR_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
               export REZ_OBJECTS_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
               export REZ_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos "
               export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
               export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
               export SCRIPT_INPUT_FILE_COUNT=0
               export SCRIPT_INPUT_FILE_LIST_COUNT=0
               export SCRIPT_OUTPUT_FILE_COUNT=0
               export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
               export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_DIR_iphoneos12_1=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_NAME=iphoneos12.1
               export SDK_NAMES=iphoneos12.1
               export SDK_PRODUCT_BUILD_VERSION=16B91
               export SDK_VERSION=12.1
               export SDK_VERSION_ACTUAL=120100
               export SDK_VERSION_MAJOR=120000
               export SDK_VERSION_MINOR=100
               export SED=/usr/bin/sed
               export SEPARATE_STRIP=NO
               export SEPARATE_SYMBOL_EDIT=NO
               export SET_DIR_MODE_OWNER_GROUP=YES
               export SET_FILE_MODE_OWNER_GROUP=NO
               export SHALLOW_BUNDLE=YES
               export SHARED_DERIVED_FILE_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/DerivedSources
               export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
               export SHARED_PRECOMPS_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/PrecompiledHeaders
               export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
               export SKIP_INSTALL=NO
               export SOURCE_ROOT=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export SRCROOT=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export STRINGS_FILE_OUTPUT_ENCODING=binary
               export STRIP_BITCODE_FROM_COPIED_FILES=YES
               export STRIP_INSTALLED_PRODUCT=YES
               export STRIP_STYLE=all
               export STRIP_SWIFT_SYMBOLS=YES
               export SUPPORTED_DEVICE_FAMILIES=1,2
               export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
               export SUPPORTS_TEXT_BASED_API=NO
               export SWIFT_PLATFORM_TARGET_PREFIX=ios
               export SYMROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Products
               export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
               export SYSTEM_APPS_DIR=/Applications
               export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
               export SYSTEM_DEMOS_DIR=/Applications/Extras
               export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
               export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
               export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
               export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
               export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
               export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
               export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
               export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
               export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
               export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
               export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
               export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
               export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
               export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
               export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
               export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
               export SYSTEM_LIBRARY_DIR=/System/Library
               export TAPI_VERIFY_MODE=ErrorsOnly
               export TARGETED_DEVICE_FAMILY=1,2
               export TARGETNAME=Runner
               export TARGET_BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export TARGET_NAME=Runner
               export TARGET_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
               export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
               export UID=501
               export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
               export UNSTRIPPED_PRODUCT=NO
               export USER=imavis
               export USER_APPS_DIR=/Users/imavis/Applications
               export USER_LIBRARY_DIR=/Users/imavis/Library
               export USE_DYNAMIC_NO_PIC=YES
               export USE_HEADERMAP=YES
               export USE_HEADER_SYMLINKS=NO
               export VALIDATE_PRODUCT=NO
               export VALID_ARCHS="arm64 arm64e armv7 armv7s"
               export VERBOSE_PBXCP=NO
               export VERBOSE_SCRIPT_LOGGING=YES
               export VERSIONING_SYSTEM=apple-generic
               export VERSIONPLIST_PATH=Runner.app/version.plist
               export VERSION_INFO_BUILDER=imavis
               export VERSION_INFO_FILE=Runner_vers.c
               export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner  PROJECT:Runner-\""
               export WRAPPER_EXTENSION=app
               export WRAPPER_NAME=Runner.app
               export WRAPPER_SUFFIX=.app
               export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
               export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
               export XCODE_PRODUCT_BUILD_VERSION=10B61
               export XCODE_VERSION_ACTUAL=1010
               export XCODE_VERSION_MAJOR=1000
               export XCODE_VERSION_MINOR=1010
               export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
               export YACC=yacc
               export arch=arm64
               export variant=normal
               /bin/sh -c /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
           ♦ mkdir -p -- /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter
           ♦ rm -rf -- /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework
           ♦ rm -rf -- /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/Flutter.framework
           ♦ cp -r -- /Users/imavis/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter
           ♦ find /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/Flutter.framework -type f -exec chmod a-w {} ;
           ♦ mkdir -p -- /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework
           ♦ eval 
           ♦ cp -- /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/AppFrameworkInfo.plist /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework/Info.plist
           ♦ /Users/imavis/flutter/bin/flutter --suppress-analytics --verbose build bundle --target-platform=ios --target=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/lib/main.dart --debug --depfile=build/snapshot_blob.bin.d --asset-dir=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework/flutter_assets
           [  +14 ms] executing: [/Users/imavis/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
           [  +98 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
           [        ] origin/dev
           [        ] executing: [/Users/imavis/flutter/] git rev-parse --abbrev-ref HEAD
           [  +11 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
           [        ] dev
           [   +1 ms] executing: [/Users/imavis/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
           [   +1 ms] executing: [/Users/imavis/flutter/] git log -n 1 --pretty=format:%H
           [  +14 ms] Exit code 0 from: git log -n 1 --pretty=format:%H
           [        ] 8661d8aecd626f7f57ccbcb735553edc05a2e713
           [        ] executing: [/Users/imavis/flutter/] git log -n 1 --pretty=format:%ar
           [  +11 ms] Exit code 0 from: git log -n 1 --pretty=format:%ar
           [        ] 5 days ago
           [   +1 ms] executing: [/Users/imavis/flutter/] git describe --match v*.*.* --first-parent --long --tags
           [  +16 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
           [        ] v1.2.1-0-g8661d8aec
           [ +850 ms] Skipping kernel compilation. Fingerprint match.
           [ +123 ms] Building bundle
           [   +1 ms] Writing asset files to /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework/flutter_assets
           [ +124 ms] Wrote /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework/flutter_assets
           [  +14 ms] "flutter bundle" took 873ms.
           [        ] "flutter bundle" took 873ms.
           Project /Users/imavis/Code/TEMP/website/examples/internationalization/minimal built and packaged successfully.

           CompileC /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o Runner/AppDelegate.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export LANG=en_US.US-ASCII
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Index/DataStore -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/include -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter -MMD -MT dependencies -MF /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d --serialize-diagnostics /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia -c /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/AppDelegate.m -o /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o

           CompileC /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o Runner/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export LANG=en_US.US-ASCII
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Index/DataStore -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/include -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter -MMD -MT dependencies -MF /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.dia -c /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/main.m -o /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/main.o

           CompileC /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export LANG=en_US.US-ASCII
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=8.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Index/DataStore -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap -iquote /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/include -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter -MMD -MT dependencies -MF /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia -c /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/GeneratedPluginRegistrant.m -o /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o

           Ld /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Runner normal arm64
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export IPHONEOS_DEPLOYMENT_TARGET=8.0
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk -L/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos -L/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos -F/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter -filelist /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework App -Xlinker -dependency_info -Xlinker /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat -o /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Runner

           PBXCp Flutter/App.framework /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks
           /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/App.framework/App -r -o /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App

           PBXCp Flutter/Flutter.framework /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude *.tbd -bitcode-strip all -bitcode-strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip -resolve-src-symlinks /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/Flutter.framework /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks
           /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter/Flutter.framework/Flutter -r -o /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter

           CodeSign /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

           Signing Identity:     "iPhone Developer: Simone Zaccarini (5283UL5JYL)"

               /usr/bin/codesign --force --sign 84752CC876AD17DC4BF84A8B8B12A67308A28D34 --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework

           CodeSign /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

           Signing Identity:     "iPhone Developer: Simone Zaccarini (5283UL5JYL)"

               /usr/bin/codesign --force --sign 84752CC876AD17DC4BF84A8B8B12A67308A28D34 --preserve-metadata=identifier,entitlements,flags --timestamp=none /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework

           PhaseScriptExecution Thin\ Binary /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export ACTION=build
               export AD_HOC_CODE_SIGNING_ALLOWED=NO
               export ALTERNATE_GROUP=staff
               export ALTERNATE_MODE=u+w,go-w,a+rX
               export ALTERNATE_OWNER=imavis
               export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
               export ALWAYS_SEARCH_USER_PATHS=NO
               export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
               export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
               export APPLE_INTERNAL_DIR=/AppleInternal
               export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
               export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
               export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
               export APPLICATION_EXTENSION_API_ONLY=NO
               export APPLY_RULES_IN_COPY_FILES=NO
               export ARCHS=arm64
               export ARCHS_STANDARD="armv7 arm64"
               export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
               export ARCHS_STANDARD_32_BIT=armv7
               export ARCHS_STANDARD_64_BIT=arm64
               export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
               export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
               export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
               export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
               export BITCODE_GENERATION_MODE=marker
               export BUILD_ACTIVE_RESOURCES_ONLY=NO
               export BUILD_COMPONENTS="headers build"
               export BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               export BUILD_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Products
               export BUILD_STYLE=
               export BUILD_VARIANTS=normal
               export BUILT_PRODUCTS_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export CACHE_ROOT=/var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               export CCHROOT=/var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               export CHMOD=/bin/chmod
               export CHOWN=/usr/sbin/chown
               export CLANG_ANALYZER_NONNULL=YES
               export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
               export CLANG_CXX_LIBRARY=libc++
               export CLANG_ENABLE_MODULES=YES
               export CLANG_ENABLE_OBJC_ARC=YES
               export CLANG_MODULES_BUILD_SESSION_FILE=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
               export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
               export CLANG_WARN_BOOL_CONVERSION=YES
               export CLANG_WARN_COMMA=YES
               export CLANG_WARN_CONSTANT_CONVERSION=YES
               export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
               export CLANG_WARN_EMPTY_BODY=YES
               export CLANG_WARN_ENUM_CONVERSION=YES
               export CLANG_WARN_INFINITE_RECURSION=YES
               export CLANG_WARN_INT_CONVERSION=YES
               export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
               export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
               export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
               export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
               export CLANG_WARN_STRICT_PROTOTYPES=YES
               export CLANG_WARN_SUSPICIOUS_MOVE=YES
               export CLANG_WARN_UNREACHABLE_CODE=YES
               export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
               export CLASS_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
               export CLEAN_PRECOMPS=YES
               export CLONE_HEADERS=NO
               export CODESIGNING_FOLDER_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               export CODE_SIGNING_ALLOWED=YES
               export CODE_SIGNING_REQUIRED=YES
               export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
               export CODE_SIGN_IDENTITY="iPhone Developer"
               export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
               export COLOR_DIAGNOSTICS=NO
               export COMBINE_HIDPI_IMAGES=NO
               export COMMAND_MODE=legacy
               export COMPILER_INDEX_STORE_ENABLE=Default
               export COMPOSITE_SDK_DIRS=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/CompositeSDKs
               export COMPRESS_PNG_FILES=YES
               export CONFIGURATION=Debug
               export CONFIGURATION_BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export CONFIGURATION_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
               export CONTENTS_FOLDER_PATH=Runner.app
               export COPYING_PRESERVES_HFS_DATA=NO
               export COPY_HEADERS_RUN_UNIFDEF=NO
               export COPY_PHASE_STRIP=NO
               export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
               export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
               export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
               export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator12.1
               export CP=/bin/cp
               export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
               export CURRENT_ARCH=arm64
               export CURRENT_VARIANT=normal
               export DEAD_CODE_STRIPPING=YES
               export DEBUGGING_SYMBOLS=YES
               export DEBUG_INFORMATION_FORMAT=dwarf
               export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
               export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
               export DEFINES_MODULE=NO
               export DEPLOYMENT_LOCATION=NO
               export DEPLOYMENT_POSTPROCESSING=NO
               export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min
               export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min=
               export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min
               export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
               export 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"
               export DERIVED_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DERIVED_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DERIVED_SOURCES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
               export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
               export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
               export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
               export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
               export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
               export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
               export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
               export DEVELOPMENT_LANGUAGE=English
               export DEVELOPMENT_TEAM=5DPU8Q8G8C
               export DOCUMENTATION_FOLDER_PATH=Runner.app/English.lproj/Documentation
               export DO_HEADER_SCANNING_IN_JAM=NO
               export DSTROOT=/tmp/Runner.dst
               export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
               export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
               export DWARF_DSYM_FOLDER_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export EFFECTIVE_PLATFORM_NAME=-iphoneos
               export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
               export EMBEDDED_PROFILE_NAME=embedded.mobileprovision
               export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
               export ENABLE_BITCODE=NO
               export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
               export ENABLE_HEADER_DEPENDENCIES=YES
               export ENABLE_ON_DEMAND_RESOURCES=YES
               export ENABLE_STRICT_OBJC_MSGSEND=YES
               export ENABLE_TESTABILITY=YES
               export ENTITLEMENTS_ALLOWED=YES
               export ENTITLEMENTS_DESTINATION=Signature
               export ENTITLEMENTS_REQUIRED=YES
               export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
               export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
               export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
               export EXECUTABLE_FOLDER_PATH=Runner.app
               export EXECUTABLE_NAME=Runner
               export EXECUTABLE_PATH=Runner.app/Runner
               export EXPANDED_CODE_SIGN_IDENTITY=84752CC876AD17DC4BF84A8B8B12A67308A28D34
               export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: Simone Zaccarini (5283UL5JYL)"
               export EXPANDED_PROVISIONING_PROFILE=4d789d8e-c58c-4a34-aee8-386bcd735724
               export FILE_LIST=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
               export FIXED_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
               export FLUTTER_APPLICATION_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal
               export FLUTTER_BUILD_DIR=build
               export FLUTTER_FRAMEWORK_DIR=/Users/imavis/flutter/bin/cache/artifacts/engine/ios
               export FLUTTER_ROOT=/Users/imavis/flutter
               export FLUTTER_TARGET=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/lib/main.dart
               export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
               export FRAMEWORK_FLAG_PREFIX=-framework
               export FRAMEWORK_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter"
               export FRAMEWORK_VERSION=A
               export FULL_PRODUCT_NAME=Runner.app
               export GCC3_VERSION=3.3
               export GCC_C_LANGUAGE_STANDARD=gnu99
               export GCC_DYNAMIC_NO_PIC=NO
               export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
               export GCC_NO_COMMON_BLOCKS=YES
               export GCC_OPTIMIZATION_LEVEL=0
               export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
               export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 "
               export GCC_SYMBOLS_PRIVATE_EXTERN=NO
               export GCC_THUMB_SUPPORT=YES
               export GCC_TREAT_WARNINGS_AS_ERRORS=NO
               export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
               export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
               export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
               export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
               export GCC_WARN_UNDECLARED_SELECTOR=YES
               export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
               export GCC_WARN_UNUSED_FUNCTION=YES
               export GCC_WARN_UNUSED_VARIABLE=YES
               export GENERATE_MASTER_OBJECT_FILE=NO
               export GENERATE_PKGINFO_FILE=YES
               export GENERATE_PROFILING_CODE=NO
               export GENERATE_TEXT_BASED_STUBS=NO
               export GID=20
               export GROUP=staff
               export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
               export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
               export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
               export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
               export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
               export HEADERMAP_USES_VFS=NO
               export HEADER_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/include "
               export HIDE_BITCODE_SYMBOLS=YES
               export HOME=/Users/imavis
               export ICONV=/usr/bin/iconv
               export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
               export INFOPLIST_FILE=Runner/Info.plist
               export INFOPLIST_OUTPUT_FORMAT=binary
               export INFOPLIST_PATH=Runner.app/Info.plist
               export INFOPLIST_PREPROCESS=NO
               export INFOSTRINGS_PATH=Runner.app/English.lproj/InfoPlist.strings
               export INLINE_PRIVATE_FRAMEWORKS=NO
               export INSTALLHDRS_COPY_PHASE=NO
               export INSTALLHDRS_SCRIPT_PHASE=NO
               export INSTALL_DIR=/tmp/Runner.dst/Applications
               export INSTALL_GROUP=staff
               export INSTALL_MODE_FLAG=u+w,go-w,a+rX
               export INSTALL_OWNER=imavis
               export INSTALL_PATH=/Applications
               export INSTALL_ROOT=/tmp/Runner.dst
               export IPHONEOS_DEPLOYMENT_TARGET=8.0
               export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
               export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               export JAVA_ARCHIVE_CLASSES=YES
               export JAVA_ARCHIVE_TYPE=JAR
               export JAVA_COMPILER=/usr/bin/javac
               export JAVA_FOLDER_PATH=Runner.app/Java
               export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
               export JAVA_JAR_FLAGS=cv
               export JAVA_SOURCE_SUBDIR=.
               export JAVA_USE_DEPENDENCIES=YES
               export JAVA_ZIP_FLAGS=-urg
               export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
               export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
               export KEEP_PRIVATE_EXTERNS=NO
               export LD_DEPENDENCY_INFO_FILE=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
               export LD_GENERATE_MAP_FILE=NO
               export LD_MAP_FILE_PATH=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
               export LD_NO_PIE=NO
               export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
               export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks"
               export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               export LEX=lex
               export LIBRARY_FLAG_NOSPACE=YES
               export LIBRARY_FLAG_PREFIX=-l
               export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
               export LIBRARY_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter"
               export LINKER_DISPLAYS_MANGLED_NAMES=NO
               export LINK_FILE_LIST_normal_arm64=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList
               export LINK_WITH_STANDARD_LIBRARIES=YES
               export LOCALIZABLE_CONTENT_DIR=
               export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/English.lproj
               export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
               export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
               export LOCAL_APPS_DIR=/Applications
               export LOCAL_DEVELOPER_DIR=/Library/Developer
               export LOCAL_LIBRARY_DIR=/Library
               export LOCROOT=
               export LOCSYMROOT=
               export MACH_O_TYPE=mh_execute
               export MAC_OS_X_PRODUCT_BUILD_VERSION=17G4015
               export MAC_OS_X_VERSION_ACTUAL=101306
               export MAC_OS_X_VERSION_MAJOR=101300
               export MAC_OS_X_VERSION_MINOR=1306
               export METAL_LIBRARY_FILE_BASE=default
               export METAL_LIBRARY_OUTPUT_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               export MODULE_CACHE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               export MTL_ENABLE_DEBUG_INFO=YES
               export NATIVE_ARCH=armv7
               export NATIVE_ARCH_32_BIT=i386
               export NATIVE_ARCH_64_BIT=x86_64
               export NATIVE_ARCH_ACTUAL=x86_64
               export NO_COMMON=YES
               export OBJECT_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
               export OBJECT_FILE_DIR_normal=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
               export OBJROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export ONLY_ACTIVE_ARCH=YES
               export OS=MACOS
               export OSAC=/usr/bin/osacompile
               export PACKAGE_TYPE=com.apple.package-type.wrapper.application
               export PASCAL_STRINGS=YES
               export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               export 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"
               export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
               export PFE_FILE_C_DIALECTS=objective-c
               export PKGINFO_FILE_PATH=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
               export PKGINFO_PATH=Runner.app/PkgInfo
               export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
               export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
               export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
               export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
               export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
               export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
               export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
               export PLATFORM_DISPLAY_NAME=iOS
               export PLATFORM_NAME=iphoneos
               export PLATFORM_PREFERRED_ARCH=arm64
               export PLATFORM_PRODUCT_BUILD_VERSION=16B91
               export PLIST_FILE_OUTPUT_FORMAT=binary
               export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
               export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
               export PRECOMP_DESTINATION_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
               export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
               export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
               export PRODUCT_BUNDLE_IDENTIFIER=com.example.minimal
               export PRODUCT_MODULE_NAME=Runner
               export PRODUCT_NAME=Runner
               export PRODUCT_SETTINGS_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info.plist
               export PRODUCT_TYPE=com.apple.product-type.application
               export PROFILING_CODE=NO
               export PROJECT=Runner
               export PROJECT_DERIVED_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/DerivedSources
               export PROJECT_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PROJECT_FILE_PATH=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj
               export PROJECT_NAME=Runner
               export PROJECT_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build
               export PROJECT_TEMP_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export PROVISIONING_PROFILE_REQUIRED=YES
               export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
               export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
               export REMOVE_CVS_FROM_RESOURCES=YES
               export REMOVE_GIT_FROM_RESOURCES=YES
               export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
               export REMOVE_HG_FROM_RESOURCES=YES
               export REMOVE_SVN_FROM_RESOURCES=YES
               export RESOURCE_RULES_REQUIRED=YES
               export REZ_COLLECTOR_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
               export REZ_OBJECTS_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
               export REZ_SEARCH_PATHS="/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos "
               export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
               export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
               export SCRIPT_INPUT_FILE_COUNT=0
               export SCRIPT_INPUT_FILE_LIST_COUNT=0
               export SCRIPT_OUTPUT_FILE_COUNT=0
               export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
               export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_DIR_iphoneos12_1=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               export SDK_NAME=iphoneos12.1
               export SDK_NAMES=iphoneos12.1
               export SDK_PRODUCT_BUILD_VERSION=16B91
               export SDK_VERSION=12.1
               export SDK_VERSION_ACTUAL=120100
               export SDK_VERSION_MAJOR=120000
               export SDK_VERSION_MINOR=100
               export SED=/usr/bin/sed
               export SEPARATE_STRIP=NO
               export SEPARATE_SYMBOL_EDIT=NO
               export SET_DIR_MODE_OWNER_GROUP=YES
               export SET_FILE_MODE_OWNER_GROUP=NO
               export SHALLOW_BUNDLE=YES
               export SHARED_DERIVED_FILE_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/DerivedSources
               export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
               export SHARED_PRECOMPS_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/PrecompiledHeaders
               export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
               export SKIP_INSTALL=NO
               export SOURCE_ROOT=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export SRCROOT=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export STRINGS_FILE_OUTPUT_ENCODING=binary
               export STRIP_BITCODE_FROM_COPIED_FILES=YES
               export STRIP_INSTALLED_PRODUCT=YES
               export STRIP_STYLE=all
               export STRIP_SWIFT_SYMBOLS=YES
               export SUPPORTED_DEVICE_FAMILIES=1,2
               export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
               export SUPPORTS_TEXT_BASED_API=NO
               export SWIFT_PLATFORM_TARGET_PREFIX=ios
               export SYMROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Products
               export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
               export SYSTEM_APPS_DIR=/Applications
               export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
               export SYSTEM_DEMOS_DIR=/Applications/Extras
               export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
               export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
               export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
               export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
               export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
               export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
               export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
               export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
               export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
               export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
               export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
               export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
               export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
               export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
               export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
               export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
               export SYSTEM_LIBRARY_DIR=/System/Library
               export TAPI_VERIFY_MODE=ErrorsOnly
               export TARGETED_DEVICE_FAMILY=1,2
               export TARGETNAME=Runner
               export TARGET_BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               export TARGET_NAME=Runner
               export TARGET_TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_FILES_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_FILE_DIR=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               export TEMP_ROOT=/Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
               export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
               export UID=501
               export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
               export UNSTRIPPED_PRODUCT=NO
               export USER=imavis
               export USER_APPS_DIR=/Users/imavis/Applications
               export USER_LIBRARY_DIR=/Users/imavis/Library
               export USE_DYNAMIC_NO_PIC=YES
               export USE_HEADERMAP=YES
               export USE_HEADER_SYMLINKS=NO
               export VALIDATE_PRODUCT=NO
               export VALID_ARCHS="arm64 arm64e armv7 armv7s"
               export VERBOSE_PBXCP=NO
               export VERBOSE_SCRIPT_LOGGING=YES
               export VERSIONING_SYSTEM=apple-generic
               export VERSIONPLIST_PATH=Runner.app/version.plist
               export VERSION_INFO_BUILDER=imavis
               export VERSION_INFO_FILE=Runner_vers.c
               export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner  PROJECT:Runner-\""
               export WRAPPER_EXTENSION=app
               export WRAPPER_NAME=Runner.app
               export WRAPPER_SUFFIX=.app
               export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
               export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
               export XCODE_PRODUCT_BUILD_VERSION=10B61
               export XCODE_VERSION_ACTUAL=1010
               export XCODE_VERSION_MAJOR=1000
               export XCODE_VERSION_MINOR=1010
               export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
               export YACC=yacc
               export arch=arm64
               export variant=normal
               /bin/sh -c /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh

           Touch /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               /usr/bin/touch -c /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app

           CodeSign /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

           Signing Identity:     "iPhone Developer: Simone Zaccarini (5283UL5JYL)"
           Provisioning Profile: "iOS Team Provisioning Profile: *"
                                 (4d789d8e-c58c-4a34-aee8-386bcd735724)

               /usr/bin/codesign --force --sign 84752CC876AD17DC4BF84A8B8B12A67308A28D34 --entitlements /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent --timestamp=none /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app

           Validate /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               cd /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
               export PRODUCT_TYPE=com.apple.product-type.application
               builtin-validationUtility /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app

           ** BUILD SUCCEEDED **
[  +43 ms] Running Xcode build... (completed in 8.444ms, longer than expected)
[   +3 ms] Xcode build done.                                            8,5s
[   +1 ms] executing: [/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 -showBuildSettings
[+2090 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 -showBuildSettings
[        ] Build settings from command line:
               ARCHS = arm64
               BUILD_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               ONLY_ACTIVE_ARCH = YES
               SDKROOT = iphoneos12.1
               VERBOSE_SCRIPT_LOGGING = YES

           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 = imavis
               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
               ARCHS = 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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios
               BUILD_ROOT = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Products
               BUILD_STYLE = 
               BUILD_VARIANTS = normal
               BUILT_PRODUCTS_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               CACHE_ROOT = /var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               CCHROOT = /var/folders/lj/chml9g2j0kz7mgvtqnzdrvs80000gn/C/com.apple.DeveloperTools/10.1-10B61/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_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_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/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
               CLEAN_PRECOMPS = YES
               CLONE_HEADERS = NO
               CODESIGNING_FOLDER_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               CODE_SIGNING_ALLOWED = YES
               CODE_SIGNING_REQUIRED = YES
               CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
               CODE_SIGN_IDENTITY = iPhone Developer
               CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
               COLOR_DIAGNOSTICS = NO
               COMBINE_HIDPI_IMAGES = NO
               COMPILER_INDEX_STORE_ENABLE = Default
               COMPOSITE_SDK_DIRS = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/CompositeSDKs
               COMPRESS_PNG_FILES = YES
               CONFIGURATION = Debug
               CONFIGURATION_BUILD_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               CONFIGURATION_TEMP_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
               CONTENTS_FOLDER_PATH = Runner.app
               COPYING_PRESERVES_HFS_DATA = NO
               COPY_HEADERS_RUN_UNIFDEF = NO
               COPY_PHASE_STRIP = NO
               COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
               CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
               CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
               CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator12.1
               CP = /bin/cp
               CREATE_INFOPLIST_SECTION_IN_BINARY = NO
               CURRENT_ARCH = arm64
               CURRENT_VARIANT = normal
               DEAD_CODE_STRIPPING = YES
               DEBUGGING_SYMBOLS = YES
               DEBUG_INFORMATION_FORMAT = dwarf
               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
               DERIVED_FILES_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_FILE_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_SOURCES_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
               DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
               DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               DEVELOPMENT_LANGUAGE = English
               DEVELOPMENT_TEAM = 5DPU8Q8G8C
               DOCUMENTATION_FOLDER_PATH = Runner.app/English.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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               EFFECTIVE_PLATFORM_NAME = -iphoneos
               EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
               EMBEDDED_PROFILE_NAME = embedded.mobileprovision
               EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
               ENABLE_BITCODE = NO
               ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
               ENABLE_HEADER_DEPENDENCIES = YES
               ENABLE_ON_DEMAND_RESOURCES = YES
               ENABLE_STRICT_OBJC_MSGSEND = YES
               ENABLE_TESTABILITY = YES
               ENTITLEMENTS_ALLOWED = YES
               ENTITLEMENTS_DESTINATION = Signature
               ENTITLEMENTS_REQUIRED = YES
               EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
               EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
               EXECUTABLES_FOLDER_PATH = Runner.app/Executables
               EXECUTABLE_FOLDER_PATH = Runner.app
               EXECUTABLE_NAME = Runner
               EXECUTABLE_PATH = Runner.app/Runner
               EXPANDED_CODE_SIGN_IDENTITY = 
               EXPANDED_CODE_SIGN_IDENTITY_NAME = 
               EXPANDED_PROVISIONING_PROFILE = 
               FILE_LIST = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
               FIXED_FILES_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
               FLUTTER_APPLICATION_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal
               FLUTTER_BUILD_DIR = build
               FLUTTER_FRAMEWORK_DIR = /Users/imavis/flutter/bin/cache/artifacts/engine/ios
               FLUTTER_ROOT = /Users/imavis/flutter
               FLUTTER_TARGET = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/lib/main.dart
               FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
               FRAMEWORK_FLAG_PREFIX = -framework
               FRAMEWORK_SEARCH_PATHS =  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter
               FRAMEWORK_VERSION = A
               FULL_PRODUCT_NAME = Runner.app
               GCC3_VERSION = 3.3
               GCC_C_LANGUAGE_STANDARD = gnu99
               GCC_DYNAMIC_NO_PIC = NO
               GCC_INLINES_ARE_PRIVATE_EXTERN = YES
               GCC_NO_COMMON_BLOCKS = YES
               GCC_OPTIMIZATION_LEVEL = 0
               GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
               GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 
               GCC_SYMBOLS_PRIVATE_EXTERN = NO
               GCC_THUMB_SUPPORT = YES
               GCC_TREAT_WARNINGS_AS_ERRORS = NO
               GCC_VERSION = com.apple.compilers.llvm.clang.1_0
               GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
               GCC_WARN_64_TO_32_BIT_CONVERSION = YES
               GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
               GCC_WARN_UNDECLARED_SELECTOR = YES
               GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
               GCC_WARN_UNUSED_FUNCTION = YES
               GCC_WARN_UNUSED_VARIABLE = YES
               GENERATE_MASTER_OBJECT_FILE = NO
               GENERATE_PKGINFO_FILE = YES
               GENERATE_PROFILING_CODE = NO
               GENERATE_TEXT_BASED_STUBS = NO
               GID = 20
               GROUP = staff
               HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
               HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
               HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
               HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
               HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
               HEADERMAP_USES_VFS = NO
               HIDE_BITCODE_SYMBOLS = YES
               HOME = /Users/imavis
               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/English.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 = imavis
               INSTALL_PATH = /Applications
               INSTALL_ROOT = /tmp/Runner.dst
               IPHONEOS_DEPLOYMENT_TARGET = 8.0
               JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
               JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               JAVA_ARCHIVE_CLASSES = YES
               JAVA_ARCHIVE_TYPE = JAR
               JAVA_COMPILER = /usr/bin/javac
               JAVA_FOLDER_PATH = Runner.app/Java
               JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
               JAVA_JAR_FLAGS = cv
               JAVA_SOURCE_SUBDIR = .
               JAVA_USE_DEPENDENCIES = YES
               JAVA_ZIP_FLAGS = -urg
               JIKES_DEFAULT_FLAGS = +E +OLDCSO
               KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
               KEEP_PRIVATE_EXTERNS = NO
               LD_DEPENDENCY_INFO_FILE = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
               LD_GENERATE_MAP_FILE = NO
               LD_MAP_FILE_PATH = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
               LD_NO_PIE = NO
               LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
               LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
               LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               LEX = lex
               LIBRARY_FLAG_NOSPACE = YES
               LIBRARY_FLAG_PREFIX = -l
               LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
               LIBRARY_SEARCH_PATHS =  /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Flutter
               LINKER_DISPLAYS_MANGLED_NAMES = NO
               LINK_FILE_LIST_normal_arm64 = 
               LINK_WITH_STANDARD_LIBRARIES = YES
               LOCALIZABLE_CONTENT_DIR = 
               LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.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 = 17G4015
               MAC_OS_X_VERSION_ACTUAL = 101306
               MAC_OS_X_VERSION_MAJOR = 101300
               MAC_OS_X_VERSION_MINOR = 1306
               METAL_LIBRARY_FILE_BASE = default
               METAL_LIBRARY_OUTPUT_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/Runner.app
               MODULE_CACHE_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               MTL_ENABLE_DEBUG_INFO = YES
               NATIVE_ARCH = armv7
               NATIVE_ARCH_32_BIT = i386
               NATIVE_ARCH_64_BIT = x86_64
               NATIVE_ARCH_ACTUAL = x86_64
               NO_COMMON = YES
               OBJECT_FILE_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
               OBJECT_FILE_DIR_normal = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
               OBJROOT = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/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/imavis/flutter/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/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/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
               PKGINFO_PATH = Runner.app/PkgInfo
               PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/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 = 16B91
               PLIST_FILE_OUTPUT_FORMAT = binary
               PLUGINS_FOLDER_PATH = Runner.app/PlugIns
               PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
               PRECOMP_DESTINATION_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
               PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
               PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
               PRODUCT_BUNDLE_IDENTIFIER = com.example.minimal
               PRODUCT_MODULE_NAME = Runner
               PRODUCT_NAME = Runner
               PRODUCT_SETTINGS_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner/Info.plist
               PRODUCT_TYPE = com.apple.product-type.application
               PROFILING_CODE = NO
               PROJECT = Runner
               PROJECT_DERIVED_FILE_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/DerivedSources
               PROJECT_DIR = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               PROJECT_FILE_PATH = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios/Runner.xcodeproj
               PROJECT_NAME = Runner
               PROJECT_TEMP_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build
               PROJECT_TEMP_ROOT = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               PROVISIONING_PROFILE_REQUIRED = YES
               PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
               RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
               REMOVE_CVS_FROM_RESOURCES = YES
               REMOVE_GIT_FROM_RESOURCES = YES
               REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
               REMOVE_HG_FROM_RESOURCES = YES
               REMOVE_SVN_FROM_RESOURCES = YES
               RESOURCE_RULES_REQUIRED = YES
               REZ_COLLECTOR_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
               REZ_OBJECTS_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-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.1.sdk
               SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_DIR_iphoneos12_1 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_NAME = iphoneos12.1
               SDK_NAMES = iphoneos12.1
               SDK_PRODUCT_BUILD_VERSION = 16B91
               SDK_VERSION = 12.1
               SDK_VERSION_ACTUAL = 120100
               SDK_VERSION_MAJOR = 120000
               SDK_VERSION_MINOR = 100
               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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos/DerivedSources
               SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
               SHARED_PRECOMPS_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/PrecompiledHeaders
               SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
               SKIP_INSTALL = NO
               SOURCE_ROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/ios
               SRCROOT = /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/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_PLATFORM_TARGET_PREFIX = ios
               SYMROOT = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/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_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/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/Debug-iphoneos
               TARGET_NAME = Runner
               TARGET_TEMP_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILES_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILE_DIR = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_ROOT = /Users/imavis/Library/Developer/Xcode/DerivedData/Runner-cjeyfxnqhddxfthculhavwbjfkpy/Build/Intermediates.noindex
               TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
               UID = 501
               UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
               UNSTRIPPED_PRODUCT = NO
               USER = imavis
               USER_APPS_DIR = /Users/imavis/Applications
               USER_LIBRARY_DIR = /Users/imavis/Library
               USE_DYNAMIC_NO_PIC = YES
               USE_HEADERMAP = YES
               USE_HEADER_SYMLINKS = NO
               VALIDATE_PRODUCT = NO
               VALID_ARCHS = arm64 arm64e armv7 armv7s
               VERBOSE_PBXCP = NO
               VERBOSE_SCRIPT_LOGGING = YES
               VERSIONING_SYSTEM = apple-generic
               VERSIONPLIST_PATH = Runner.app/version.plist
               VERSION_INFO_BUILDER = imavis
               VERSION_INFO_FILE = Runner_vers.c
               VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
               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 = 10B61
               XCODE_VERSION_ACTUAL = 1010
               XCODE_VERSION_MAJOR = 1000
               XCODE_VERSION_MINOR = 1010
               XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
               YACC = yacc
               arch = arm64
               variant = normal
[ +345 ms] Installing and launching...
[        ] Debugging is enabled, connecting to observatory
[   +4 ms] executing: /usr/bin/env ios-deploy --id c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e --bundle build/ios/iphoneos/Runner.app --no-wifi --justlaunch --args --enable-dart-profiling --enable-checked-mode --verify-entry-points
[  +37 ms] [....] Waiting for iOS device to be connected
[  +24 ms] [....] Using c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e (N53AP, iPhone 5s (Global/CDMA), iphoneos, arm64) a.k.a. 'iPhone di Alberto'.
[   +1 ms] ------ Install phase ------
[        ] [  0%] Found c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e (N53AP, iPhone 5s (Global/CDMA), iphoneos, arm64) a.k.a. 'iPhone di Alberto' connected through USB, beginning install
[ +730 ms] [  5%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/META-INF/ to device
[        ] [  5%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/META-INF/com.apple.ZipMetadata.plist to device
[        ] [  5%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/_CodeSignature/ to device
[        ] [  6%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources to device
[   +3 ms] [  6%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon20x20@2x.png to device
[   +6 ms] [  6%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon20x20@3x.png to device
[        ] [  7%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon29x29.png to device
[        ] [  7%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon60x60@2x.png to device
[        ] [  8%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Runner to device
[        ] [  8%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon29x29@2x.png to device
[        ] [  8%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon40x40@3x.png to device
[        ] [  9%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Debug.xcconfig to device
[        ] [  9%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon29x29~ipad.png to device
[        ] [ 10%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon40x40@2x.png to device
[        ] [ 10%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon29x29@3x.png to device
[        ] [ 10%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon60x60@3x.png to device
[        ] [ 11%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/ to device
[        ] [ 11%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/ to device
[        ] [ 11%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib to device
[        ] [ 12%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib to device
[        ] [ 12%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/Info.plist to device
[        ] [ 13%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/ to device
[        ] [ 13%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib to device
[        ] [ 13%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib to device
[        ] [ 14%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/Info.plist to device
[        ] [ 14%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Assets.car to device
[        ] [ 15%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppFrameworkInfo.plist to device
[        ] [ 15%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon40x40@2x~ipad.png to device
[        ] [ 15%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon76x76@2x~ipad.png to device
[        ] [ 16%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon83.5x83.5@2x~ipad.png to device
[        ] [ 16%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon29x29@2x~ipad.png to device
[        ] [ 16%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon40x40~ipad.png to device
[        ] [ 17%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/ to device
[        ] [ 17%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/ to device
[        ] [ 18%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/ to device
[        ] [ 18%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/CodeResources to device
[        ] [ 18%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/icudtl.dat to device
[ +143 ms] [ 19%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter to device
[ +679 ms] [ 31%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Info.plist to device
[        ] [ 31%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/ to device
[        ] [ 32%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/ to device
[        ] [ 32%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources to device
[        ] [ 33%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App to device
[        ] [ 33%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/ to device
[        ] [ 33%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/LICENSE to device
[  +17 ms] [ 34%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/vm_snapshot_data to device
[  +93 ms] [ 36%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/isolate_snapshot_data to device
[  +10 ms] [ 36%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/AssetManifest.json to device
[   +1 ms] [ 37%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin to device
[ +437 ms] [ 46%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/FontManifest.json to device
[        ] [ 46%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/fonts/ to device
[        ] [ 46%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/fonts/MaterialIcons-Regular.ttf to device
[        ] [ 47%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Frameworks/App.framework/Info.plist to device
[        ] [ 47%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon20x20~ipad.png to device
[        ] [ 48%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/embedded.mobileprovision to device
[        ] [ 48%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon20x20@2x~ipad.png to device
[        ] [ 48%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/Info.plist to device
[        ] [ 49%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/PkgInfo to device
[        ] [ 49%] Copying /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app/AppIcon76x76~ipad.png to device
[ +591 ms] [ 52%] CreatingStagingDirectory
[        ] [ 57%] ExtractingPackage
[        ] [ 60%] InspectingPackage
[  +29 ms] [ 60%] TakingInstallLock
[ +113 ms] [ 65%] PreflightingApplication
[  +19 ms] [ 65%] InstallingEmbeddedProfile
[  +20 ms] [ 70%] VerifyingApplication
[ +159 ms] [ 75%] CreatingContainer
[  +11 ms] [ 80%] InstallingApplication
[  +19 ms] [ 85%] PostflightingApplication
[   +6 ms] [ 90%] SandboxingApplication
[  +31 ms] [ 95%] GeneratingApplicationMap
[ +203 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +885 ms] ------ Debug phase ------
[        ] Starting debug of c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e (N53AP, iPhone 5s (Global/CDMA), iphoneos, arm64) a.k.a. 'iPhone di Alberto' connected through USB...
[+3868 ms] [  0%] Looking up developer disk image
[  +36 ms] [ 95%] Developer disk image mounted successfully
[ +447 ms] [100%] Connecting to remote debug server
[        ] -------------------------
[  +44 ms] (lldb) command source -s 0 '/tmp/F19D3E03-463A-4053-8722-D5E5616D378E/fruitstrap-lldb-prep-cmds-c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e'
[        ] Executing commands in '/tmp/F19D3E03-463A-4053-8722-D5E5616D378E/fruitstrap-lldb-prep-cmds-c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e'.
[        ] (lldb)     platform select remote-ios --sysroot '/Users/imavis/Library/Developer/Xcode/iOS DeviceSupport/12.1.4 (16D57)/Symbols'
[        ]   Platform: remote-ios
[        ]  Connected: no
[        ]   SDK Path: "/Users/imavis/Library/Developer/Xcode/iOS DeviceSupport/12.1.4 (16D57)/Symbols"
[        ] (lldb)     target create "/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app"
[+5213 ms] Current executable set to '/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos/Runner.app' (arm64).
[   +1 ms] (lldb)     script fruitstrap_device_app="/private/var/containers/Bundle/Application/01012289-6B00-4854-9659-CA3E6CF41E88/Runner.app"
[        ] (lldb)     script fruitstrap_connect_url="connect://127.0.0.1:49457"
[        ] (lldb)     target modules search-paths add /usr "/Users/imavis/Library/Developer/Xcode/iOS DeviceSupport/12.1.4 (16D57)/Symbols/usr" /System "/Users/imavis/Library/Developer/Xcode/iOS DeviceSupport/12.1.4 (16D57)/Symbols/System" "/private/var/containers/Bundle/Application/01012289-6B00-4854-9659-CA3E6CF41E88" "/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos" "/var/containers/Bundle/Application/01012289-6B00-4854-9659-CA3E6CF41E88" "/Users/imavis/Code/TEMP/website/examples/internationalization/minimal/build/ios/iphoneos" /Developer "/Users/imavis/Library/Developer/Xcode/iOS DeviceSupport/12.1.4 (16D57)/Symbols/Developer"
[ +116 ms] (lldb)     command script import "/tmp/F19D3E03-463A-4053-8722-D5E5616D378E/fruitstrap_c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e.py"
[   +3 ms] (lldb)     command script add -f fruitstrap_c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e.connect_command connect
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e.run_command run
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e.autoexit_command autoexit
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e.safequit_command safequit
[        ] (lldb)     connect
[  +27 ms] (lldb)     run
[ +333 ms] success
[        ] (lldb)     safequit
[ +115 ms] Process 6959 detached
[  +58 ms] Application launched on the device. Waiting for observatory port.
[ +606 ms] Observatory URL on device: http://127.0.0.1:55598/
[   +1 ms] attempting to forward device port 55598 to host port 1024
[        ] executing: /usr/local/bin/iproxy 1024 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[  +12 ms] attempting to forward device port 55598 to host port 1025
[        ] executing: /usr/local/bin/iproxy 1025 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +8 ms] attempting to forward device port 55598 to host port 1026
[        ] executing: /usr/local/bin/iproxy 1026 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +7 ms] attempting to forward device port 55598 to host port 1027
[        ] executing: /usr/local/bin/iproxy 1027 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[  +10 ms] attempting to forward device port 55598 to host port 1028
[        ] executing: /usr/local/bin/iproxy 1028 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +9 ms] attempting to forward device port 55598 to host port 1029
[        ] executing: /usr/local/bin/iproxy 1029 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[  +10 ms] attempting to forward device port 55598 to host port 1030
[   +1 ms] executing: /usr/local/bin/iproxy 1030 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +9 ms] attempting to forward device port 55598 to host port 1031
[        ] executing: /usr/local/bin/iproxy 1031 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[   +8 ms] attempting to forward device port 55598 to host port 1032
[        ] executing: /usr/local/bin/iproxy 1032 55598 c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e
[ +473 ms] flutter: Loading en_
[ +537 ms] Forwarded port ForwardedPort HOST:1032 to DEVICE:55598
[   +1 ms] Forwarded host port 1032 to device port 55598 for Observatory
[   +5 ms] Installing and launching... (completed in 16,3s)
[   +6 ms] Connecting to service protocol: http://127.0.0.1:1032/
[  +11 ms] flutter: Loading es_
[ +526 ms] Successfully connected to service protocol: http://127.0.0.1:1032/
[   +3 ms] Sending to VM service: getVM({})
[  +16 ms] Result: {type: VM, name: vm, architectureBits: 64, targetCPU: dbc, hostCPU: Unknown, version: 2.1.2-dev.0.0.flutter-0a7dcf17eb (Tue Feb 12 01:59:15 2019 +0000) on "ios_dbc", _profilerMode: VM, _nativeZoneMemoryUsage: 0, pid: 6959, startTime: 1550590246948...
[   +6 ms] Sending to VM service: getIsolate({isolateId: isolates/1028773308})
[   +6 ms] Sending to VM service: _flutter.listViews({})
[  +64 ms] Result: {type: Isolate, fixedId: true, id: isolates/1028773308, name: main.dart:main(), number: 1028773308, _originNumber: 1028773308, startTime: 1550590246988, _heaps: {new: {type: HeapSpace, name: new, vmName: Scavenger, collections: 0, avgCollectionPer...
[  +16 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x102b0ffe8, isolate: {type: @Isolate, fixedId: true, id: isolates/1028773308, name: main.dart$main-1028773308, number: 1028773308}}]}
[  +12 ms] DevFS: Creating new filesystem on the device (null)
[   +1 ms] Sending to VM service: _createDevFS({fsName: minimal})
[  +61 ms] Result: {type: FileSystem, name: minimal, uri: file:///private/var/mobile/Containers/Data/Application/76C79200-78E1-4A2D-9D6C-647F4288FC99/tmp/minimal8Ex2s9/minimal/}
[        ] DevFS: Created new filesystem on the device (file:///private/var/mobile/Containers/Data/Application/76C79200-78E1-4A2D-9D6C-647F4288FC99/tmp/minimal8Ex2s9/minimal/)
[   +2 ms] Updating assets
[ +105 ms] Syncing files to device iPhone di Alberto...
[   +2 ms] DevFS: Starting sync from LocalDirectory: '/Users/imavis/Code/TEMP/website/examples/internationalization/minimal'
[        ] Scanning project files
[   +6 ms] Scanning package files
[ +155 ms] Scanning asset files
[   +1 ms] Scanning for deleted files
[  +19 ms] Compiling dart to kernel with 476 updated files
[   +8 ms] /Users/imavis/flutter/bin/cache/dart-sdk/bin/dart /Users/imavis/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/imavis/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --strong --target=flutter --output-dill build/app.dill --packages /Users/imavis/Code/TEMP/website/examples/internationalization/minimal/.packages --filesystem-scheme org-dartlang-root
[        ] flutter: Loaded es_
[+1515 ms] flutter: Loaded en_
[ +855 ms] Updating files
[ +284 ms] DevFS: Sync finished
[   +1 ms] Syncing files to device iPhone di Alberto... (completed in 2.852ms, longer than expected)
[   +1 ms] Synced 0.7MB.
[   +2 ms] Sending to VM service: _flutter.listViews({})
[   +5 ms] Result: {type: FlutterViewList, views: [{type: FlutterView, id: _flutterView/0x102b0ffe8, isolate: {type: @Isolate, fixedId: true, id: isolates/1028773308, name: main.dart$main-1028773308, number: 1028773308}}]}
[   +1 ms] Connected to _flutterView/0x102b0ffe8.
[   +3 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 di Alberto is available at: http://127.0.0.1:1032/
[        ] For a more detailed help message, press "h". To detach, press "d"; to quit, press "q".
[+30504 ms] Service protocol connection closed.
[   +1 ms] Lost connection to device.
[   +6 ms] DevFS: Deleting filesystem on the device (file:///private/var/mobile/Containers/Data/Application/76C79200-78E1-4A2D-9D6C-647F4288FC99/tmp/minimal8Ex2s9/minimal/)
[   +1 ms] Sending to VM service: _deleteDevFS({fsName: minimal})
[ +258 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
[   +5 ms] "flutter run" took 69.305ms.
[        ] "flutter run" took 69.305ms.
Analyzing minimal...                                                    
No issues found! (ran in 3.0s)
[βœ“] Flutter (Channel dev, v1.2.1, on Mac OS X 10.13.6 17G4015, locale it-IT)
    β€’ Flutter version 1.2.1 at /Users/imavis/flutter
    β€’ Framework revision 8661d8aecd (5 days ago), 2019-02-14 19:19:53 -0800
    β€’ Engine revision 3757390fa4
    β€’ Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

[βœ“] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    β€’ Android SDK at /Users/imavis/Library/Android/sdk
    β€’ Android NDK location not configured (optional; useful for native profiling support)
    β€’ Platform android-28, build-tools 28.0.3
    β€’ Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    β€’ All Android licenses accepted.

[βœ“] iOS toolchain - develop for iOS devices (Xcode 10.1)
    β€’ Xcode at /Applications/Xcode.app/Contents/Developer
    β€’ Xcode 10.1, Build version 10B61
    β€’ ios-deploy 2.0.0
    β€’ CocoaPods version 1.6.0.beta.1

[βœ“] Android Studio (version 3.2)
    β€’ Android Studio at /Applications/Android Studio.app/Contents
    β€’ Flutter plugin version 31.3.1
    β€’ Dart plugin version 181.5656
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[βœ“] VS Code (version 1.30.1)
    β€’ VS Code at /Applications/Visual Studio Code.app/Contents
    β€’ Flutter extension version 2.21.1

[βœ“] Connected device (1 available)
    β€’ iPhone di Alberto β€’ c392e5a070a52d92c07d8e2dcb8baec9c26a9d6e β€’ ios β€’ iOS 12.1.4

β€’ No issues found!
AlexandreRoba commented 5 years ago

Hi i have the same problem. The local is not picking up the Iphone language settings. I tried to delay the loading but still. It only returns 'en'.

[βœ“] Flutter (Channel dev, v1.2.1, on Mac OS X 10.14.3 18D109, locale en-GB)
    β€’ Flutter version 1.2.1 at /Users/aroba/flutter
    β€’ Framework revision 8661d8aecd (6 days ago), 2019-02-14 19:19:53 -0800
    β€’ Engine revision 3757390fa4
    β€’ Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

[βœ“] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    β€’ Android SDK at /Users/aroba/Library/Android/sdk
    β€’ Android NDK location not configured (optional; useful for native profiling support)
    β€’ Platform android-28, build-tools 28.0.3
    β€’ Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)
    β€’ All Android licenses accepted.

[βœ“] iOS toolchain - develop for iOS devices (Xcode 10.1)
    β€’ Xcode at /Applications/Xcode.app/Contents/Developer
    β€’ Xcode 10.1, Build version 10B61
    β€’ ios-deploy 1.9.4
    β€’ CocoaPods version 1.6.0

[βœ“] Android Studio (version 3.3)
    β€’ Android Studio at /Applications/Android Studio.app/Contents
    β€’ Flutter plugin version 32.0.1
    β€’ Dart plugin version 182.5124
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01)

[βœ“] IntelliJ IDEA Ultimate Edition (version 2018.3.4)
    β€’ IntelliJ at /Users/aroba/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
    β€’ Flutter plugin version 33.0.6
    β€’ Dart plugin version 183.5901

[βœ“] VS Code (version 1.31.1)
    β€’ VS Code at /Applications/Visual Studio Code.app/Contents
    β€’ Flutter extension version 2.23.0

[βœ“] Connected device (2 available)
    β€’ Alexandre Roba’s iPhone β€’ 00008020-001324C11450003A            β€’ ios β€’ iOS 12.1.4
    β€’ iPhone XR               β€’ F58CB8C8-524D-46EB-9146-19790506D875 β€’ ios β€’ iOS 12.1 (simulator)

β€’ No issues found!
Giz commented 5 years ago

For the moment we tried to solve the problem with this workaround:

  static Future<void> _prev;

  @override
  Future<SystemLocalizations> load(Locale locale) async {
    SystemLocalizations localizations = new SystemLocalizations(locale);

    print("Loading ${locale.languageCode}");
    final current = localizations.load();
    final prev = _prev;
    _prev = current;
    await current;
    print("Loaded ${locale.languageCode}");

    // workaround
    if (prev != null) {
      await prev;
      await Future.delayed(Duration(milliseconds: 250));  // I don't know if this is necessary
    }

    print("Returning ${locale.languageCode}");
    return localizations;
  }
darshankawar commented 4 years ago

Hi @Giz, Can you please confirm if you still experience this issue on latest Flutter versions (eg: dev, master, stable) ? Thanks.

darshankawar commented 4 years ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v. All system setups can be slightly different, so it's always better to open new issues and reference related issues.

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.