Skip to content

Instantly share code, notes, and snippets.

@su27
Created March 10, 2016 07:28
Show Gist options
  • Save su27/fa6eb77dcb9b77b9f2cb to your computer and use it in GitHub Desktop.
Save su27/fa6eb77dcb9b77b9f2cb to your computer and use it in GitHub Desktop.
[~/dev/flutter/examples/material_gallery (master)] ➔ flutter doctor
Downloading Flutter engine f2d8d75897a5aadcd9be0067a78fce1cea677fd6...
######################################################################## 100.0%
And corresponding services package...
######################################################################## 100.0%
And corresponding toolchain for android-arm...
######################################################################## 100.0%
And corresponding toolchain for darwin-x64...
######################################################################## 100.0%
Building flutter tool...
Flutter root: /Users/su27/dev/flutter.
[✓] iOS toolchain - develop for iOS devices (installed)
[✓] XCode - enable development for iOS devices (installed)
[✓] version - Xcode minimum version of 7.2.0 (installed)
[✓] EULA - XCode end user license agreement (installed)
[✓] brew - install additional development packages (installed)
[✓] ideviceinstaller - discover connected iOS devices (installed)
[✓] ios-deploy - deploy to connected iOS devices (installed)
[ ] Android toolchain - develop for Android devices (missing)
[ ] Android Studio / Android SDK - enable development for Android devices (missing)
Download from https://developer.android.com/sdk/ (or visit https://flutter.io/setup/#android-setup for detailed instructions)
[✓] Atom development environment - a lightweight development environment for Flutter (installed)
[✓] Atom editor (installed)
[✓] Flutter plugin - adds Flutter specific functionality to Atom (installed)
Flutter from https://github.com/flutter/flutter.git (on master)
Framework: b6ff67cc2cec4052eff16f011737c9989c9fcbca (3 hours ago)
Engine: f2d8d75897a5aadcd9be0067a78fce1cea677fd6
[~/dev/flutter/examples/material_gallery (master)] ➔ flutter -v start
7 ms • Unable to locate an Android SDK.
7 ms • xcode-select --print-path
58 ms • xcodebuild -version
9 ms • Xcode 7.2.1
Build version 7C1002
5 ms • Unable to locate an Android SDK.
5 ms • idevice_id -h
2 ms • which idevice_id
0 ms • /usr/local/bin/idevice_id
9 ms • /usr/local/bin/idevice_id -l
0 ms • 4cb6b388770d96fa523144ed9ef3f79e8b9e9bc2
4 ms • which ideviceinfo
0 ms • /usr/local/bin/ideviceinfo
126 ms • /usr/local/bin/ideviceinfo -k DeviceName -u 4cb6b388770d96fa523144ed9ef3f79e8b9e9bc2
0 ms • SuDan’s iPhone
2 ms • which ideviceinstaller
0 ms • /usr/local/bin/ideviceinstaller
2 ms • which idevicedebug
0 ms • /usr/local/bin/idevicedebug
2 ms • which idevicesyslog
0 ms • /usr/local/bin/idevicesyslog
2 ms • which ios-deploy
2 ms • /usr/local/bin/ios-deploy
184 ms • /usr/bin/xcrun simctl list --json devices
32 ms • Downloading toolchain.
563 ms • /usr/bin/defaults read /Users/su27/dev/flutter/examples/material_gallery/ios/Info CFBundleIdentifier
6 ms • io.flutter.materialgallery
3 ms • Unable to locate an Android SDK.
4 ms • idevice_id -h
6 ms • /usr/local/bin/idevice_id -l
0 ms • 4cb6b388770d96fa523144ed9ef3f79e8b9e9bc2
130 ms • /usr/local/bin/ideviceinfo -k DeviceName -u 4cb6b388770d96fa523144ed9ef3f79e8b9e9bc2
0 ms • SuDan’s iPhone
64 ms • /usr/bin/xcrun simctl list --json devices
1 ms • Running build command.
2 ms • Stopping app '.generated' on SuDan’s iPhone.
0 ms • Running install command.
3192 ms • /usr/local/bin/ideviceinstaller --list-apps
1 ms • Total: 62 apps
..... some apps .....
21192 ms • /usr/local/bin/ideviceinstaller -i ios/.generated
0 ms • Error code 128 returned when attempting to run command: /usr/local/bin/ideviceinstaller -i ios/.generated
0 ms • Starting lib/main.dart on SuDan’s iPhone...
23 ms • Building .generated for 4cb6b388770d96fa523144ed9ef3f79e8b9e9bc2
0 ms • The revision stamp and the Flutter engine revision differ. Project needs to be updated.
4 ms • Initializing the Xcode project.
4 ms • Fetching the Xcode project archive from the cloud...
64997 ms • Downloading https://storage.googleapis.com/flutter_infra/flutter/f2d8d75897a5aadcd9be0067a78fce1cea677fd6/ios/FlutterXcode.zip...
36 ms • Unzipping Xcode project to local directory...
22 ms • /bin/rm -rf /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
3 ms • /bin/mkdir -p /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
526 ms • /usr/bin/unzip /var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/T/FlutterXcode.zip -d /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
0 ms • Archive: /var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/T/FlutterXcode.zip
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Flutter.xcconfig
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/
extracting: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/.gitignore
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/FlutterApplication.c
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/FlutterApplication.h
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/Info.plist
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/InstructionsSnapshotSource.S
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/kDartIsolateSnapshotBufferSource.c
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication/kDartVmIsolateSnapshotBufferSource.c
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/project.pbxproj
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/project.xcworkspace/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/project.xcworkspace/contents.xcworkspacedata
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/xcshareddata/
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/xcshareddata/xcschemes/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/xcshareddata/xcschemes/Application.xcscheme
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj/xcshareddata/xcschemes/Framework.xcscheme
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Local.xcconfig
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Runner/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Runner/main.m
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/EmbedderEntryPoints
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/icudtl.dat
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/PackagerInvoke
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/ScriptSnapshotter
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/common/SnapshotterInvoke
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphoneos/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphoneos/FlutterRunner
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphoneos/Snapshotter
creating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphonesimulator/
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphonesimulator/FlutterRunner
inflating: /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools/iphonesimulator/Snapshotter
158 ms • /bin/rm -rf /var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/T
4 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Flutter.xcconfig /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
3 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
2 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/FlutterApplication.xcodeproj /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
2 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Local.xcconfig /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
3 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Runner /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
2 ms • /bin/mv /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter/Tools /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
6 ms • /bin/rm -rf /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Flutter
0 ms • Xcode project created at /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/.
0 ms • User editable settings are in /Users/su27/dev/flutter/examples/material_gallery/ios/.
0 ms • sky_engine revision: f2d8d75897a5aadcd9be0067a78fce1cea677fd6, iOS engine revision: f2d8d75897a5aadcd9be0067a78fce1cea677fd6
49 ms • xcodebuild -version
1 ms • Xcode 7.2.1
Build version 7C1002
0 ms • Trying to resolve native pub services.
26 ms • Looking for YAML at 'flutter.yaml'
0 ms • No services specified in the manifest
0 ms • Found 0 service definition(s).
2 ms • Copying service frameworks to '/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Frameworks'.
3 ms • Creating service definitions manifest at 'ios/.generated/ServiceDefinitions.json'
11378 ms • /usr/bin/env xcrun xcodebuild -target Runner -configuration Release -sdk iphoneos -arch arm64
0 ms • ** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Generate\ Precompiled\ Snapshot build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFCD1BE98FCD00BCD8DE.sh
(1 failure)
0 ms • Build settings from command line:
ARCHS = arm64
SDKROOT = iphoneos9.2
=== BUILD TARGET FlutterApplication OF PROJECT FlutterApplication WITH CONFIGURATION Release ===
Check dependencies
Write auxiliary files
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-project-headers.hmap
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFF21BEAB2E800BCD8DE.sh
chmod 0755 /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFF21BEAB2E800BCD8DE.sh
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/module.modulemap
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-own-target-headers.hmap
/bin/mkdir -p /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/DerivedSources
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/DerivedSources/FlutterApplication_vers.c
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFCD1BE98FCD00BCD8DE.sh
chmod 0755 /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFCD1BE98FCD00BCD8DE.sh
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-all-target-headers.hmap
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication.hmap
/bin/mkdir -p /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects-normal/arm64
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects-normal/arm64/FlutterApplication.LinkFileList
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9EBB2F351BF675C200177634.sh
chmod 0755 /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9EBB2F351BF675C200177634.sh
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/all-product-headers.yaml
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-generated-files.hmap
write-file /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-all-non-framework-target-headers.hmap
Create product structure
/bin/mkdir -p /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/FlutterApplication.framework
/bin/mkdir -p /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/FlutterApplication.framework/Headers
ProcessInfoPlistFile build/Release-iphoneos/FlutterApplication.framework/Info.plist FlutterApplication/Info.plist
cd /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/su27/dev/flutter/bin/cache/dart-sdk/bin:/Users/su27/dev/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/go/bin:/Users/su27/bin:/Users/su27/dev/flutter/bin"
builtin-infoPlistUtility /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/FlutterApplication/Info.plist -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/FlutterApplication.framework/Info.plist
PhaseScriptExecution Ensure\ `pub\ get` build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9EBB2F351BF675C200177634.sh
cd /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
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=su27
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export ARCHS=arm64
export ARCHS_STANDARD="armv7 arm64"
export ARCHS_STANDARD_32_64_BIT="armv7 arm64"
export ARCHS_STANDARD_32_BIT=armv7
export ARCHS_STANDARD_64_BIT=arm64
export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64"
export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64"
export AVAILABLE_PLATFORMS="watchos iphonesimulator macosx appletvsimulator watchsimulator appletvos iphoneos"
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=NO
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export BUILD_ROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos
export CACHE_ROOT=/var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/C/com.apple.DeveloperTools/7.2.1-7C1002/Xcode
export CCHROOT=/var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/C/com.apple.DeveloperTools/7.2.1-7C1002/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
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=/var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/C/org.llvm.clang/ModuleCache/Session.modulevalidation
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export CLASS_FILE_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/FlutterApplication.framework
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext
export CODE_SIGN_IDENTITY="iPhone Developer"
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMMAND_MODE=legacy
export COMPOSITE_SDK_DIRS=/var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/C/com.apple.DeveloperTools/7.2.1-7C1002/Xcode/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Release
export CONFIGURATION_BUILD_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos
export CONFIGURATION_TEMP_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos
export CONTENTS_FOLDER_PATH=FlutterApplication.framework
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator
export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk
export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator9.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=arm64
export CURRENT_PROJECT_VERSION=1
export CURRENT_VARIANT=normal
export CURRENT_VERSION=Current
export DART_SDK_PATH=/Users/su27/dev/flutter/bin/cache/dart-sdk
export DEAD_CODE_STRIPPING=NO
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=YES
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_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="6.0 6.1 7.0 7.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2"
export DERIVED_FILES_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/DerivedSources
export DERIVED_FILE_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/DerivedSources
export DERIVED_SOURCES_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=English
export DOCUMENTATION_FOLDER_PATH=FlutterApplication.framework/English.lproj/Documentation
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/FlutterApplication.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=FlutterApplication.framework.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos
export DYLIB_COMPATIBILITY_VERSION=1
export DYLIB_CURRENT_VERSION=1
export DYLIB_INSTALL_NAME_BASE="@rpath"
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_HEADER_DEPENDENCIES=YES
export ENABLE_NS_ASSERTIONS=NO
export ENABLE_ON_DEMAND_RESOURCES=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=NO
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=FlutterApplication.framework/English.lproj
export EXECUTABLE_FOLDER_PATH=FlutterApplication.framework
export EXECUTABLE_NAME=FlutterApplication
export EXECUTABLE_PATH=FlutterApplication.framework/FlutterApplication
export EXPANDED_CODE_SIGN_IDENTITY=CFED7EAB5DC8A8899CC8B2D3192E5F6EF24EFBDE
export EXPANDED_CODE_SIGN_IDENTITY_NAME="iPhone Developer: Dan Su (XJJ3LQX8DB)"
export EXPANDED_PROVISIONING_PROFILE=
export FILE_LIST=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects/LinkFileList
export FIXED_FILES_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FixedFiles
export FLUTTER_APPLICATION_PATH=/Users/su27/dev/flutter/examples/material_gallery
export FLUTTER_ARCH_TOOLS_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/Tools/iphoneos
export FLUTTER_ROOT=/Users/su27/dev/flutter
export FRAMEWORKS_FOLDER_PATH=FlutterApplication.framework/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos "
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=FlutterApplication.framework
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_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=NO
export GENERATE_PROFILING_CODE=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=YES
export HEADER_SEARCH_PATHS="/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/include "
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/su27
export ICONV=/usr/bin/iconv
export INFOPLISTSTRINGS_PATH=FlutterApplication.framework/English.lproj/InfoPlist.strings
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=FlutterApplication/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=FlutterApplication.framework/Info.plist
export INFOPLIST_PREPROCESS=NO
export INSTALL_DIR=/tmp/FlutterApplication.dst/Library/Frameworks
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=su27
export INSTALL_PATH=/Library/Frameworks
export INSTALL_ROOT=/tmp/FlutterApplication.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=FlutterApplication.framework/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 KEEP_PRIVATE_EXTERNS=NO
export LD_DEPENDENCY_INFO_FILE=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects-normal/arm64/FlutterApplication_dependency_info.dat
export LD_DYLIB_INSTALL_NAME="@rpath/FlutterApplication.framework/FlutterApplication"
export LD_GENERATE_MAP_FILE=NO
export LD_MAP_FILE_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/FlutterApplication-LinkMap-normal-arm64.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" @executable_path/Frameworks @loader_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos "
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export LINK_FILE_LIST_normal_arm64=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects-normal/arm64/FlutterApplication.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=NO
export LOCALIZABLE_CONTENT_DIR=
export LOCALIZED_RESOURCES_FOLDER_PATH=FlutterApplication.framework/English.lproj
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=
export LOCSYMROOT=
export MACH_O_TYPE=mh_dylib
export MAC_OS_X_PRODUCT_BUILD_VERSION=15D21
export MAC_OS_X_VERSION_ACTUAL=101103
export MAC_OS_X_VERSION_MAJOR=101100
export MAC_OS_X_VERSION_MINOR=1103
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/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects
export OBJECT_FILE_DIR_normal=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Objects-normal
export OBJROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export ONLY_ACTIVE_ARCH=YES
export OPTIMIZATION_LEVEL=0
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=-lSystem
export PACKAGE_TYPE=com.apple.package-type.wrapper.framework
export PASCAL_STRINGS=YES
export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/Users/su27/dev/flutter/bin/cache/dart-sdk/bin:/Users/su27/dev/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/local/go/bin:/Users/su27/bin:/Users/su27/dev/flutter/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=FlutterApplication.framework/pbdevelopment.plist
export PFE_FILE_C_DIALECTS=c
export PKGINFO_FILE_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/PkgInfo
export PKGINFO_PATH=FlutterApplication.framework/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export PLATFORM_DISPLAY_NAME=iOS
export PLATFORM_NAME=iphoneos
export PLATFORM_PREFERRED_ARCH=arm64
export PLATFORM_PRODUCT_BUILD_VERSION=13C75
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=FlutterApplication.framework/PlugIns
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export PRECOMP_DESTINATION_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=FlutterApplication.framework/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=io.flutter.application.FlutterApplication
export PRODUCT_MODULE_NAME=FlutterApplication
export PRODUCT_NAME=FlutterApplication
export PRODUCT_SETTINGS_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/FlutterApplication/Info.plist
export PRODUCT_TYPE=com.apple.product-type.framework
export PROFILING_CODE=NO
export PROJECT=FlutterApplication
export PROJECT_DERIVED_FILE_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/DerivedSources
export PROJECT_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated
export PROJECT_FILE_PATH=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/FlutterApplication.xcodeproj
export PROJECT_NAME=FlutterApplication
export PROJECT_TEMP_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build
export PROJECT_TEMP_ROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export PUBLIC_HEADERS_FOLDER_PATH=FlutterApplication.framework/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 REZ_COLLECTOR_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/ResourceManagerResources
export REZ_OBJECTS_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=FlutterApplication.framework/Scripts
export SCRIPT_INPUT_FILE_0=/Users/su27/dev/flutter/examples/material_gallery/pubspec.yaml
export SCRIPT_INPUT_FILE_COUNT=1
export SCRIPT_OUTPUT_FILE_0=/Users/su27/dev/flutter/examples/material_gallery/.packages
export SCRIPT_OUTPUT_FILE_COUNT=1
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk
export SDK_DIR_iphoneos9_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk
export SDK_NAME=iphoneos9.2
export SDK_NAMES=iphoneos9.2
export SDK_PRODUCT_BUILD_VERSION=13C75
export SDK_VERSION=9.2
export SDK_VERSION_ACTUAL=90200
export SDK_VERSION_MAJOR=90000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=FlutterApplication.framework/SharedFrameworks
export SHARED_PRECOMPS_DIR=/var/folders/gy/pv0clfln0sz2jlm5s4q9gpwm0000gn/C/com.apple.DeveloperTools/7.2.1-7C1002/Xcode/SharedPrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=FlutterApplication.framework
export SKIP_INSTALL=YES
export SOURCE_ROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated
export SRCROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=YES
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=debugging
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export SYMROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=FlutterApplication
export TARGET_BUILD_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/Release-iphoneos
export TARGET_NAME=FlutterApplication
export TARGET_TEMP_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build
export TEMP_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build
export TEMP_FILES_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build
export TEMP_FILE_DIR=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build
export TEMP_ROOT=/Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export UID=501
export UNLOCALIZED_RESOURCES_FOLDER_PATH=FlutterApplication.framework
export UNSTRIPPED_PRODUCT=NO
export USER=su27
export USER_APPS_DIR=/Users/su27/Applications
export USER_LIBRARY_DIR=/Users/su27/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export VALIDATE_PRODUCT=YES
export VALID_ARCHS="arm64 armv7 armv7s"
export VERBOSE_PBXCP=NO
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=FlutterApplication.framework/version.plist
export VERSIONS_FOLDER_PATH=FlutterApplication.framework
export VERSION_INFO_BUILDER=su27
export VERSION_INFO_FILE=FlutterApplication_vers.c
export VERSION_INFO_STRING="\"@(#)PROGRAM:FlutterApplication PROJECT:FlutterApplication-1\""
export WRAPPER_EXTENSION=framework
export WRAPPER_NAME=FlutterApplication.framework
export WRAPPER_SUFFIX=.framework
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=7C1002
export XCODE_VERSION_ACTUAL=0721
export XCODE_VERSION_MAJOR=0700
export XCODE_VERSION_MINOR=0720
export XPCSERVICES_FOLDER_PATH=FlutterApplication.framework/XPCServices
export YACC=yacc
export arch=arm64
export variant=normal
/bin/sh -c /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9EBB2F351BF675C200177634.sh
~/dev/flutter/examples/material_gallery ~/dev/flutter/examples/material_gallery/ios/.generated
Resolving dependencies...
Got dependencies!
~/dev/flutter/examples/material_gallery/ios/.generated
PhaseScriptExecution Run\ FLX\ Packager\ +\ Optional\ Script\ Snapshotter build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFF21BEAB2E800BCD8DE.sh
cd /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
/bin/sh -c /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFF21BEAB2E800BCD8DE.sh
Project /Users/su27/dev/flutter/examples/material_gallery successfully packaged...
PhaseScriptExecution Generate\ Precompiled\ Snapshot build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFCD1BE98FCD00BCD8DE.sh
cd /Users/su27/dev/flutter/examples/material_gallery/ios/.generated
/bin/sh -c /Users/su27/dev/flutter/examples/material_gallery/ios/.generated/build/FlutterApplication.build/Release-iphoneos/FlutterApplication.build/Script-9E07CFCD1BE98FCD00BCD8DE.sh
Error: Cannot find entry point dart:ui :: _getCreateTimerClosureSnapshotter failed for /Users/su27/dev/flutter/examples/material_gallery ...
0 ms • Could not build the precompiled application for the device.
0 ms • Error starting application on SuDan’s iPhone.
0 ms • Unable to run application
0 ms • 'flutter run' exiting with code 2; elasped time 102920ms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment