Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drive-examples times out on master channel in the flutter/plugin repo #69439

Closed
cyanglaz opened this issue Oct 30, 2020 · 11 comments
Closed

drive-examples times out on master channel in the flutter/plugin repo #69439

cyanglaz opened this issue Oct 30, 2020 · 11 comments
Assignees
Labels
P0 Critical issues such as a build break or regression package flutter/packages repository. See also p: labels.

Comments

@cyanglaz
Copy link
Contributor

cyanglaz commented Oct 30, 2020

See: https://github.com/flutter/plugins/runs/1333724714

drive-examples internally run flutter drive

I tried to run a test locally and the app failed to launch with this log:

[   +1 ms] executing: xcrun simctl uninstall 2706BBEB-1E01-403E-A8E9-70E8E5A24774 io.flutter.videoPlayerExample
[+1369 ms] "flutter drive" took 32,750ms.
[   +7 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
           #1      DriveCommand.runCommand (package:flutter_tools/src/commands/drive.dart:250:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1075: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)
           
           
[ +153 ms] ensureAnalyticsSent: 127ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[   +1 ms] Shutdown hooks complete
[        ] exiting with code 1

My local error and the timeout on CI might be unrelated.

@cyanglaz cyanglaz added P0 Critical issues such as a build break or regression plugin labels Oct 30, 2020
@cyanglaz
Copy link
Contributor Author

cyanglaz commented Oct 30, 2020

The local failure is running with

flutter drive --driver test_driver/video_player_test.dart -t test_driver/video_player.dart

under https://github.com/flutter/plugins/tree/master/packages/video_player/video_player/example

And it was run with xcode-11.7 iphone 8 simulator iOS 13.0

@cyanglaz
Copy link
Contributor Author

cyanglaz commented Oct 30, 2020

Bisecting says that my local issue was caused by 36f9af3

It looks like the log says it's passed, but the tests were never ran.

CC @dnfield

@cyanglaz
Copy link
Contributor Author

cyanglaz commented Oct 30, 2020

Verbose log

                        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/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfe
                        sfyngid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceMana
                        gerResources
                        export
                        REZ_OBJECTS_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesf
                        yngid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManage
                        rResources/Objects
                        export
                        REZ_SEARCH_PATHS="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build
                        /ios/Debug-iphonesimulator "
                        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/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/
                        flutter_build_log_pipe.Ff6xkD/pipe_to_stdout
                        export
                        SDKROOT=/Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Devel
                        oper/SDKs/iPhoneSimulator13.7.sdk
                        export
                        SDK_DIR=/Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Devel
                        oper/SDKs/iPhoneSimulator13.7.sdk
                        export
                        SDK_DIR_iphonesimulator13_7=/Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimu
                        lator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk
                        export SDK_NAME=iphonesimulator13.7
                        export SDK_NAMES=iphonesimulator13.7
                        export SDK_PRODUCT_BUILD_VERSION=17H22
                        export SDK_VERSION=13.7
                        export SDK_VERSION_ACTUAL=130700
                        export SDK_VERSION_MAJOR=130000
                        export SDK_VERSION_MINOR=700
                        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/ychris/flutter/plugins/packages/video_player/video_player/example
                        /build/ios/Debug-iphonesimulator/DerivedSources
                        export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
                        export
                        SHARED_PRECOMPS_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjc
                        fesfyngid/Build/Intermediates.noindex/PrecompiledHeaders
                        export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
                        export SKIP_INSTALL=NO
                        export SOURCE_ROOT=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        export SRCROOT=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        export STRINGS_FILE_OUTPUT_ENCODING=binary
                        export STRIP_BITCODE_FROM_COPIED_FILES=NO
                        export STRIP_INSTALLED_PRODUCT=YES
                        export STRIP_STYLE=all
                        export STRIP_SWIFT_SYMBOLS=YES
                        export SUPPORTED_DEVICE_FAMILIES=1,2
                        export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
                        export SUPPORTS_TEXT_BASED_API=NO
                        export SWIFT_PLATFORM_TARGET_PREFIX=ios
                        export
                        SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-
                        gpxxvnkoprkygvezhjcfesfyngid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runn
                        er.build/Objects-normal/x86_64/Runner.SwiftFileList
                        export
                        SYMROOT=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Bu
                        ild/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_11_7.app/Contents/Developer/Applications
                        export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode_11_7.app/Contents/Developer/usr/bin
                        export
                        SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode_11_7.app/Contents/Developer/Applications/Utiliti
                        es/Built Examples"
                        export SYSTEM_DEVELOPER_DIR=/Applications/Xcode_11_7.app/Contents/Developer
                        export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode_11_7.app/Contents/Developer/ADC Reference
                        Library"
                        export
                        SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode_11_7.app/Contents/Developer/Application
                        s/Graphics Tools"
                        export
                        SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode_11_7.app/Contents/Developer/Applications/Ja
                        va Tools"
                        export
                        SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode_11_7.app/Contents/Developer/Applicat
                        ions/Performance Tools"
                        export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode_11_7.app/Contents/Developer/ADC
                        Reference Library/releasenotes"
                        export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode_11_7.app/Contents/Developer/Tools
                        export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode_11_7.app/Contents/Developer/ADC
                        Reference Library/documentation/DeveloperTools"
                        export
                        SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode_11_7.app/Contents/Developer/ADC
                        Reference Library/releasenotes/DeveloperTools"
                        export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode_11_7.app/Contents/Developer/usr
                        export
                        SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode_11_7.app/Contents/Developer/Applications/Util
                        ities
                        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=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/
                        ios/Debug-iphonesimulator
                        export
                        TARGET_DEVICE_IDENTIFIER=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder
                        export TARGET_NAME=Runner
                        export
                        TARGET_TEMP_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesf
                        yngid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        export
                        TEMP_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/B
                        uild/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        export
                        TEMP_FILES_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfy
                        ngid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        export
                        TEMP_FILE_DIR=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyn
                        gid/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        export
                        TEMP_ROOT=/Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/
                        Build/Intermediates.noindex
                        export TEST_FRAMEWORK_SEARCH_PATHS="
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Lib
                        rary/Frameworks"
                        export TEST_LIBRARY_SEARCH_PATHS="
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
                        /lib"
                        export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
                        export
                        TOOLCHAIN_DIR=/Applications/Xcode_11_7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchai
                        n
                        export TRACK_WIDGET_CREATION=true
                        export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
                        export TREE_SHAKE_ICONS=false
                        export TeamIdentifierPrefix=DM5QAFFLNT.
                        export UID=632655
                        export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
                        export UNSTRIPPED_PRODUCT=NO
                        export USER=ychris
                        export USER_APPS_DIR=/Users/ychris/Applications
                        export USER_LIBRARY_DIR=/Users/ychris/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=NO
                        export VALIDATE_WORKSPACE=YES_ERROR
                        export VALID_ARCHS="i386 x86_64"
                        export VERBOSE_PBXCP=NO
                        export VERBOSE_SCRIPT_LOGGING=YES
                        export VERSIONPLIST_PATH=Runner.app/version.plist
                        export VERSION_INFO_BUILDER=ychris
                        export VERSION_INFO_FILE=Runner_vers.c
                        export VERSION_INFO_STRING=""@(#)PROGRAM:Runner  PROJECT:Runner-""
                        export WRAPPER_EXTENSION=app
                        export WRAPPER_NAME=Runner.app
                        export WRAPPER_SUFFIX=.app
                        export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
                        export XCODE_APP_SUPPORT_DIR=/Applications/Xcode_11_7.app/Contents/Developer/Library/Xcode
                        export XCODE_PRODUCT_BUILD_VERSION=11E801a
                        export XCODE_VERSION_ACTUAL=1170
                        export XCODE_VERSION_MAJOR=1100
                        export XCODE_VERSION_MINOR=1170
                        export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
                        export YACC=yacc
                        export arch=undefined_arch
                        export variant=normal
                        /bin/sh -c
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D260
                        8.sh
                    ♦ mkdir -p --
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks
                    ♦ rsync -av --delete
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Flutter/App.framework
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks
                    building file list ... done
                    deleting App.framework/_CodeSignature/CodeResources
                    deleting App.framework/_CodeSignature/
                    App.framework/
                    App.framework/App

                    sent 49769 bytes  received 48 bytes  99634.00 bytes/sec
                    total size is 43546407  speedup is 874.13
                    ♦ rsync -av --delete --filter - .DS_Store/ --filter - Headers/ --filter - Modules/
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Flutter/Flutter.framewo
                    rk
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/
                    building file list ... done
                    Flutter.framework/
                    Flutter.framework/Flutter
                    Flutter.framework/Info.plist
                    Flutter.framework/icudtl.dat
                    Flutter.framework/_CodeSignature/
                    Flutter.framework/_CodeSignature/CodeResources

                    sent 100472127 bytes  received 120 bytes  66981498.00 bytes/sec
                    total size is 100459446  speedup is 1.00
                    ♦
                    /Applications/Xcode_11_7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_
                    strip
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Flutter/Flutter.framewo
                    rk/Flutter -r -o
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/Flutter.framework/Flutter
                    ♦ codesign --force --verbose --sign - --
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/App.framework/App
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/App.framework/App: signed bundle with Mach-O universal (x86_64 arm64)
                    [io.flutter.flutter.app]
                    ♦ codesign --force --verbose --sign - --
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/Flutter.framework/Flutter
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/Flutter.framework/Flutter: signed bundle with Mach-O universal (armv7
                    x86_64 arm64) [io.flutter.flutter]
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Info.plist: Could not extract value, error: No value at that key path or invalid key
                    path: NSBonjourServices
                    ♦ plutil -insert NSBonjourServices -json ["_dartobservatory._tcp"]
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Info.plist
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Info.plist: Could not extract value, error: No value at that key path or invalid key
                    path: NSLocalNetworkUsageDescription
                    ♦ plutil -insert NSLocalNetworkUsageDescription -string Allow Flutter tools on your computer to
                    connect and debug your application. This prompt will not appear on release builds.
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Info.plist

                    ProcessInfoPlistFile
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Info.plist
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Runner/Info.plist (in
                    target 'Runner' from project 'Runner')
                        cd /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        builtin-infoPlistUtility
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Runner/Info.plist
                        -producttype com.apple.product-type.application -genpkginfo
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/Runner.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator
                        -additionalcontentfile
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPart
                        ialInfo.plist -additionalcontentfile
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.
                        plist -additionalcontentfile
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.pl
                        ist -o
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/Runner.app/Info.plist

                    PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks
                    /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Intermed
                    iates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-929A04F81CC936396BFCB39E.sh (in
                    target 'Runner' from project 'Runner')
                        cd /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        /bin/sh -c
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-929A04F81CC936396BFCB39
                        E.sh
                    mkdir -p
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks
                    rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "-
                    .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
                    "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods/../Flutter/Flutte
                    r.framework"
                    "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimu
                    lator/Runner.app/Frameworks"
                    building file list ... done
                    Flutter.framework/
                    Flutter.framework/Flutter
                    Flutter.framework/_CodeSignature/CodeResources

                    sent 99572549 bytes  received 70 bytes  199145238.00 bytes/sec
                    total size is 100459446  speedup is 1.01
                    Stripped
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/Flutter.framework/Flutter of architectures: armv7 arm64
                    Code Signing
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app/Frameworks/Flutter.framework with Identity -
                    /usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements
                    '/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimu
                    lator/Runner.app/Frameworks/Flutter.framework'

                    CodeSign
                    /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphonesimul
                    ator/Runner.app (in target 'Runner' from project 'Runner')
                        cd /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        export
                        CODESIGN_ALLOCATE=/Applications/Xcode_11_7.app/Contents/Developer/Toolchains/XcodeDefault.xctool
                        chain/usr/bin/codesign_allocate

                    Signing Identity:     "-"

                        /usr/bin/codesign --force --sign - --entitlements
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent
                        --timestamp=none
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/Runner.app

                    ** BUILD SUCCEEDED **
[ +277 ms]  └─Compiling, linking and signing... (completed in 6.0s)
[        ] Xcode build done.                                           25.6s
[   +1 ms] executing: [/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/] xcrun xcodebuild
-configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios -sdk iphonesimulator -arch
x86_64
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/flutter_build_log_pipe.F
f6xkD/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[        ] executing: [/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/] xcrun xcodebuild
-configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios -sdk iphonesimulator -arch
x86_64
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/flutter_build_log_pipe.F
f6xkD/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[+2635 ms] Command line invocation:
                        /Applications/Xcode_11_7.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug
                        VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
                        BUILD_DIR=/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios
                        -sdk iphonesimulator -arch x86_64
                        SCRIPT_OUTPUT_STREAM_FILE=/var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/
                        flutter_build_log_pipe.Ff6xkD/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
                        COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings

                    Build settings from command line:
                        ARCHS = x86_64
                        BUILD_DIR = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios
                        COMPILER_INDEX_STORE_ENABLE = NO
                        FLUTTER_SUPPRESS_ANALYTICS = true
                        SCRIPT_OUTPUT_STREAM_FILE =
                        /var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/flutter_build_log_pipe.Ff6
                        xkD/pipe_to_stdout
                        SDKROOT = iphonesimulator13.7
                        VERBOSE_SCRIPT_LOGGING = YES

                    Build settings for action build and target Runner:
                        ACTION = build
                        AD_HOC_CODE_SIGNING_ALLOWED = YES
                        ALTERNATE_GROUP = primarygroup
                        ALTERNATE_MODE = u+w,go-w,a+rX
                        ALTERNATE_OWNER = ychris
                        ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
                        ALWAYS_SEARCH_USER_PATHS = NO
                        ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                        APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                        APPLE_INTERNAL_DIR = /AppleInternal
                        APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                        APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                        APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                        APPLICATION_EXTENSION_API_ONLY = NO
                        APPLY_RULES_IN_COPY_FILES = NO
                        APPLY_RULES_IN_COPY_HEADERS = NO
                        ARCHS = x86_64
                        ARCHS_STANDARD = i386 x86_64
                        ARCHS_STANDARD_32_64_BIT = i386 x86_64
                        ARCHS_STANDARD_32_BIT = i386
                        ARCHS_STANDARD_64_BIT = x86_64
                        ARCHS_STANDARD_INCLUDING_64_BIT = i386 x86_64
                        ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64
                        ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                        AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos
                        watchsimulator
                        BITCODE_GENERATION_MODE = marker
                        BUILD_ACTIVE_RESOURCES_ONLY = NO
                        BUILD_COMPONENTS = headers build
                        BUILD_DIR = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios
                        BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                        BUILD_ROOT =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Prod
                        ucts
                        BUILD_STYLE = 
                        BUILD_VARIANTS = normal
                        BUILT_PRODUCTS_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator
                        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/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/C/com.apple.DeveloperTools/11.7-11E801a/Xcode
                        CCHROOT =
                        /var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/C/com.apple.DeveloperTools/11.7-11E801a/Xcode
                        CHMOD = /bin/chmod
                        CHOWN = /usr/sbin/chown
                        CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
                        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/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
                        CLEAN_PRECOMPS = YES
                        CLONE_HEADERS = NO
                        CODESIGNING_FOLDER_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/Runner.app
                        CODE_SIGNING_ALLOWED = YES
                        CODE_SIGNING_REQUIRED = YES
                        CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
                        CODE_SIGN_IDENTITY = -
                        CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                        COLOR_DIAGNOSTICS = NO
                        COMBINE_HIDPI_IMAGES = NO
                        COMPILER_INDEX_STORE_ENABLE = NO
                        COMPOSITE_SDK_DIRS =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/CompositeSDKs
                        COMPRESS_PNG_FILES = YES
                        CONFIGURATION = Debug
                        CONFIGURATION_BUILD_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator
                        CONFIGURATION_TEMP_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator
                        CONTENTS_FOLDER_PATH = Runner.app
                        COPYING_PRESERVES_HFS_DATA = NO
                        COPY_HEADERS_RUN_UNIFDEF = NO
                        COPY_PHASE_STRIP = NO
                        COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                        CORRESPONDING_DEVICE_PLATFORM_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneOS.platform
                        CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
                        CORRESPONDING_DEVICE_SDK_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon
                        eOS13.7.sdk
                        CORRESPONDING_DEVICE_SDK_NAME = iphoneos13.7
                        CP = /bin/cp
                        CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                        CURRENT_ARCH = x86_64
                        CURRENT_VARIANT = normal
                        DART_OBFUSCATION = false
                        DEAD_CODE_STRIPPING = YES
                        DEBUGGING_SYMBOLS = YES
                        DEBUG_INFORMATION_FORMAT = dwarf
                        DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                        DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                        DEFINES_MODULE = NO
                        DEPLOYMENT_LOCATION = NO
                        DEPLOYMENT_POSTPROCESSING = NO
                        DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min
                        DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min=
                        DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_simulator_version_min
                        DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3
                        11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 13.7
                        DERIVED_FILES_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                        DERIVED_FILE_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                        DERIVED_SOURCES_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                        DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode_11_7.app/Contents/Developer/Applications
                        DEVELOPER_BIN_DIR = /Applications/Xcode_11_7.app/Contents/Developer/usr/bin
                        DEVELOPER_DIR = /Applications/Xcode_11_7.app/Contents/Developer
                        DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode_11_7.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_FRAMEWORKS_DIR_QUOTED =
                        /Applications/Xcode_11_7.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_LIBRARY_DIR = /Applications/Xcode_11_7.app/Contents/Developer/Library
                        DEVELOPER_SDK_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
                        DEVELOPER_TOOLS_DIR = /Applications/Xcode_11_7.app/Contents/Developer/Tools
                        DEVELOPER_USR_DIR = /Applications/Xcode_11_7.app/Contents/Developer/usr
                        DEVELOPMENT_LANGUAGE = en
                        DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                        DONT_GENERATE_INFOPLIST_FILE = NO
                        DO_HEADER_SCANNING_IN_JAM = NO
                        DSTROOT = /tmp/Runner.dst
                        DT_TOOLCHAIN_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                        DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                        DWARF_DSYM_FOLDER_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator
                        EFFECTIVE_PLATFORM_NAME = -iphonesimulator
                        EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                        EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                        ENABLE_BITCODE = NO
                        ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                        ENABLE_HARDENED_RUNTIME = NO
                        ENABLE_HEADER_DEPENDENCIES = YES
                        ENABLE_ON_DEMAND_RESOURCES = YES
                        ENABLE_STRICT_OBJC_MSGSEND = YES
                        ENABLE_TESTABILITY = YES
                        ENABLE_TESTING_SEARCH_PATHS = NO
                        ENTITLEMENTS_DESTINATION = __entitlements
                        ENTITLEMENTS_REQUIRED = YES
                        EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
                        EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode*
                        *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
                        EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                        EXECUTABLE_FOLDER_PATH = Runner.app
                        EXECUTABLE_NAME = Runner
                        EXECUTABLE_PATH = Runner.app/Runner
                        EXPANDED_CODE_SIGN_IDENTITY = 
                        EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                        EXPANDED_PROVISIONING_PROFILE = 
                        FILE_LIST =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
                        FIXED_FILES_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
                        FLUTTER_APPLICATION_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example
                        FLUTTER_BUILD_DIR = build
                        FLUTTER_BUILD_NAME = 1.0.0
                        FLUTTER_BUILD_NUMBER = 1
                        FLUTTER_FRAMEWORK_DIR = /Users/ychris/flutter/flutter/bin/cache/artifacts/engine/ios
                        FLUTTER_ROOT = /Users/ychris/flutter/flutter
                        FLUTTER_SUPPRESS_ANALYTICS = true
                        FLUTTER_TARGET = test_driver/video_player.dart
                        FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                        FRAMEWORK_FLAG_PREFIX = -framework
                        FRAMEWORK_SEARCH_PATHS =
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods/../Flutter"
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Flutter
                        FRAMEWORK_VERSION = A
                        FULL_PRODUCT_NAME = Runner.app
                        GCC3_VERSION = 3.3
                        GCC_C_LANGUAGE_STANDARD = gnu99
                        GCC_DYNAMIC_NO_PIC = NO
                        GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                        GCC_NO_COMMON_BLOCKS = YES
                        GCC_OBJC_LEGACY_DISPATCH = YES
                        GCC_OPTIMIZATION_LEVEL = 0
                        GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
                        GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1  COCOAPODS=1
                        GCC_SYMBOLS_PRIVATE_EXTERN = NO
                        GCC_TREAT_WARNINGS_AS_ERRORS = NO
                        GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                        GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                        GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                        GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                        GCC_WARN_UNDECLARED_SELECTOR = YES
                        GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                        GCC_WARN_UNUSED_FUNCTION = YES
                        GCC_WARN_UNUSED_VARIABLE = YES
                        GENERATE_MASTER_OBJECT_FILE = NO
                        GENERATE_PKGINFO_FILE = YES
                        GENERATE_PROFILING_CODE = NO
                        GENERATE_TEXT_BASED_STUBS = NO
                        GID = 89939
                        GROUP = primarygroup
                        HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                        HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                        HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                        HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                        HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                        HEADERMAP_USES_VFS = NO
                        HEADER_SEARCH_PATHS =
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods/Headers/Publi
                        c"
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods/Headers/Publi
                        c/integration_test"
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods/Headers/Publi
                        c/video_player"
                        HIDE_BITCODE_SYMBOLS = YES
                        HOME = /Users/ychris
                        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 = primarygroup
                        INSTALL_MODE_FLAG = u+w,go-w,a+rX
                        INSTALL_OWNER = ychris
                        INSTALL_PATH = /Applications
                        INSTALL_ROOT = /tmp/Runner.dst
                        IPHONEOS_DEPLOYMENT_TARGET = 8.0
                        JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
                        JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
                        JAVA_ARCHIVE_CLASSES = YES
                        JAVA_ARCHIVE_TYPE = JAR
                        JAVA_COMPILER = /usr/bin/javac
                        JAVA_FOLDER_PATH = Runner.app/Java
                        JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
                        JAVA_JAR_FLAGS = cv
                        JAVA_SOURCE_SUBDIR = .
                        JAVA_USE_DEPENDENCIES = YES
                        JAVA_ZIP_FLAGS = -urg
                        JIKES_DEFAULT_FLAGS = +E +OLDCSO
                        KEEP_PRIVATE_EXTERNS = NO
                        LD_DEPENDENCY_INFO_FILE =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_d
                        ependency_info.dat
                        LD_GENERATE_MAP_FILE = NO
                        LD_MAP_FILE_PATH =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.t
                        xt
                        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_11_7.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Develo
                        per
                        LEX = lex
                        LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
                        LIBRARY_FLAG_NOSPACE = YES
                        LIBRARY_FLAG_PREFIX = -l
                        LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
                        LIBRARY_SEARCH_PATHS =
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphone
                        simulator/integration_test"
                        "/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphone
                        simulator/video_player"
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Flutter
                        LINKER_DISPLAYS_MANGLED_NAMES = NO
                        LINK_FILE_LIST_normal_x86_64 = 
                        LINK_WITH_STANDARD_LIBRARIES = YES
                        LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0
                        LLVM_TARGET_TRIPLE_SUFFIX = -simulator
                        LLVM_TARGET_TRIPLE_VENDOR = apple
                        LOCALIZABLE_CONTENT_DIR = 
                        LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                        LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
                        LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                        LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                        LOCAL_APPS_DIR = /Applications
                        LOCAL_DEVELOPER_DIR = /Library/Developer
                        LOCAL_LIBRARY_DIR = /Library
                        LOCROOT = 
                        LOCSYMROOT = 
                        MACH_O_TYPE = mh_execute
                        MAC_OS_X_PRODUCT_BUILD_VERSION = 19H2
                        MAC_OS_X_VERSION_ACTUAL = 101507
                        MAC_OS_X_VERSION_MAJOR = 101500
                        MAC_OS_X_VERSION_MINOR = 1507
                        METAL_LIBRARY_FILE_BASE = default
                        METAL_LIBRARY_OUTPUT_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/Runner.app
                        MODULES_FOLDER_PATH = Runner.app/Modules
                        MODULE_CACHE_DIR = /Users/ychris/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
                        MTL_ENABLE_DEBUG_INFO = YES
                        NATIVE_ARCH = x86_64
                        NATIVE_ARCH_32_BIT = i386
                        NATIVE_ARCH_64_BIT = x86_64
                        NATIVE_ARCH_ACTUAL = x86_64
                        NO_COMMON = YES
                        OBJC_ABI_VERSION = 2
                        OBJECT_FILE_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
                        OBJECT_FILE_DIR_normal =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
                        OBJROOT =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex
                        ONLY_ACTIVE_ARCH = YES
                        OS = MACOS
                        OSAC = /usr/bin/osacompile
                        OTHER_CFLAGS =
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/integration_test/integration_test.modulemap"
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/video_player/video_player.modulemap"
                        OTHER_CPLUSPLUSFLAGS =
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/integration_test/integration_test.modulemap"
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/video_player/video_player.modulemap"
                        OTHER_LDFLAGS =  -framework Flutter
                        OTHER_SWIFT_FLAGS =  -D COCOAPODS -Xcc
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/integration_test/integration_test.modulemap" -Xcc
                        -fmodule-map-file="/Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/
                        Pods/Headers/Public/video_player/video_player.modulemap"
                        PACKAGE_CONFIG = .packages
                        PACKAGE_TYPE = com.apple.package-type.wrapper.application
                        PASCAL_STRINGS = YES
                        PATH =
                        /Applications/Xcode_11_7.app/Contents/Developer/usr/bin:/Users/ychris/bin:/Users/ychris/.nvm/ver
                        sions/node/v11.10.1/bin:/Users/ychris/.path/homebrew/opt/llvm/bin:/usr/local/git/current/bin:/us
                        r/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/ychris/b
                        in:/Users/ychris/.nvm/versions/node/v11.10.1/bin:/Users/ychris/.path/homebrew/opt/llvm/bin:/User
                        s/ychris/.path/depot_tools:/Users/ychris/.path/homebrew/bin:/Users/ychris/flutter/flutter/bin:/U
                        sers/ychris/flutter/flutter/bin/cache/dart-sdk/bin:/Users/ychris/Library/Android/sdk/tools/:/Use
                        rs/ychris/.pub-cache/bin:/Users/ychris/.path/depot_tools:/Users/ychris/.path/homebrew/bin:/Users
                        /ychris/flutter/flutter/bin:/Users/ychris/flutter/flutter/bin/cache/dart-sdk/bin:/Users/ychris/L
                        ibrary/Android/sdk/tools/:/Users/ychris/.pub-cache/bin
                        PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include
                        /System/Library/Frameworks /System/Library/PrivateFrameworks
                        /Applications/Xcode_11_7.app/Contents/Developer/Headers
                        /Applications/Xcode_11_7.app/Contents/Developer/SDKs
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms
                        PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
                        PFE_FILE_C_DIALECTS = objective-c
                        PKGINFO_FILE_PATH =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
                        PKGINFO_PATH = Runner.app/PkgInfo
                        PLATFORM_DEVELOPER_APPLICATIONS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/App
                        lications
                        PLATFORM_DEVELOPER_BIN_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
                        /bin
                        PLATFORM_DEVELOPER_LIBRARY_DIR =
                        /Applications/Xcode_11_7.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Develo
                        per/Library
                        PLATFORM_DEVELOPER_SDK_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDK
                        s
                        PLATFORM_DEVELOPER_TOOLS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Too
                        ls
                        PLATFORM_DEVELOPER_USR_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
                        PLATFORM_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform
                        PLATFORM_DISPLAY_NAME = iOS Simulator
                        PLATFORM_NAME = iphonesimulator
                        PLATFORM_PREFERRED_ARCH = x86_64
                        PLATFORM_PRODUCT_BUILD_VERSION = 17H22
                        PLIST_FILE_OUTPUT_FORMAT = binary
                        PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                        PODS_BUILD_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios
                        PODS_CONFIGURATION_BUILD_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator
                        PODS_PODFILE_DIR_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/.
                        PODS_ROOT = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Pods
                        PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                        PRECOMP_DESTINATION_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
                        PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                        PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                        PRODUCT_BUNDLE_IDENTIFIER = io.flutter.videoPlayerExample
                        PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                        PRODUCT_MODULE_NAME = Runner
                        PRODUCT_NAME = Runner
                        PRODUCT_SETTINGS_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Runner/Info.plist
                        PRODUCT_TYPE = com.apple.product-type.application
                        PROFILING_CODE = NO
                        PROJECT = Runner
                        PROJECT_DERIVED_FILE_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/DerivedSources
                        PROJECT_DIR = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        PROJECT_FILE_PATH =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios/Runner.xcodeproj
                        PROJECT_NAME = Runner
                        PROJECT_TEMP_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build
                        PROJECT_TEMP_ROOT =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex
                        PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                        RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                        REMOVE_CVS_FROM_RESOURCES = YES
                        REMOVE_GIT_FROM_RESOURCES = YES
                        REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                        REMOVE_HG_FROM_RESOURCES = YES
                        REMOVE_SVN_FROM_RESOURCES = YES
                        REZ_COLLECTOR_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
                        REZ_OBJECTS_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objec
                        ts
                        SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                        SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                        SCRIPT_OUTPUT_STREAM_FILE =
                        /var/folders/8b/jd2fgk_51k3bv218hf4v5cd800l9tg/T/flutter_tools.ConfcY/flutter_build_log_pipe.Ff6
                        xkD/pipe_to_stdout
                        SDKROOT =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDK
                        s/iPhoneSimulator13.7.sdk
                        SDK_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDK
                        s/iPhoneSimulator13.7.sdk
                        SDK_DIR_iphonesimulator13_7 =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDK
                        s/iPhoneSimulator13.7.sdk
                        SDK_NAME = iphonesimulator13.7
                        SDK_NAMES = iphonesimulator13.7
                        SDK_PRODUCT_BUILD_VERSION = 17H22
                        SDK_VERSION = 13.7
                        SDK_VERSION_ACTUAL = 130700
                        SDK_VERSION_MAJOR = 130000
                        SDK_VERSION_MINOR = 700
                        SED = /usr/bin/sed
                        SEPARATE_STRIP = NO
                        SEPARATE_SYMBOL_EDIT = NO
                        SET_DIR_MODE_OWNER_GROUP = YES
                        SET_FILE_MODE_OWNER_GROUP = NO
                        SHALLOW_BUNDLE = YES
                        SHARED_DERIVED_FILE_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator/DerivedSources
                        SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                        SHARED_PRECOMPS_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/PrecompiledHeaders
                        SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                        SKIP_INSTALL = NO
                        SOURCE_ROOT = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        SRCROOT = /Users/ychris/flutter/plugins/packages/video_player/video_player/example/ios
                        STRINGS_FILE_OUTPUT_ENCODING = binary
                        STRIP_BITCODE_FROM_COPIED_FILES = NO
                        STRIP_INSTALLED_PRODUCT = YES
                        STRIP_STYLE = all
                        STRIP_SWIFT_SYMBOLS = YES
                        SUPPORTED_DEVICE_FAMILIES = 1,2
                        SUPPORTED_PLATFORMS = iphonesimulator iphoneos
                        SUPPORTS_TEXT_BASED_API = NO
                        SWIFT_PLATFORM_TARGET_PREFIX = ios
                        SYMROOT =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Prod
                        ucts
                        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_11_7.app/Contents/Developer/Applications
                        SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode_11_7.app/Contents/Developer/usr/bin
                        SYSTEM_DEVELOPER_DEMOS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Applications/Utilities/Built Examples
                        SYSTEM_DEVELOPER_DIR = /Applications/Xcode_11_7.app/Contents/Developer
                        SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode_11_7.app/Contents/Developer/ADC Reference Library
                        SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Applications/Graphics Tools
                        SYSTEM_DEVELOPER_JAVA_TOOLS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Applications/Java Tools
                        SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Applications/Performance Tools
                        SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode_11_7.app/Contents/Developer/ADC
                        Reference Library/releasenotes
                        SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode_11_7.app/Contents/Developer/Tools
                        SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode_11_7.app/Contents/Developer/ADC Reference
                        Library/documentation/DeveloperTools
                        SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode_11_7.app/Contents/Developer/ADC
                        Reference Library/releasenotes/DeveloperTools
                        SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode_11_7.app/Contents/Developer/usr
                        SYSTEM_DEVELOPER_UTILITIES_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Applications/Utilities
                        SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
                        SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
                        SYSTEM_LIBRARY_DIR = /System/Library
                        TAPI_VERIFY_MODE = ErrorsOnly
                        TARGETED_DEVICE_FAMILY = 1,2
                        TARGETNAME = Runner
                        TARGET_BUILD_DIR =
                        /Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/Debug-iphones
                        imulator
                        TARGET_NAME = Runner
                        TARGET_TEMP_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        TEMP_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        TEMP_FILES_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        TEMP_FILE_DIR =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                        TEMP_ROOT =
                        /Users/ychris/Library/Developer/Xcode/DerivedData/Runner-gpxxvnkoprkygvezhjcfesfyngid/Build/Inte
                        rmediates.noindex
                        TEST_FRAMEWORK_SEARCH_PATHS =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Lib
                        rary/Frameworks
                        TEST_LIBRARY_SEARCH_PATHS =
                        /Applications/Xcode_11_7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
                        /lib
                        TOOLCHAIN_DIR =
                        /Applications/Xcode_11_7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        TRACK_WIDGET_CREATION = true
                        TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                        TREE_SHAKE_ICONS = false
                        UID = 632655
                        UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                        UNSTRIPPED_PRODUCT = NO
                        USER = ychris
                        USER_APPS_DIR = /Users/ychris/Applications
                        USER_LIBRARY_DIR = /Users/ychris/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 = NO
                        VALIDATE_WORKSPACE = NO
                        VALID_ARCHS = i386 x86_64
                        VERBOSE_PBXCP = NO
                        VERBOSE_SCRIPT_LOGGING = YES
                        VERSIONPLIST_PATH = Runner.app/version.plist
                        VERSION_INFO_BUILDER = ychris
                        VERSION_INFO_FILE = Runner_vers.c
                        VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
                        WRAPPER_EXTENSION = app
                        WRAPPER_NAME = Runner.app
                        WRAPPER_SUFFIX = .app
                        WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                        XCODE_APP_SUPPORT_DIR = /Applications/Xcode_11_7.app/Contents/Developer/Library/Xcode
                        XCODE_PRODUCT_BUILD_VERSION = 11E801a
                        XCODE_VERSION_ACTUAL = 1170
                        XCODE_VERSION_MAJOR = 1100
                        XCODE_VERSION_MINOR = 1170
                        XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                        YACC = yacc
                        arch = x86_64
                        variant = normal
[ +237 ms] executing: xcrun simctl install 61D4D29E-FA5B-4442-BF6A-32A8EAD8BC63
/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/iphonesimulator/Runner.app
[+1617 ms] executing: /usr/bin/plutil -convert json -o -
/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/iphonesimulator/Runner.app/Info.plist
[   +7 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/Users/ychris/flutter/plugins/packages/video_player/video_player/example/build/ios/iphonesimulator/Runner.app/Info.plist
[        ]
{"UIRequiredDeviceCapabilities":["arm64"],"CFBundleInfoDictionaryVersion":"6.0","UISupportedInterfaceOrientations~ipad":
["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIIn
terfaceOrientationLandscapeRight"],"DTPlatformVersion":"13.7","CFBundleName":"video_player_example","DTSDKName":"iphones
imulator13.7","UIViewControllerBasedStatusBarAppearance":false,"CFBundleIcons":{"CFBundlePrimaryIcon":{"CFBundleIconFile
s":["AppIcon20x20","AppIcon29x29","AppIcon40x40","AppIcon60x60"],"CFBundleIconName":"AppIcon"}},"LSRequiresIPhoneOS":tru
e,"DTSDKBuild":"17H22","CFBundleShortVersionString":"1.0","CFBundleSupportedPlatforms":["iPhoneSimulator"],"UISupportedI
nterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLan
dscapeRight"],"BuildMachineOSBuild":"19H2","DTPlatformBuild":"17H22","CFBundlePackageType":"APPL","MinimumOSVersion":"8.
0","CFBundleDevelopmentRegion":"en","NSBonjourServices":["_dartobservatory._tcp"],"CFBundleVersion":"1","DTXcodeBuild":"
11E801a","UILaunchStoryboardName":"LaunchScreen","UIDeviceFamily":[1,2],"CFBundleIdentifier":"io.flutter.videoPlayerExam
ple","DTXcode":"1170","NSAppTransportSecurity":{"NSAllowsArbitraryLoads":true},"CFBundleExecutable":"Runner","CFBundleIc
ons~ipad":{"CFBundlePrimaryIcon":{"CFBundleIconFiles":["AppIcon20x20","AppIcon29x29","AppIcon40x40","AppIcon60x60","AppI
con76x76","AppIcon83.5x83.5"],"CFBundleIconName":"AppIcon"}},"UIMainStoryboardFile":"Main","CFBundleSignature":"????","D
TPlatformName":"iphonesimulator","NSLocalNetworkUsageDescription":"Allow Flutter tools on your computer to connect and
debug your application. This prompt will not appear on release
builds.","DTCompiler":"com.apple.compilers.llvm.clang.1_0"}
[   +8 ms] executing: xcrun simctl launch 61D4D29E-FA5B-4442-BF6A-32A8EAD8BC63 io.flutter.videoPlayerExample
--enable-dart-profiling --enable-checked-mode --verify-entry-points --start-paused --observatory-port=0
[   +3 ms] executing: xcrun simctl spawn 61D4D29E-FA5B-4442-BF6A-32A8EAD8BC63 log stream --style json --predicate
eventType = logEvent AND processImagePath ENDSWITH "Runner" AND (senderImagePath ENDSWITH "/Flutter" OR senderImagePath
ENDSWITH "/libswiftCore.dylib" OR processImageUUID == senderImageUUID) AND NOT(eventMessage CONTAINS ": could not find
icon for representation -> com.apple.") AND NOT(eventMessage BEGINSWITH "assertion failed: ") AND NOT(eventMessage
CONTAINS " libxpc.dylib ")
[ +424 ms] io.flutter.videoPlayerExample: 39769
[        ] Waiting for observatory port to be available...
[ +482 ms] Observatory URL on device: http://127.0.0.1:53385/njCCnbmEMIw=/
[  +12 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:53385/njCCnbmEMIw=/.
[ +287 ms] DDS is listening at http://127.0.0.1:53387/rON70uMt7ds=/.
[ +109 ms] executing: xcrun simctl spawn 61D4D29E-FA5B-4442-BF6A-32A8EAD8BC63 log stream --style json --predicate
eventType = logEvent AND processImagePath ENDSWITH "Runner" AND (senderImagePath ENDSWITH "/Flutter" OR senderImagePath
ENDSWITH "/libswiftCore.dylib" OR processImageUUID == senderImageUUID) AND NOT(eventMessage CONTAINS ": could not find
icon for representation -> com.apple.") AND NOT(eventMessage BEGINSWITH "assertion failed: ") AND NOT(eventMessage
CONTAINS " libxpc.dylib ")
[  +12 ms] executing: /Users/ychris/flutter/flutter/bin/cache/dart-sdk/bin/dart pub run test
test_driver/video_player_test.dart -rexpanded
[ +914 ms] The pubspec.yaml file has changed since the pubspec.lock file was generated, please run "pub get" again.
[  +43 ms] Failed to stop app
[   +1 ms] executing: xcrun simctl uninstall 61D4D29E-FA5B-4442-BF6A-32A8EAD8BC63 io.flutter.videoPlayerExample
[+1365 ms] "flutter drive" took 44,751ms.
[   +5 ms] ensureAnalyticsSent: 0ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[        ] Shutdown hooks complete
[   +1 ms] exiting with code 0

@amirh
Copy link
Contributor

amirh commented Oct 30, 2020

Dan is out, cc @jonahwilliams

@jonahwilliams
Copy link
Member

I looked at this a bit with @cyanglaz today and could not reproduce it locally. I suspect something similar to the last time the vm_service migration happened - there is some socket/something keeping the test script open.

@amirh
Copy link
Contributor

amirh commented Nov 3, 2020

We're only able to reproduce this on CI.
Following flutter/plugins#3239 the only test that hangs is the driver test for the integration_test packages.

We bisected on CI in flutter/plugins#3248 and the regression stated at an engine roll: #69353.

@amirh
Copy link
Contributor

amirh commented Nov 3, 2020

The hanging driver tests on CI started at this Dart->Engine roll flutter/engine#22153.
cc @mkustermann

This may or may not be related but when it hangs we get the following message:

[VERBOSE-2:profiler_metrics_ios.mm(186)] Error retrieving thread information: (ipc/send) invalid destination port

@amirh
Copy link
Contributor

amirh commented Nov 3, 2020

Something in #69709 fixed it

@cyanglaz
Copy link
Contributor Author

cyanglaz commented Nov 4, 2020

Closing as it was fixed with flutter/engine#22153

@cyanglaz cyanglaz closed this as completed Nov 4, 2020
@amirh
Copy link
Contributor

amirh commented Nov 4, 2020

The regression started at: flutter/engine#22153
And is fixed starting: flutter/engine#22265

We could not reproduce the regression locally, but it was 100% reproducible on CI (driver test for the integration_test package would hang)

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P0 Critical issues such as a build break or regression package flutter/packages repository. See also p: labels.
Projects
None yet
Development

No branches or pull requests

4 participants