Skip to content

Instantly share code, notes, and snippets.

@suztomo
Created June 26, 2020 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suztomo/b9d2737ea3b42090c5cc13b3f6c0e491 to your computer and use it in GitHub Desktop.
Save suztomo/b9d2737ea3b42090c5cc13b3f6c0e491 to your computer and use it in GitHub Desktop.
"flutter build ios" encounters "FontSubset error": flutter build ios --verbose
/tmp/font-subset-error/hello $ flutter build ios --verbose git[branch:master]
[ +13 ms] executing: [/Users/suztomo/development/flutter/] git -c log.showSignature=false log -n 1
--pretty=format:%H
[ +54 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 9b9b543d9265484132c798adaab6caca52055b08
[ +1 ms] executing: [/Users/suztomo/development/flutter/] git tag --contains HEAD
[ +72 ms] Exit code 0 from: git tag --contains HEAD
[ ] 1.19.0-4.2.pre
[ +16 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] executing: [/Users/suztomo/development/flutter/] git ls-remote --get-url origin
[ +13 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +71 ms] Unable to locate an Android SDK.
[ +15 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref HEAD
[ +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ +10 ms] executing: sw_vers -productName
[ +22 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +19 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.5
[ ] executing: sw_vers -buildVersion
[ +16 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 19F101
[ +62 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +15 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +3 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +327 ms] Generating
/private/tmp/font-subset-error/hello/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.jav
a
[ +68 ms] executing: /usr/bin/plutil -convert json -o -
/private/tmp/font-subset-error/hello/ios/Runner/Info.plist
[ +16 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/private/tmp/font-subset-error/hello/ios/Runner/Info.plist
[ +1 ms]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBu
ndleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UIL
aunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"UISupp
ortedInterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfac
eOrientationLandscapeRight"],"UIViewControllerBasedStatusBarAppearance":false,"CFBundleSignature":"????","CFBun
dlePackageType":"APPL","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~
ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLands
capeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleName":"hello"}
[ +5 ms] executing: /usr/bin/xcodebuild -version
[+1247 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ ] Xcode 11.5
Build version 11E608c
⣽[ +14 ms] executing: [/private/tmp/font-subset-error/hello/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project
/private/tmp/font-subset-error/hello/ios/Runner.xcodeproj -scheme Runner -showBuildSettings
[ ] executing: [/private/tmp/font-subset-error/hello/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project
/private/tmp/font-subset-error/hello/ios/Runner.xcodeproj -scheme Runner -showBuildSettings
(This is taking an unexpectedly long time.)⣽[+3275 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project
/private/tmp/font-subset-error/hello/ios/Runner.xcodeproj -scheme 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 = suztomo
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
APPLY_RULES_IN_COPY_HEADERS = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx
watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /tmp/font-subset-error/hello/build/ios
BUILD_LIBRARY_FOR_DISTRIBUTION = NO
BUILD_ROOT = /tmp/font-subset-error/hello/build/ios
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /tmp/font-subset-error/hello/build/ios/Release-iphoneos
BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
BUNDLE_FORMAT = shallow
BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
CACHE_ROOT =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/
Xcode
CCHROOT =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/
Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaC
lasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH =
/tmp/font-subset-error/hello/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 = /tmp/font-subset-error/hello/build/ios/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR = /tmp/font-subset-error/hello/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
/SDKs/iPhoneSimulator13.5.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.5
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DART_OBFUSCATION = false
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2
10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5
DERIVED_FILES_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Deriv
edSources
DERIVED_FILE_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Deriv
edSources
DERIVED_SOURCES_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Deriv
edSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR =
/Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED =
/Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = en
DEVELOPMENT_TEAM = M3QX44L9Y2
DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
DONT_GENERATE_INFOPLIST_FILE = NO
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH = /tmp/font-subset-error/hello/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HARDENED_RUNTIME = NO
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENABLE_TESTING_SEARCH_PATHS = 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 =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objec
ts/LinkFileList
FIXED_FILES_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Fixed
Files
FLUTTER_APPLICATION_PATH = /private/tmp/font-subset-error/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR =
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release
FLUTTER_ROOT = /Users/suztomo/development/flutter
FLUTTER_TARGET = lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = "/tmp/font-subset-error/hello/ios/Pods/../Flutter"
/tmp/font-subset-error/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1
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/suztomo
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = suztomo
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 9.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 =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objec
ts-normal/arm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Runne
r-LinkMap-normal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks'
@executable_path/Frameworks
LEGACY_DEVELOPER_DIR =
/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
veloper
LEX = lex
LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /tmp/font-subset-error/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0
LLVM_TARGET_TRIPLE_VENDOR = apple
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 19F101
MAC_OS_X_VERSION_ACTUAL = 101505
MAC_OS_X_VERSION_MAJOR = 101500
MAC_OS_X_VERSION_MINOR = 1505
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR =
/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Runner.app
MODULES_FOLDER_PATH = Runner.app/Modules
MODULE_CACHE_DIR =
/Users/suztomo/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 =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objec
ts
OBJECT_FILE_DIR_normal =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Objec
ts-normal
OBJROOT = /tmp/font-subset-error/hello/build/ios
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
OTHER_LDFLAGS = -framework Flutter
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH =
/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/suztomo/Documents/JijibabaTv/
google-cloud-sdk/bin:/Users/suztomo/.gem/ruby/2.6.0/bin:/usr/local/opt/go@1.12/bin:/Use
rs/suztomo/local/flutter/bin:/usr/local/opt/node@10/bin:/Library/Java/JavaVirtualMachin
es/adoptopenjdk-8.jdk/Contents/Home/bin:/Users/suztomo/local/apache-maven-3.6.1/bin:/us
r/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/opt
/local/bin:/opt/local/sbin/:/System/Library/PrivateFrameworks/Apple80211.framework/Vers
ions/A/Resources/:/Applications/Adobe Flex Builder
3/sdks/3.2.0/bin:/Users/suztomo/local/bin:/usr/local/git/bin:/Users/suztomo/dotfiles/bi
n:/work/tsuzuki/local/bin:/sbin:usr/local/bin:/Users/suztomo/google-cloud-sdk/bin:/User
s/suztomo/local:/Users/suztomo/tree-sitter/target/release:/Users/suztomo/local/google-j
ava-format/scripts:/Users/suztomo/go/bin:/Users/suztomo/development/flutter/bin:/Users/
suztomo/development/apache-maven-3.6.3/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 =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgIn
fo
PKGINFO_PATH = Runner.app/PkgInfo
PLATFORM_DEVELOPER_APPLICATIONS_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applic
ations
PLATFORM_DEVELOPER_BIN_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bi
n
PLATFORM_DEVELOPER_LIBRARY_DIR =
/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
veloper/Library
PLATFORM_DEVELOPER_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 17F65
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PODS_BUILD_DIR = /tmp/font-subset-error/hello/build/ios
PODS_CONFIGURATION_BUILD_DIR = /tmp/font-subset-error/hello/build/ios/Release-iphoneos
PODS_PODFILE_DIR_PATH = /tmp/font-subset-error/hello/ios/.
PODS_ROOT = /tmp/font-subset-error/hello/ios/Pods
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Prefi
xHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = suzotmo.hello
PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /tmp/font-subset-error/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/DerivedSources
PROJECT_DIR = /tmp/font-subset-error/hello/ios
PROJECT_FILE_PATH = /tmp/font-subset-error/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR = /tmp/font-subset-error/hello/build/ios/Runner.build
PROJECT_TEMP_ROOT = /tmp/font-subset-error/hello/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 =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Resou
rceManagerResources
REZ_OBJECTS_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build/Resou
rceManagerResources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SDKROOT =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_DIR_iphoneos13_5 =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_NAME = iphoneos13.5
SDK_NAMES = iphoneos13.5
SDK_PRODUCT_BUILD_VERSION = 17F65
SDK_VERSION = 13.5
SDK_VERSION_ACTUAL = 130500
SDK_VERSION_MAJOR = 130000
SDK_VERSION_MINOR = 500
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 =
/tmp/font-subset-error/hello/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR = /tmp/font-subset-error/hello/build/ios/SharedPrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /tmp/font-subset-error/hello/ios
SRCROOT = /tmp/font-subset-error/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphoneos
SUPPORTS_MACCATALYST = NO
SUPPORTS_TEXT_BASED_API = NO
SWIFT_COMPILATION_MODE = wholemodule
SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
SWIFT_OPTIMIZATION_LEVEL = -O
SWIFT_PLATFORM_TARGET_PREFIX = ios
SWIFT_VERSION = 5.0
SYMROOT = /tmp/font-subset-error/hello/build/ios
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC
Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC
Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR =
/Applications/Xcode.app/Contents/Developer/ADC Reference
Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /tmp/font-subset-error/hello/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR =
/tmp/font-subset-error/hello/build/ios/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT = /tmp/font-subset-error/hello/build/ios
TEST_FRAMEWORK_SEARCH_PATHS =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Librar
y/Frameworks
TEST_LIBRARY_SEARCH_PATHS =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/li
b
TOOLCHAIN_DIR =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TRACK_WIDGET_CREATION = false
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
TREE_SHAKE_ICONS = false
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = suztomo
USER_APPS_DIR = /Users/suztomo/Applications
USER_LIBRARY_DIR = /Users/suztomo/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
USE_LLVM_TARGET_TRIPLES = YES
USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
VALIDATE_PRODUCT = YES
VALIDATE_WORKSPACE = NO
VALID_ARCHS = arm64 arm64e armv7 armv7s
VERBOSE_PBXCP = NO
VERSIONING_SYSTEM = apple-generic
VERSIONPLIST_PATH = Runner.app/version.plist
VERSION_INFO_BUILDER = suztomo
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 11E608c
XCODE_VERSION_ACTUAL = 1150
XCODE_VERSION_MAJOR = 1100
XCODE_VERSION_MINOR = 1150
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +32 ms] Building suzotmo.hello for device (ios-release)...
[ +37 ms] executing: xattr -r -d com.apple.FinderInfo /private/tmp/font-subset-error/hello/ios
[ +843 ms] Failed to remove xattr com.apple.FinderInfo from /private/tmp/font-subset-error/hello/ios
[ +1 ms] executing: [/private/tmp/font-subset-error/hello/ios/] /usr/bin/xcodebuild -list
[+3084 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/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
[ +12 ms] Automatically signing iOS for device deployment using specified development team in Xcode project:
M3QX44L9Y2
[ +79 ms] executing: /usr/bin/plutil -convert json -o -
/private/tmp/font-subset-error/hello/ios/Runner/Info.plist
[ +12 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/private/tmp/font-subset-error/hello/ios/Runner/Info.plist
[ ]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBu
ndleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UIL
aunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"UISupp
ortedInterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfac
eOrientationLandscapeRight"],"UIViewControllerBasedStatusBarAppearance":false,"CFBundleSignature":"????","CFBun
dlePackageType":"APPL","CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","UISupportedInterfaceOrientations~
ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLands
capeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleName":"hello"}
[ +9 ms] executing: mkfifo
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pipe_to_std
out
[ +6 ms] Exit code 0 from: mkfifo
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pipe_to_std
out
[ +3 ms] Running Xcode build...
[ +1 ms] executing: [/private/tmp/font-subset-error/hello/ios/] /usr/bin/env xcrun xcodebuild -configuration
Release VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_l
og_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO
[+20837 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release
VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_too
ls.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO
Build settings from command line:
BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios
COMPILER_INDEX_STORE_ENABLE = NO
FLUTTER_SUPPRESS_ANALYTICS = true
SCRIPT_OUTPUT_STREAM_FILE =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_lo
g_pipe.Zu5oxp/pipe_to_stdout
SDKROOT = iphoneos13.5
VERBOSE_SCRIPT_LOGGING = YES
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
ProcessInfoPlistFile
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Pods_Runner.framework/Info
.plist /tmp/font-subset-error/hello/ios/Pods/Target\ Support\
Files/Pods-Runner/Pods-Runner-Info.plist (in target 'Pods-Runner' from project 'Pods')
cd /tmp/font-subset-error/hello/ios/Pods
builtin-infoPlistUtility /tmp/font-subset-error/hello/ios/Pods/Target\ Support\
Files/Pods-Runner/Pods-Runner-Info.plist -producttype com.apple.product-type.framework
-expandbuildsettings -format binary -platform iphoneos -o
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Pods_Runner.framework/
Info.plist
ProcessProductPackaging ""
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Bui
ld/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Runner.app.xcent (in
target 'Runner' from project 'Runner')
cd /tmp/font-subset-error/hello/ios
Entitlements:
{
"application-identifier" = "M3QX44L9Y2.suzotmo.hello";
"com.apple.developer.team-identifier" = M3QX44L9Y2;
"get-task-allow" = 1;
"keychain-access-groups" = (
"M3QX44L9Y2.suzotmo.hello"
);
}
builtin-productPackagingUtility -entitlements -format xml -o
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Runner.app.xce
nt
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Bui
ld/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Script-88BBB181F25F6C8
A25AE094A.sh (in target 'Runner' from project 'Runner')
cd /tmp/font-subset-error/hello/ios
/bin/sh -c
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Script-88BBB18
1F25F6C8A25AE094A.sh
PhaseScriptExecution Run\ Script
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Bui
ld/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F
6004384FC.sh (in target 'Runner' from project 'Runner')
cd /tmp/font-subset-error/hello/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=suztomo
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 APPLY_RULES_IN_COPY_HEADERS=NO
export ARCHS="armv7 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 AppIdentifierPrefix=M3QX44L9Y2.
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export
BUILD_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfx
lkbhpqocyfx/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export
BUILT_PRODUCTS_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS
export BUNDLE_FORMAT=shallow
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers
export
CACHE_ROOT=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/1
1.5-11E608c/Xcode
export
CCHROOT=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5
-11E608c/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/suztomo/Library/Developer/Xcode/DerivedData/Mo
duleCache.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_DEPRECATED_OBJC_IMPLEMENTATIONS=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_IMPLICIT_RETAIN_SELF=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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrn
pdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export
CODESIGNING_FOLDER_PATH=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneo
s/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 COMPILER_INDEX_STORE_ENABLE=NO
export
COMPOSITE_SDK_DIRS=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyo
jbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Release
export
CONFIGURATION_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneo
s
export
CONFIGURATION_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captw
ybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-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/Platfo
rms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export
CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/i
PhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.5
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DART_OBFUSCATION=false
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
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 12.2 12.3 12.4 13.0 13.1 13.2 13.3
13.4 13.5"
export
DERIVED_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyoj
brnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.bu
ild/DerivedSources
export
DERIVED_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojb
rnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.bui
ld/DerivedSources
export
DERIVED_SOURCES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwyby
ojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.
build/DerivedSources
export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
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/Fra
meworks
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=en
export DEVELOPMENT_TEAM=M3QX44L9Y2
export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation
export DONT_GENERATE_INFOPLIST_FILE=NO
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export
DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xc
toolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export
DWARF_DSYM_FOLDER_PATH=/private/tmp/font-subset-error/hello/build/ios/Release-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_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=NO
export ENABLE_TESTING_SEARCH_PATHS=NO
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=E0309710F8206F94D3CE19BFEFEFEF565A37F0D6
export EXPANDED_CODE_SIGN_IDENTITY_NAME="Apple Development: suztomo@gmail.com
(RVCJGP7P62)"
export EXPANDED_PROVISIONING_PROFILE=aafef218-4c04-435f-ab2b-08b7ac65c225
export
FILE_LIST=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxl
kbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Obje
cts/LinkFileList
export
FIXED_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbr
npdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.buil
d/FixedFiles
export FLUTTER_APPLICATION_PATH=/private/tmp/font-subset-error/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export
FLUTTER_FRAMEWORK_DIR=/Users/suztomo/development/flutter/bin/cache/artifacts/engine/io
s-release
export FLUTTER_ROOT=/Users/suztomo/development/flutter
export FLUTTER_SUPPRESS_ANALYTICS=true
export FLUTTER_TARGET=lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export
FRAMEWORK_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneo
s "/tmp/font-subset-error/hello/ios/Pods/../Flutter"
/tmp/font-subset-error/hello/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_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS=" COCOAPODS=1"
export GCC_SYMBOLS_PRIVATE_EXTERN=YES
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="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/i
nclude "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/suztomo
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/en.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=suztomo
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=9.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/JavaApplicat
ionStub
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/suztomo/Library/Developer/Xcode/DerivedData/Runner-capt
wybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Run
ner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export
LD_MAP_FILE_PATH=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojb
rnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.bui
ld/Runner-LinkMap-normal-undefined_arch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks'
'@loader_path/Frameworks' @executable_path/Frameworks"
export
LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Con
tents/SharedSupport/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export
LIBRARY_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
/tmp/font-subset-error/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export
LINK_FILE_LIST_normal_arm64=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-
captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos
/Runner.build/Objects-normal/arm64/Runner.LinkFileList
export
LINK_FILE_LIST_normal_armv7=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-
captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos
/Runner.build/Objects-normal/armv7/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios9.0
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
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=/tmp/font-subset-error/hello/ios
export LOCSYMROOT=/tmp/font-subset-error/hello/ios
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=19F101
export MAC_OS_X_VERSION_ACTUAL=101505
export MAC_OS_X_VERSION_MAJOR=101500
export MAC_OS_X_VERSION_MINOR=1505
export METAL_LIBRARY_FILE_BASE=default
export
METAL_LIBRARY_OUTPUT_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphone
os/Runner.app
export MODULES_FOLDER_PATH=Runner.app/Modules
export
MODULE_CACHE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/ModuleCache.noinde
x
export MTL_ENABLE_DEBUG_INFO=NO
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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbr
npdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.buil
d/Objects
export
OBJECT_FILE_DIR_normal=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captw
ybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runn
er.build/Objects-normal
export
OBJROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkb
hpqocyfx/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=" -framework "Flutter" -framework Flutter"
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export
PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/
usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoo
lchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf
orm/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr
/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Deve
loper/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D
eveloper/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Application
s/Xcode.app/Contents/Developer/usr/local/bin:/Users/suztomo/Documents/JijibabaTv/googl
e-cloud-sdk/bin:/Users/suztomo/.gem/ruby/2.6.0/bin:/usr/local/opt/go@1.12/bin:/Users/s
uztomo/local/flutter/bin:/usr/local/opt/node@10/bin:/Library/Java/JavaVirtualMachines/
adoptopenjdk-8.jdk/Contents/Home/bin:/Users/suztomo/local/apache-maven-3.6.1/bin:/usr/
local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/opt/
local/bin:/opt/local/sbin/:/System/Library/PrivateFrameworks/Apple80211.framework/Vers
ions/A/Resources/:/Applications/Adobe Flex Builder
3/sdks/3.2.0/bin:/Users/suztomo/local/bin:/usr/local/git/bin:/Users/suztomo/dotfiles/b
in:/work/tsuzuki/local/bin:/Users/suztomo/google-cloud-sdk/bin:/Users/suztomo/local:/U
sers/suztomo/tree-sitter/target/release:/Users/suztomo/local/google-java-format/script
s:/Users/suztomo/go/bin:/Users/suztomo/development/flutter/bin:/Users/suztomo/developm
ent/apache-maven-3.6.3/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
PER_ARCH_OBJECT_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-cap
twybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Ru
nner.build/Objects-normal/undefined_arch
export
PER_VARIANT_OBJECT_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-
captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos
/Runner.build/Objects-normal
export
PKGINFO_FILE_PATH=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyoj
brnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.bu
ild/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export
PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platfor
ms/iPhoneOS.platform/Developer/Applications
export
PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhone
OS.platform/Developer/usr/bin
export
PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iP
honeOS.platform/Developer/Library
export
PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhone
OS.platform/Developer/SDKs
export
PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPho
neOS.platform/Developer/Tools
export
PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhone
OS.platform/Developer/usr
export
PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_FAMILY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=17F65
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PODS_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios
export
PODS_CONFIGURATION_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-ip
honeos
export PODS_PODFILE_DIR_PATH=/tmp/font-subset-error/hello/ios/.
export PODS_ROOT=/tmp/font-subset-error/hello/ios/Pods
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export
PRECOMP_DESTINATION_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-capt
wybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Run
ner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=suzotmo.hello
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/tmp/font-subset-error/hello/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-cap
twybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/tmp/font-subset-error/hello/ios
export PROJECT_FILE_PATH=/tmp/font-subset-error/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export
PROJECT_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojb
rnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build
export
PROJECT_TEMP_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyoj
brnpdfxlkbhpqocyfx/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyoj
brnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.bu
ild/ResourceManagerResources
export
REZ_OBJECTS_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbr
npdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.buil
d/ResourceManagerResources/Objects
export
REZ_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-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
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_too
ls.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pipe_to_stdout
export
SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develop
er/SDKs/iPhoneOS13.5.sdk
export
SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develop
er/SDKs/iPhoneOS13.5.sdk
export
SDK_DIR_iphoneos13_5=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pla
tform/Developer/SDKs/iPhoneOS13.5.sdk
export SDK_NAME=iphoneos13.5
export SDK_NAMES=iphoneos13.5
export SDK_PRODUCT_BUILD_VERSION=17F65
export SDK_VERSION=13.5
export SDK_VERSION_ACTUAL=130500
export SDK_VERSION_MAJOR=130000
export SDK_VERSION_MINOR=500
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=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneo
s/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export
SHARED_PRECOMPS_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwyby
ojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/tmp/font-subset-error/hello/ios
export SRCROOT=/tmp/font-subset-error/hello/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=iphoneos
export SUPPORTS_MACCATALYST=NO
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_COMPILATION_MODE=wholemodule
export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
export SWIFT_OPTIMIZATION_LEVEL=-O
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export
SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/suztomo/Library/Developer/Xcode/DerivedDa
ta/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Releas
e-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList
export
SWIFT_RESPONSE_FILE_PATH_normal_armv7=/Users/suztomo/Library/Developer/Xcode/DerivedDa
ta/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Releas
e-iphoneos/Runner.build/Objects-normal/armv7/Runner.SwiftFileList
export SWIFT_VERSION=5.0
export
SYMROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkb
hpqocyfx/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/Ut
ilities/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/Applic
ations/Graphics Tools"
export
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applicatio
ns/Java Tools"
export
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/App
lications/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/AD
C 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_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
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=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export TARGET_NAME=Runner
export
TARGET_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbr
npdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.buil
d
export
TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlk
bhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrn
pdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnp
dfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxl
kbhpqocyfx/Build/Intermediates.noindex
export TEST_FRAMEWORK_SEARCH_PATHS="
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Libra
ry/Frameworks"
export TEST_LIBRARY_SEARCH_PATHS="
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/l
ib"
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export
TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoo
lchain
export TRACK_WIDGET_CREATION=false
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export TREE_SHAKE_ICONS=true
export TeamIdentifierPrefix=M3QX44L9Y2.
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=suztomo
export USER_APPS_DIR=/Users/suztomo/Applications
export USER_LIBRARY_DIR=/Users/suztomo/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export USE_LLVM_TARGET_TRIPLES=YES
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
export VALIDATE_PRODUCT=YES
export VALIDATE_WORKSPACE=YES_ERROR
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=suztomo
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-1""
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=11E608c
export XCODE_VERSION_ACTUAL=1150
export XCODE_VERSION_MAJOR=1100
export XCODE_VERSION_MINOR=1150
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB
61CF901F6004384FC.sh
♦ rm -rf -- /tmp/font-subset-error/hello/ios/Flutter/Flutter.framework
♦ cp --
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/Flutter.podspec
/tmp/font-subset-error/hello/ios/Flutter
♦ cp -r --
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/Flutter.framewor
k /tmp/font-subset-error/hello/ios/Flutter
♦ /Users/suztomo/development/flutter/bin/flutter --verbose assemble
--output=/tmp/font-subset-error/hello/ios/Flutter/ -dTargetPlatform=ios
-dTargetFile=lib/main.dart -dBuildMode=release -dIosArchs=armv7 arm64 -dSplitDebugInfo=
-dTreeShakeIcons=true -dTrackWidgetCreation=false -dDartObfuscation=false -dEnableBitcode=
--ExtraGenSnapshotOptions= --DartDefines= -dExtraFrontEndOptions=
release_ios_bundle_flutter_assets
[ +16 ms] executing: [/Users/suztomo/development/flutter/] git -c log.showSignature=false
log -n 1 --pretty=format:%H
[ +56 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] 9b9b543d9265484132c798adaab6caca52055b08
[ +1 ms] executing: [/Users/suztomo/development/flutter/] git tag --contains HEAD
[ +30 ms] Exit code 0 from: git tag --contains HEAD
[ ] 1.19.0-4.2.pre
[ +12 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref
--symbolic @{u}
[ +6 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] executing: [/Users/suztomo/development/flutter/] git ls-remote --get-url origin
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +55 ms] Unable to locate an Android SDK.
[ +13 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref
HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ +56 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping
update.
[ +12 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping
update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +105 ms] Initializing file store
[ +14 ms] Done initializing file store
[ +40 ms] Skipping target: gen_localizations
[ +562 ms] Skipping target: kernel_snapshot
[ +108 ms] aot_assembly_release: Starting due to {InvalidatedReason.inputChanged}
[ +8 ms] executing:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot_arm
v7 --deterministic --snapshot_kind=app-aot-assembly
--assembly=/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf
398e627d57ae7c4/armv7/snapshot_assembly.S --strip --no-sim-use-hardfp
--no-use-integer-division --no-causal-async-stacks --lazy-async-stacks
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/app.dill
[ +4 ms] executing:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot_arm
64 --deterministic --snapshot_kind=app-aot-assembly
--assembly=/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf
398e627d57ae7c4/arm64/snapshot_assembly.S --strip --no-causal-async-stacks
--lazy-async-stacks
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/app.dill
[+9654 ms] executing: xcrun --sdk iphoneos --show-sdk-path
[ +18 ms]
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk
[ +1 ms] executing: xcrun cc -arch arm64 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk -c
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/arm64/snapshot_assembly.S -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/arm64/snapshot_assembly.o
[ +472 ms] executing: xcrun --sdk iphoneos --show-sdk-path
[ +15 ms]
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk
[ ] executing: xcrun cc -arch armv7 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk -c
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/armv7/snapshot_assembly.S -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/armv7/snapshot_assembly.o
[ +663 ms] executing: xcrun clang -arch arm64 -miphoneos-version-min=8.0 -dynamiclib
-Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker
@loader_path/Frameworks -install_name @rpath/App.framework/App -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/arm64/App.framework/App
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/arm64/snapshot_assembly.o
[ +884 ms] executing: xcrun clang -arch armv7 -miphoneos-version-min=8.0 -dynamiclib
-Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker
@loader_path/Frameworks -install_name @rpath/App.framework/App -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho
neOS13.5.sdk -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/armv7/App.framework/App
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/armv7/snapshot_assembly.o
[ +117 ms] aot_assembly_release: Complete
[ +262 ms] release_ios_bundle_flutter_assets: Starting due to {}
[ +278 ms] Running command: /Users/suztomo/development/flutter/bin/cache/dart-sdk/bin/dart
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/const_finder.dart
.snapshot --kernel-file
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57a
e7c4/app.dill --class-library-uri package:flutter/src/widgets/icon_data.dart --class-name
IconData
[ +642 ms] Running font-subset:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/font-subset
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/packages/community_m
aterial_icon/fonts/materialdesignicons-webfont.ttf
/Users/suztomo/development/flutter/.pub-cache/hosted/pub.dartlang.org/community_material_i
con-5.3.45/lib/fonts/materialdesignicons-webfont.ttf, using codepoints 984100
[ +1 ms] Running font-subset:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/font-subset
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/fonts/MaterialIcons-
Regular.ttf
/Users/suztomo/development/flutter/bin/cache/artifacts/material_fonts/MaterialIcons-Regula
r.ttf, using codepoints 59574 58820 58836
[ +25 ms] Using output file:
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/packages/community_m
aterial_icon/fonts/materialdesignicons-webfont.ttf
Using source file:
/Users/suztomo/development/flutter/.pub-cache/hosted/pub.dartlang.org/community
_material_icon-5.3.45/lib/fonts/materialdesignicons-webfont.ttf
[ +1 ms] Failed to subset font; aborting.
[ +6 ms] Persisting file store
[ +11 ms] Done persisting file store
[ +9 ms] Target release_ios_bundle_flutter_assets failed: FontSubset error: Font
subsetting failed with exit code 255.
[ +13 ms] "flutter assemble" took 13,964ms.
build failed.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 AssembleCommand.runCommand
(package:flutter_tools/src/commands/assemble.dart:235:7)
#2 _rootRunUnary (dart:async/zone.dart:1198:47)
#3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#5 Future._propagateToListeners.handleValueCallback
(dart:async/future_impl.dart:696:45)
#6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#10 FlutterBuildSystem.build
(package:flutter_tools/src/build_system/build_system.dart)
#11 _rootRunUnary (dart:async/zone.dart:1198:47)
#12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#14 Future._propagateToListeners.handleValueCallback
(dart:async/future_impl.dart:696:45)
#15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#19 _BuildInstance._invokeInternal
(package:flutter_tools/src/build_system/build_system.dart)
#20 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#21 _rootRunBinary (dart:async/zone.dart:1214:47)
#22 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#23 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#24 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#25 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#26 Future._completeError (dart:async/future_impl.dart:537:5)
#27 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#28 IosAssetBundle.build (package:flutter_tools/src/build_system/targets/ios.dart)
#29 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#30 _rootRunBinary (dart:async/zone.dart:1214:47)
#31 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#32 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#33 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#34 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#35 Future._completeError (dart:async/future_impl.dart:537:5)
#36 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#37 copyAssets (package:flutter_tools/src/build_system/targets/assets.dart)
#38 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#39 _rootRunBinary (dart:async/zone.dart:1214:47)
#40 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#41 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#42 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#43 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#44 Future._completeError (dart:async/future_impl.dart:537:5)
#45 Future.wait.handleError (dart:async/future.dart:388:18)
#46 _rootRunBinary (dart:async/zone.dart:1214:47)
#47 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#48 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#49 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#50 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#51 Future._completeError (dart:async/future_impl.dart:537:5)
#52 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#53 copyAssets.<anonymous closure>
(package:flutter_tools/src/build_system/targets/assets.dart)
#54 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#55 _rootRunBinary (dart:async/zone.dart:1214:47)
#56 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#57 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#58 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#59 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#60 Future._completeError (dart:async/future_impl.dart:537:5)
#61 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#62 IconTreeShaker.subsetFont
(package:flutter_tools/src/build_system/targets/icon_tree_shaker.dart)
#63 _rootRunUnary (dart:async/zone.dart:1198:47)
#64 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#65 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#66 Future._propagateToListeners.handleValueCallback
(dart:async/future_impl.dart:696:45)
#67 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#68 Future._complete (dart:async/future_impl.dart:519:7)
#69 Stream.fold.<anonymous closure> (dart:async/stream.dart:776:14)
#70 _rootRun (dart:async/zone.dart:1182:47)
#71 _CustomZone.run (dart:async/zone.dart:1093:19)
#72 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#73 _BufferingStreamSubscription._sendDone.sendDone
(dart:async/stream_impl.dart:410:13)
#74 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
#75 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:305:7)
#76 _SinkTransformerStreamSubscription._close
(dart:async/stream_transformers.dart:97:11)
#77 _EventSinkWrapper.close (dart:async/stream_transformers.dart:23:11)
#78 _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
#79 _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
#80 _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:82:18)
#81 _SinkTransformerStreamSubscription._handleDone
(dart:async/stream_transformers.dart:142:24)
#82 _rootRun (dart:async/zone.dart:1182:47)
#83 _CustomZone.run (dart:async/zone.dart:1093:19)
#84 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#85 _BufferingStreamSubscription._sendDone.sendDone
(dart:async/stream_impl.dart:410:13)
#86 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
#87 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:305:7)
#88 _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:792:19)
#89 _StreamController._closeUnchecked (dart:async/stream_controller.dart:644:7)
#90 _StreamController.close (dart:async/stream_controller.dart:637:5)
#91 _Socket._onData (dart:io-patch/socket_patch.dart:2027:21)
#92 _rootRunUnary (dart:async/zone.dart:1206:13)
#93 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#94 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1005:7)
#95 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:357:11)
#96 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:285:7)
#97 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19)
#98 _StreamController._add (dart:async/stream_controller.dart:655:7)
#99 _StreamController.add (dart:async/stream_controller.dart:597:5)
#100 new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1563:35)
#101 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1045:18)
#102 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#103 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#104 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#105 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
Command PhaseScriptExecution failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Bu
ild/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF90
1F6004384FC.sh
(1 failure)
[ +57 ms] Running Xcode build... (completed in 20,883ms, longer than expected)
[ +3 ms] Xcode build done. 20.9s
[ +2 ms] executing: [/private/tmp/font-subset-error/hello/ios/] /usr/bin/env xcrun xcodebuild -configuration
Release VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_l
og_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[ ] executing: [/private/tmp/font-subset-error/hello/ios/] /usr/bin/env xcrun xcodebuild -configuration
Release VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_l
og_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[+3564 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release
VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tool
s.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
Build settings from command line:
BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios
COMPILER_INDEX_STORE_ENABLE = NO
FLUTTER_SUPPRESS_ANALYTICS = true
SCRIPT_OUTPUT_STREAM_FILE =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_log
_pipe.Zu5oxp/pipe_to_stdout
SDKROOT = iphoneos13.5
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 = suztomo
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ALWAYS_SEARCH_USER_PATHS = NO
ALWAYS_USE_SEPARATE_HEADERMAPS = NO
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
APPLE_INTERNAL_DIR = /AppleInternal
APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
APPLICATION_EXTENSION_API_ONLY = NO
APPLY_RULES_IN_COPY_FILES = NO
APPLY_RULES_IN_COPY_HEADERS = NO
ARCHS = armv7 arm64
ARCHS_STANDARD = armv7 arm64
ARCHS_STANDARD_32_64_BIT = armv7 arm64
ARCHS_STANDARD_32_BIT = armv7
ARCHS_STANDARD_64_BIT = arm64
ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64
ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx
watchos watchsimulator
BITCODE_GENERATION_MODE = marker
BUILD_ACTIVE_RESOURCES_ONLY = NO
BUILD_COMPONENTS = headers build
BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios
BUILD_LIBRARY_FOR_DISTRIBUTION = NO
BUILD_ROOT =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Products
BUILD_STYLE =
BUILD_VARIANTS = normal
BUILT_PRODUCTS_DIR = /private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
BUNDLE_FORMAT = shallow
BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
CACHE_ROOT =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/
Xcode
CCHROOT =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/
Xcode
CHMOD = /bin/chmod
CHOWN = /usr/sbin/chown
CLANG_ANALYZER_NONNULL = YES
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
CLANG_ENABLE_MODULES = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_COMMA = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INFINITE_RECURSION = YES
CLANG_WARN_INT_CONVERSION = YES
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNREACHABLE_CODE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLASS_FILE_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/JavaClasses
CLEAN_PRECOMPS = YES
CLONE_HEADERS = NO
CODESIGNING_FOLDER_PATH =
/private/tmp/font-subset-error/hello/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 = NO
COMPOSITE_SDK_DIRS =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/CompositeSDKs
COMPRESS_PNG_FILES = YES
CONFIGURATION = Release
CONFIGURATION_BUILD_DIR =
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
CONFIGURATION_TEMP_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos
CONTENTS_FOLDER_PATH = Runner.app
COPYING_PRESERVES_HFS_DATA = NO
COPY_HEADERS_RUN_UNIFDEF = NO
COPY_PHASE_STRIP = NO
COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
CORRESPONDING_SIMULATOR_PLATFORM_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
CORRESPONDING_SIMULATOR_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
/SDKs/iPhoneSimulator13.5.sdk
CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.5
CP = /bin/cp
CREATE_INFOPLIST_SECTION_IN_BINARY = NO
CURRENT_ARCH = arm64
CURRENT_PROJECT_VERSION = 1
CURRENT_VARIANT = normal
DART_OBFUSCATION = false
DEAD_CODE_STRIPPING = YES
DEBUGGING_SYMBOLS = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
DEFINES_MODULE = NO
DEPLOYMENT_LOCATION = NO
DEPLOYMENT_POSTPROCESSING = NO
DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2
10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5
DERIVED_FILES_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_FILE_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DERIVED_SOURCES_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
DEVELOPER_FRAMEWORKS_DIR =
/Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_FRAMEWORKS_DIR_QUOTED =
/Applications/Xcode.app/Contents/Developer/Library/Frameworks
DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
DEVELOPER_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
DEVELOPMENT_LANGUAGE = en
DEVELOPMENT_TEAM = M3QX44L9Y2
DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
DONT_GENERATE_INFOPLIST_FILE = NO
DO_HEADER_SCANNING_IN_JAM = NO
DSTROOT = /tmp/Runner.dst
DT_TOOLCHAIN_DIR =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
DWARF_DSYM_FILE_NAME = Runner.app.dSYM
DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
DWARF_DSYM_FOLDER_PATH =
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
EFFECTIVE_PLATFORM_NAME = -iphoneos
EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
EMBEDDED_PROFILE_NAME = embedded.mobileprovision
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
ENABLE_BITCODE = NO
ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
ENABLE_HARDENED_RUNTIME = NO
ENABLE_HEADER_DEPENDENCIES = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_ON_DEMAND_RESOURCES = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = NO
ENABLE_TESTING_SEARCH_PATHS = 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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFile
List
FIXED_FILES_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/FixedFiles
FLUTTER_APPLICATION_PATH = /private/tmp/font-subset-error/hello
FLUTTER_BUILD_DIR = build
FLUTTER_BUILD_NAME = 1.0.0
FLUTTER_BUILD_NUMBER = 1
FLUTTER_FRAMEWORK_DIR =
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release
FLUTTER_ROOT = /Users/suztomo/development/flutter
FLUTTER_SUPPRESS_ANALYTICS = true
FLUTTER_TARGET = lib/main.dart
FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
FRAMEWORK_FLAG_PREFIX = -framework
FRAMEWORK_SEARCH_PATHS = "/tmp/font-subset-error/hello/ios/Pods/../Flutter"
/tmp/font-subset-error/hello/ios/Flutter
FRAMEWORK_VERSION = A
FULL_PRODUCT_NAME = Runner.app
GCC3_VERSION = 3.3
GCC_C_LANGUAGE_STANDARD = gnu99
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
GCC_NO_COMMON_BLOCKS = YES
GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1
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/suztomo
ICONV = /usr/bin/iconv
INFOPLIST_EXPAND_BUILD_SETTINGS = YES
INFOPLIST_FILE = Runner/Info.plist
INFOPLIST_OUTPUT_FORMAT = binary
INFOPLIST_PATH = Runner.app/Info.plist
INFOPLIST_PREPROCESS = NO
INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
INLINE_PRIVATE_FRAMEWORKS = NO
INSTALLHDRS_COPY_PHASE = NO
INSTALLHDRS_SCRIPT_PHASE = NO
INSTALL_DIR = /tmp/Runner.dst/Applications
INSTALL_GROUP = staff
INSTALL_MODE_FLAG = u+w,go-w,a+rX
INSTALL_OWNER = suztomo
INSTALL_PATH = /Applications
INSTALL_ROOT = /tmp/Runner.dst
IPHONEOS_DEPLOYMENT_TARGET = 9.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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/a
rm64/Runner_dependency_info.dat
LD_GENERATE_MAP_FILE = NO
LD_MAP_FILE_PATH =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-n
ormal-arm64.txt
LD_NO_PIE = NO
LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks'
@executable_path/Frameworks
LEGACY_DEVELOPER_DIR =
/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
veloper
LEX = lex
LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
LIBRARY_FLAG_NOSPACE = YES
LIBRARY_FLAG_PREFIX = -l
LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
LIBRARY_SEARCH_PATHS = /tmp/font-subset-error/hello/ios/Flutter
LINKER_DISPLAYS_MANGLED_NAMES = NO
LINK_FILE_LIST_normal_arm64 =
LINK_FILE_LIST_normal_armv7 =
LINK_WITH_STANDARD_LIBRARIES = YES
LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0
LLVM_TARGET_TRIPLE_VENDOR = apple
LOCALIZABLE_CONTENT_DIR =
LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
LOCAL_APPS_DIR = /Applications
LOCAL_DEVELOPER_DIR = /Library/Developer
LOCAL_LIBRARY_DIR = /Library
LOCROOT =
LOCSYMROOT =
MACH_O_TYPE = mh_execute
MAC_OS_X_PRODUCT_BUILD_VERSION = 19F101
MAC_OS_X_VERSION_ACTUAL = 101505
MAC_OS_X_VERSION_MAJOR = 101500
MAC_OS_X_VERSION_MINOR = 1505
METAL_LIBRARY_FILE_BASE = default
METAL_LIBRARY_OUTPUT_DIR =
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Runner.app
MODULES_FOLDER_PATH = Runner.app/Modules
MODULE_CACHE_DIR =
/Users/suztomo/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects
OBJECT_FILE_DIR_normal =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal
OBJROOT =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex
ONLY_ACTIVE_ARCH = NO
OS = MACOS
OSAC = /usr/bin/osacompile
OTHER_LDFLAGS = -framework Flutter
PACKAGE_TYPE = com.apple.package-type.wrapper.application
PASCAL_STRINGS = YES
PATH =
/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/suztomo/Documents/JijibabaTv/
google-cloud-sdk/bin:/Users/suztomo/.gem/ruby/2.6.0/bin:/usr/local/opt/go@1.12/bin:/Use
rs/suztomo/local/flutter/bin:/usr/local/opt/node@10/bin:/Library/Java/JavaVirtualMachin
es/adoptopenjdk-8.jdk/Contents/Home/bin:/Users/suztomo/local/apache-maven-3.6.1/bin:/us
r/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/opt
/local/bin:/opt/local/sbin/:/System/Library/PrivateFrameworks/Apple80211.framework/Vers
ions/A/Resources/:/Applications/Adobe Flex Builder
3/sdks/3.2.0/bin:/Users/suztomo/local/bin:/usr/local/git/bin:/Users/suztomo/dotfiles/bi
n:/work/tsuzuki/local/bin:/sbin:usr/local/bin:/Users/suztomo/google-cloud-sdk/bin:/User
s/suztomo/local:/Users/suztomo/tree-sitter/target/release:/Users/suztomo/local/google-j
ava-format/scripts:/Users/suztomo/go/bin:/Users/suztomo/development/flutter/bin:/Users/
suztomo/development/apache-maven-3.6.3/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/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/Applic
ations
PLATFORM_DEVELOPER_BIN_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bi
n
PLATFORM_DEVELOPER_LIBRARY_DIR =
/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/De
veloper/Library
PLATFORM_DEVELOPER_SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
PLATFORM_DEVELOPER_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
PLATFORM_DEVELOPER_USR_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
PLATFORM_DISPLAY_NAME = iOS
PLATFORM_NAME = iphoneos
PLATFORM_PREFERRED_ARCH = arm64
PLATFORM_PRODUCT_BUILD_VERSION = 17F65
PLIST_FILE_OUTPUT_FORMAT = binary
PLUGINS_FOLDER_PATH = Runner.app/PlugIns
PODS_BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios
PODS_CONFIGURATION_BUILD_DIR =
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
PODS_PODFILE_DIR_PATH = /tmp/font-subset-error/hello/ios/.
PODS_ROOT = /tmp/font-subset-error/hello/ios/Pods
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
PRECOMP_DESTINATION_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
PRODUCT_BUNDLE_IDENTIFIER = suzotmo.hello
PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
PRODUCT_MODULE_NAME = Runner
PRODUCT_NAME = Runner
PRODUCT_SETTINGS_PATH = /tmp/font-subset-error/hello/ios/Runner/Info.plist
PRODUCT_TYPE = com.apple.product-type.application
PROFILING_CODE = NO
PROJECT = Runner
PROJECT_DERIVED_FILE_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/DerivedSources
PROJECT_DIR = /tmp/font-subset-error/hello/ios
PROJECT_FILE_PATH = /tmp/font-subset-error/hello/ios/Runner.xcodeproj
PROJECT_NAME = Runner
PROJECT_TEMP_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build
PROJECT_TEMP_ROOT =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerR
esources
REZ_OBJECTS_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerR
esources/Objects
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
SCRIPTS_FOLDER_PATH = Runner.app/Scripts
SCRIPT_OUTPUT_STREAM_FILE =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_log
_pipe.Zu5oxp/pipe_to_stdout
SDKROOT =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_DIR =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_DIR_iphoneos13_5 =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i
PhoneOS13.5.sdk
SDK_NAME = iphoneos13.5
SDK_NAMES = iphoneos13.5
SDK_PRODUCT_BUILD_VERSION = 17F65
SDK_VERSION = 13.5
SDK_VERSION_ACTUAL = 130500
SDK_VERSION_MAJOR = 130000
SDK_VERSION_MINOR = 500
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 =
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/DerivedSources
SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
SHARED_PRECOMPS_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/PrecompiledHeaders
SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
SKIP_INSTALL = NO
SOURCE_ROOT = /tmp/font-subset-error/hello/ios
SRCROOT = /tmp/font-subset-error/hello/ios
STRINGS_FILE_OUTPUT_ENCODING = binary
STRIP_BITCODE_FROM_COPIED_FILES = YES
STRIP_INSTALLED_PRODUCT = YES
STRIP_STYLE = all
STRIP_SWIFT_SYMBOLS = YES
SUPPORTED_DEVICE_FAMILIES = 1,2
SUPPORTED_PLATFORMS = iphoneos
SUPPORTS_MACCATALYST = NO
SUPPORTS_TEXT_BASED_API = NO
SWIFT_COMPILATION_MODE = wholemodule
SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
SWIFT_OPTIMIZATION_LEVEL = -O
SWIFT_PLATFORM_TARGET_PREFIX = ios
SWIFT_VERSION = 5.0
SYMROOT =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Products
SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
SYSTEM_APPS_DIR = /Applications
SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
SYSTEM_DEMOS_DIR = /Applications/Extras
SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
SYSTEM_DEVELOPER_DEMOS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
Library
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Java Tools
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC
Reference Library/releasenotes
SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC
Reference Library/documentation/DeveloperTools
SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR =
/Applications/Xcode.app/Contents/Developer/ADC Reference
Library/releasenotes/DeveloperTools
SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
SYSTEM_DEVELOPER_UTILITIES_DIR =
/Applications/Xcode.app/Contents/Developer/Applications/Utilities
SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
SYSTEM_LIBRARY_DIR = /System/Library
TAPI_VERIFY_MODE = ErrorsOnly
TARGETED_DEVICE_FAMILY = 1,2
TARGETNAME = Runner
TARGET_BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
TARGET_NAME = Runner
TARGET_TEMP_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_FILES_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_FILE_DIR =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
TEMP_ROOT =
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex
TEST_FRAMEWORK_SEARCH_PATHS =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Librar
y/Frameworks
TEST_LIBRARY_SEARCH_PATHS =
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/li
b
TOOLCHAIN_DIR =
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
TRACK_WIDGET_CREATION = false
TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
TREE_SHAKE_ICONS = true
UID = 501
UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
UNSTRIPPED_PRODUCT = NO
USER = suztomo
USER_APPS_DIR = /Users/suztomo/Applications
USER_LIBRARY_DIR = /Users/suztomo/Library
USE_DYNAMIC_NO_PIC = YES
USE_HEADERMAP = YES
USE_HEADER_SYMLINKS = NO
USE_LLVM_TARGET_TRIPLES = YES
USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
VALIDATE_PRODUCT = YES
VALIDATE_WORKSPACE = 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 = suztomo
VERSION_INFO_FILE = Runner_vers.c
VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1"
WRAPPER_EXTENSION = app
WRAPPER_NAME = Runner.app
WRAPPER_SUFFIX = .app
WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
XCODE_PRODUCT_BUILD_VERSION = 11E608c
XCODE_VERSION_ACTUAL = 1150
XCODE_VERSION_MAJOR = 1100
XCODE_VERSION_MINOR = 1150
XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
YACC = yacc
arch = arm64
variant = normal
[ +13 ms] Failed to build iOS app
[ ] Error output from Xcode build:
[ +1 ms] ** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Run\ Script
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates
.noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
(1 failure)
[ ] Xcode's output:
[ +20 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release
VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios -sdk iphoneos
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter
_build_log_pipe.Zu5oxp/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO
Build settings from command line:
BUILD_DIR = /private/tmp/font-subset-error/hello/build/ios
COMPILER_INDEX_STORE_ENABLE = NO
FLUTTER_SUPPRESS_ANALYTICS = true
SCRIPT_OUTPUT_STREAM_FILE =
/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter_build_log_pipe.Zu5oxp/pip
e_to_stdout
SDKROOT = iphoneos13.5
VERBOSE_SCRIPT_LOGGING = YES
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
ProcessInfoPlistFile
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Pods_Runner.framework/Info.plist
/tmp/font-subset-error/hello/ios/Pods/Target\ Support\ Files/Pods-Runner/Pods-Runner-Info.plist
(in target
'Pods-Runner' from project 'Pods')
cd /tmp/font-subset-error/hello/ios/Pods
builtin-infoPlistUtility /tmp/font-subset-error/hello/ios/Pods/Target\ Support\
Files/Pods-Runner/Pods-Runner-Info.plist -producttype com.apple.product-type.framework
-expandbuildsettings -format binary -platform iphoneos -o
/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Pods_Runner.framework/Info.plist
ProcessProductPackaging ""
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.
noindex/Runner.build/Release-iphoneos/Runner.build/Runner.app.xcent (in target 'Runner' from
project
'Runner')
cd /tmp/font-subset-error/hello/ios
Entitlements:
{
"application-identifier" = "M3QX44L9Y2.suzotmo.hello";
"com.apple.developer.team-identifier" = M3QX44L9Y2;
"get-task-allow" = 1;
"keychain-access-groups" = (
"M3QX44L9Y2.suzotmo.hello"
);
}
builtin-productPackagingUtility -entitlements -format xml -o
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermedia
tes.noindex/Runner.build/Release-iphoneos/Runner.build/Runner.app.xcent
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.
noindex/Runner.build/Release-iphoneos/Runner.build/Script-88BBB181F25F6C8A25AE094A.sh (in target
'Runner'
from project 'Runner')
cd /tmp/font-subset-error/hello/ios
/bin/sh -c
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermedia
tes.noindex/Runner.build/Release-iphoneos/Runner.build/Script-88BBB181F25F6C8A25AE094A.sh
PhaseScriptExecution Run\ Script
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermediates.
noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target
'Runner'
from project 'Runner')
cd /tmp/font-subset-error/hello/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=suztomo
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 APPLY_RULES_IN_COPY_HEADERS=NO
export ARCHS="armv7 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 AppIdentifierPrefix=M3QX44L9Y2.
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export
BUILD_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build
/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/
export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS
export BUNDLE_FORMAT=shallow
export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks
export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns
export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders
export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers
export
CACHE_ROOT=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode
export
CCHROOT=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/C/com.apple.DeveloperTools/11.5-11E608c/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/suztomo/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_DEPRECATED_OBJC_IMPLEMENTATIONS=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_IMPLICIT_RETAIN_SELF=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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/B
uild/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export
CODESIGNING_FOLDER_PATH=/private/tmp/font-subset-error/hello/build/ios/Release-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 COMPILER_INDEX_STORE_ENABLE=NO
export
COMPOSITE_SDK_DIRS=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocy
fx/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Release
export
CONFIGURATION_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export
CONFIGURATION_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhp
qocyfx/Build/Intermediates.noindex/Runner.build/Release-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/iPhoneSimulat
or.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export
CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.pl
atform/Developer/SDKs/iPhoneSimulator13.5.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.5
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export DART_OBFUSCATION=false
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
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 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5"
export
DERIVED_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyf
x/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
export
DERIVED_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
export
DERIVED_SOURCES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqoc
yfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/DerivedSources
export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO
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=en
export DEVELOPMENT_TEAM=M3QX44L9Y2
export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation
export DONT_GENERATE_INFOPLIST_FILE=NO
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=/private/tmp/font-subset-error/hello/build/ios/Release-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_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=NO
export ENABLE_TESTING_SEARCH_PATHS=NO
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=E0309710F8206F94D3CE19BFEFEFEF565A37F0D6
export EXPANDED_CODE_SIGN_IDENTITY_NAME="Apple Development: suztomo@gmail.com (RVCJGP7P62)"
export EXPANDED_PROVISIONING_PROFILE=aafef218-4c04-435f-ab2b-08b7ac65c225
export
FILE_LIST=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/
Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
export
FIXED_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/private/tmp/font-subset-error/hello
export FLUTTER_BUILD_DIR=build
export FLUTTER_BUILD_NAME=1.0.0
export FLUTTER_BUILD_NUMBER=1
export
FLUTTER_FRAMEWORK_DIR=/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release
export FLUTTER_ROOT=/Users/suztomo/development/flutter
export FLUTTER_SUPPRESS_ANALYTICS=true
export FLUTTER_TARGET=lib/main.dart
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export
FRAMEWORK_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
"/tmp/font-subset-error/hello/ios/Pods/../Flutter" /tmp/font-subset-error/hello/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_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS=" COCOAPODS=1"
export GCC_SYMBOLS_PRIVATE_EXTERN=YES
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="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/suztomo
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/en.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=suztomo
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=9.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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbh
pqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/undefined
_arch/Runner_dependency_info.dat
export LD_GENERATE_MAP_FILE=NO
export
LD_MAP_FILE_PATH=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-undefined
_arch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks'
@executable_path/Frameworks"
export
LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSuppo
rt/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
/tmp/font-subset-error/hello/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export
LINK_FILE_LIST_normal_arm64=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfx
lkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64
/Runner.LinkFileList
export
LINK_FILE_LIST_normal_armv7=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfx
lkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/armv7
/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios9.0
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
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=/tmp/font-subset-error/hello/ios
export LOCSYMROOT=/tmp/font-subset-error/hello/ios
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=19F101
export MAC_OS_X_VERSION_ACTUAL=101505
export MAC_OS_X_VERSION_MAJOR=101500
export MAC_OS_X_VERSION_MINOR=1505
export METAL_LIBRARY_FILE_BASE=default
export
METAL_LIBRARY_OUTPUT_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/Runner.app
export MODULES_FOLDER_PATH=Runner.app/Modules
export
MODULE_CACHE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=NO
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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects
export
OBJECT_FILE_DIR_normal=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhp
qocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal
export
OBJROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/In
termediates.noindex
export ONLY_ACTIVE_ARCH=NO
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=" -framework "Flutter" -framework Flutter"
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:/Applicati
ons/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/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPh
oneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Dev
eloper/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/loc
al/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/us
r/local/bin:/Users/suztomo/Documents/JijibabaTv/google-cloud-sdk/bin:/Users/suztomo/.gem/ruby/2.6.0/bin
:/usr/local/opt/go@1.12/bin:/Users/suztomo/local/flutter/bin:/usr/local/opt/node@10/bin:/Library/Java/J
avaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin:/Users/suztomo/local/apache-maven-3.6.1/bin:/us
r/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/opt/local/bin:/opt/
local/sbin/:/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/:/Applications/
Adobe Flex Builder
3/sdks/3.2.0/bin:/Users/suztomo/local/bin:/usr/local/git/bin:/Users/suztomo/dotfiles/bin:/work/tsuzuki/
local/bin:/Users/suztomo/google-cloud-sdk/bin:/Users/suztomo/local:/Users/suztomo/tree-sitter/target/re
lease:/Users/suztomo/local/google-java-format/scripts:/Users/suztomo/go/bin:/Users/suztomo/development/
flutter/bin:/Users/suztomo/development/apache-maven-3.6.3/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
PER_ARCH_OBJECT_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkb
hpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal/undefine
d_arch
export
PER_VARIANT_OBJECT_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfx
lkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-normal
export
PKGINFO_FILE_PATH=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyf
x/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export
PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf
orm/Developer/Applications
export
PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Devel
oper/usr/bin
export
PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/D
eveloper/Library
export
PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Devel
oper/SDKs
export
PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Dev
eloper/Tools
export
PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Devel
oper/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_FAMILY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=17F65
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PODS_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios
export
PODS_CONFIGURATION_BUILD_DIR=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export PODS_PODFILE_DIR_PATH=/tmp/font-subset-error/hello/ios/.
export PODS_ROOT=/tmp/font-subset-error/hello/ios/Pods
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export
PRECOMP_DESTINATION_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbh
pqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=suzotmo.hello
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/tmp/font-subset-error/hello/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkb
hpqocyfx/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/tmp/font-subset-error/hello/ios
export PROJECT_FILE_PATH=/tmp/font-subset-error/hello/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export
PROJECT_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx
/Build/Intermediates.noindex/Runner.build
export
PROJECT_TEMP_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyf
x/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/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyf
x/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
export
REZ_OBJECTS_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/private/tmp/font-subset-error/hello/build/ios/Release-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
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/k4/bg020_m545qc05bk8rkxk1z40000gn/T/flutter_tools.dg8Sv0/flutter
_build_log_pipe.Zu5oxp/pipe_to_stdout
export
SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS1
3.5.sdk
export
SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS1
3.5.sdk
export
SDK_DIR_iphoneos13_5=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/S
DKs/iPhoneOS13.5.sdk
export SDK_NAME=iphoneos13.5
export SDK_NAMES=iphoneos13.5
export SDK_PRODUCT_BUILD_VERSION=17F65
export SDK_VERSION=13.5
export SDK_VERSION_ACTUAL=130500
export SDK_VERSION_MAJOR=130000
export SDK_VERSION_MINOR=500
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=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export
SHARED_PRECOMPS_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqoc
yfx/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/tmp/font-subset-error/hello/ios
export SRCROOT=/tmp/font-subset-error/hello/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=iphoneos
export SUPPORTS_MACCATALYST=NO
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_COMPILATION_MODE=wholemodule
export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
export SWIFT_OPTIMIZATION_LEVEL=-O
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export
SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwyb
yojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-no
rmal/arm64/Runner.SwiftFileList
export
SWIFT_RESPONSE_FILE_PATH_normal_armv7=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwyb
yojbrnpdfxlkbhpqocyfx/Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build/Objects-no
rmal/armv7/Runner.SwiftFileList
export SWIFT_VERSION=5.0
export
SYMROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Pr
oducts
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/Perform
ance 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_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
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=/private/tmp/font-subset-error/hello/build/ios/Release-iphoneos
export TARGET_NAME=Runner
export
TARGET_TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/
Build/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/I
ntermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_FILES_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/B
uild/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_FILE_DIR=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Bu
ild/Intermediates.noindex/Runner.build/Release-iphoneos/Runner.build
export
TEMP_ROOT=/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/
Intermediates.noindex
export TEST_FRAMEWORK_SEARCH_PATHS="
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks"
export TEST_LIBRARY_SEARCH_PATHS="
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib"
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export
TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TRACK_WIDGET_CREATION=false
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export TREE_SHAKE_ICONS=true
export TeamIdentifierPrefix=M3QX44L9Y2.
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=suztomo
export USER_APPS_DIR=/Users/suztomo/Applications
export USER_LIBRARY_DIR=/Users/suztomo/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export USE_LLVM_TARGET_TRIPLES=YES
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
export VALIDATE_PRODUCT=YES
export VALIDATE_WORKSPACE=YES_ERROR
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=suztomo
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-1""
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=11E608c
export XCODE_VERSION_ACTUAL=1150
export XCODE_VERSION_MAJOR=1100
export XCODE_VERSION_MINOR=1150
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c
/Users/suztomo/Library/Developer/Xcode/DerivedData/Runner-captwybyojbrnpdfxlkbhpqocyfx/Build/Intermedia
tes.noindex/Runner.build/Release-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh
♦ rm -rf -- /tmp/font-subset-error/hello/ios/Flutter/Flutter.framework
♦ cp --
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/Flutter.podspec
/tmp/font-subset-error/hello/ios/Flutter
♦ cp -r --
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/Flutter.framework
/tmp/font-subset-error/hello/ios/Flutter
♦ /Users/suztomo/development/flutter/bin/flutter --verbose assemble
--output=/tmp/font-subset-error/hello/ios/Flutter/ -dTargetPlatform=ios
-dTargetFile=lib/main.dart
-dBuildMode=release -dIosArchs=armv7 arm64 -dSplitDebugInfo= -dTreeShakeIcons=true
-dTrackWidgetCreation=false -dDartObfuscation=false -dEnableBitcode= --ExtraGenSnapshotOptions=
--DartDefines= -dExtraFrontEndOptions= release_ios_bundle_flutter_assets
[ +16 ms] executing: [/Users/suztomo/development/flutter/] git -c log.showSignature=false log
-n 1
--pretty=format:%H
[ +56 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] 9b9b543d9265484132c798adaab6caca52055b08
[ +1 ms] executing: [/Users/suztomo/development/flutter/] git tag --contains HEAD
[ +30 ms] Exit code 0 from: git tag --contains HEAD
[ ] 1.19.0-4.2.pre
[ +12 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref
--symbolic @{u}
[ +6 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/beta
[ ] executing: [/Users/suztomo/development/flutter/] git ls-remote --get-url origin
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +55 ms] Unable to locate an Android SDK.
[ +13 ms] executing: [/Users/suztomo/development/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] beta
[ +56 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +12 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +105 ms] Initializing file store
[ +14 ms] Done initializing file store
[ +40 ms] Skipping target: gen_localizations
[ +562 ms] Skipping target: kernel_snapshot
[ +108 ms] aot_assembly_release: Starting due to {InvalidatedReason.inputChanged}
[ +8 ms] executing:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot_armv7
--deterministic --snapshot_kind=app-aot-assembly
--assembly=/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/a
rmv7/snapshot_assembly.S --strip --no-sim-use-hardfp --no-use-integer-division
--no-causal-async-stacks
--lazy-async-stacks
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/app.dill
[ +4 ms] executing:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot_arm64
--deterministic --snapshot_kind=app-aot-assembly
--assembly=/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/a
rm64/snapshot_assembly.S --strip --no-causal-async-stacks --lazy-async-stacks
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/app.dill
[+9654 ms] executing: xcrun --sdk iphoneos --show-sdk-path
[ +18 ms]
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk
[ +1 ms] executing: xcrun cc -arch arm64 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -c
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/arm64/snapsh
ot_assembly.S -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/arm64/snapsh
ot_assembly.o
[ +472 ms] executing: xcrun --sdk iphoneos --show-sdk-path
[ +15 ms]
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk
[ ] executing: xcrun cc -arch armv7 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -c
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/armv7/snapsh
ot_assembly.S -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/armv7/snapsh
ot_assembly.o
[ +663 ms] executing: xcrun clang -arch arm64 -miphoneos-version-min=8.0 -dynamiclib -Xlinker
-rpath
-Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks
-install_name
@rpath/App.framework/App -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/arm64/App.fr
amework/App
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/arm64/snapsh
ot_assembly.o
[ +884 ms] executing: xcrun clang -arch armv7 -miphoneos-version-min=8.0 -dynamiclib -Xlinker
-rpath
-Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks
-install_name
@rpath/App.framework/App -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -o
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/armv7/App.fr
amework/App
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/armv7/snapsh
ot_assembly.o
[ +117 ms] aot_assembly_release: Complete
[ +262 ms] release_ios_bundle_flutter_assets: Starting due to {}
[ +278 ms] Running command: /Users/suztomo/development/flutter/bin/cache/dart-sdk/bin/dart
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/const_finder.dart.snapshot
--kernel-file
/private/tmp/font-subset-error/hello/.dart_tool/flutter_build/2950d4e4eba723daf398e627d57ae7c4/app.dill
--class-library-uri package:flutter/src/widgets/icon_data.dart --class-name IconData
[ +642 ms] Running font-subset:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/font-subset
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/packages/community_material_icon/font
s/materialdesignicons-webfont.ttf
/Users/suztomo/development/flutter/.pub-cache/hosted/pub.dartlang.org/community_material_icon-5.3.45/lib/fo
nts/materialdesignicons-webfont.ttf, using codepoints 984100
[ +1 ms] Running font-subset:
/Users/suztomo/development/flutter/bin/cache/artifacts/engine/darwin-x64/font-subset
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/fonts/MaterialIcons-Regular.ttf
/Users/suztomo/development/flutter/bin/cache/artifacts/material_fonts/MaterialIcons-Regular.ttf,
using
codepoints 59574 58820 58836
[ +25 ms] Using output file:
/tmp/font-subset-error/hello/ios/Flutter/App.framework/flutter_assets/packages/community_material_icon/font
s/materialdesignicons-webfont.ttf
Using source file:
/Users/suztomo/development/flutter/.pub-cache/hosted/pub.dartlang.org/community_material_icon-5.
3.45/lib/fonts/materialdesignicons-webfont.ttf
[ +1 ms] Failed to subset font; aborting.
[ +6 ms] Persisting file store
[ +11 ms] Done persisting file store
[ +9 ms] Target release_ios_bundle_flutter_assets failed: FontSubset error: Font subsetting
failed with
exit code 255.
[ +13 ms] "flutter assemble" took 13,964ms.
build failed.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:235:7)
#2 _rootRunUnary (dart:async/zone.dart:1198:47)
#3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#10 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart)
#11 _rootRunUnary (dart:async/zone.dart:1198:47)
#12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#19 _BuildInstance._invokeInternal
(package:flutter_tools/src/build_system/build_system.dart)
#20 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#21 _rootRunBinary (dart:async/zone.dart:1214:47)
#22 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#23 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#24 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#25 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#26 Future._completeError (dart:async/future_impl.dart:537:5)
#27 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#28 IosAssetBundle.build (package:flutter_tools/src/build_system/targets/ios.dart)
#29 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#30 _rootRunBinary (dart:async/zone.dart:1214:47)
#31 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#32 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#33 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#34 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#35 Future._completeError (dart:async/future_impl.dart:537:5)
#36 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#37 copyAssets (package:flutter_tools/src/build_system/targets/assets.dart)
#38 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#39 _rootRunBinary (dart:async/zone.dart:1214:47)
#40 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#41 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#42 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#43 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#44 Future._completeError (dart:async/future_impl.dart:537:5)
#45 Future.wait.handleError (dart:async/future.dart:388:18)
#46 _rootRunBinary (dart:async/zone.dart:1214:47)
#47 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#48 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#49 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#50 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#51 Future._completeError (dart:async/future_impl.dart:537:5)
#52 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#53 copyAssets.<anonymous closure>
(package:flutter_tools/src/build_system/targets/assets.dart)
#54 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64)
#55 _rootRunBinary (dart:async/zone.dart:1214:47)
#56 _CustomZone.runBinary (dart:async/zone.dart:1107:19)
#57 _FutureListener.handleError (dart:async/future_impl.dart:157:20)
#58 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47)
#59 Future._propagateToListeners (dart:async/future_impl.dart:729:24)
#60 Future._completeError (dart:async/future_impl.dart:537:5)
#61 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15)
#62 IconTreeShaker.subsetFont
(package:flutter_tools/src/build_system/targets/icon_tree_shaker.dart)
#63 _rootRunUnary (dart:async/zone.dart:1198:47)
#64 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#65 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#66 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#67 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#68 Future._complete (dart:async/future_impl.dart:519:7)
#69 Stream.fold.<anonymous closure> (dart:async/stream.dart:776:14)
#70 _rootRun (dart:async/zone.dart:1182:47)
#71 _CustomZone.run (dart:async/zone.dart:1093:19)
#72 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#73 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:410:13)
#74 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
#75 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:305:7)
#76 _SinkTransformerStreamSubscription._close (dart:async/stream_transformers.dart:97:11)
#77 _EventSinkWrapper.close (dart:async/stream_transformers.dart:23:11)
#78 _StringAdapterSink.close (dart:convert/string_conversion.dart:251:11)
#79 _Utf8ConversionSink.close (dart:convert/string_conversion.dart:305:20)
#80 _ConverterStreamEventSink.close (dart:convert/chunked_conversion.dart:82:18)
#81 _SinkTransformerStreamSubscription._handleDone
(dart:async/stream_transformers.dart:142:24)
#82 _rootRun (dart:async/zone.dart:1182:47)
#83 _CustomZone.run (dart:async/zone.dart:1093:19)
#84 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#85 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:410:13)
#86 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
#87 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:305:7)
#88 _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:792:19)
#89 _StreamController._closeUnchecked (dart:async/stream_controller.dart:644:7)
#90 _StreamController.close (dart:async/stream_controller.dart:637:5)
#91 _Socket._onData (dart:io-patch/socket_patch.dart:2027:21)
#92 _rootRunUnary (dart:async/zone.dart:1206:13)
#93 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#94 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1005:7)
#95 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:357:11)
#96 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:285:7)
#97 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19)
#98 _StreamController._add (dart:async/stream_controller.dart:655:7)
#99 _StreamController.add (dart:async/stream_controller.dart:597:5)
#100 new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1563:35)
#101 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1045:18)
#102 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#103 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#104 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#105 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
Command PhaseScriptExecution failed with a nonzero exit code
[ +53 ms] "flutter ios" took 33,694ms.
Encountered error while building for device.
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 BuildIOSCommand.runCommand (package:flutter_tools/src/commands/build_ios.dart:101:7)
<asynchronous suspension>
#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:797:18)
#3 _rootRunUnary (dart:async/zone.dart:1198:47)
#4 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#5 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#6 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#7 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#8 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#9 Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:567:7)
#10 _rootRun (dart:async/zone.dart:1190:13)
#11 _CustomZone.run (dart:async/zone.dart:1093:19)
#12 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#13 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1037:23)
#14 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#15 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#16 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#17 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +99 ms] Running shutdown hooks
[ ] Shutdown hook priority 4
[ ] Shutdown hooks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment