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

[url_launcher] iOS: libc++abi.dylib error #45156

Closed
oligazar opened this issue Nov 19, 2019 · 7 comments
Closed

[url_launcher] iOS: libc++abi.dylib error #45156

oligazar opened this issue Nov 19, 2019 · 7 comments
Labels
c: crash Stack traces logged to the console customer: crowd Affects or could affect many people, though not necessarily a specific customer. p: url_launcher Plugin to launch external applications package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically

Comments

@oligazar
Copy link

oligazar commented Nov 19, 2019

#Steps to Reproduce

I'm using this snippet to open phone in dialer:

callPhoneNumber(String phoneNumber) async {
    final url = "tel:$phoneNumber";
    print("call $url");
    if (await canLaunch(url)) {
      await launch(url);
    } else {
      throw 'Could not launch $url';
    }
  }

I'm just calling it from onPressed:

FlatButton(
              child: Text("call +1 555 010 999"),
              onPressed: () {
                callPhoneNumber("+1 555 010 999");
              },
            ),

Here's dependency in pubspec.yaml:
url_launcher: ^5.2.5

Exception
2019-11-19 12:25:31.742834+0200 Runner[80344:9962191] flutter: call the: tel:+1 555 010 999
2019-11-19 12:25:31.760102+0200 Runner[80344:9961213] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSURLComponents initWithURL:resolvingAgainstBaseURL:]: nil URLString parameter'
*** First throw call stack:
(
	0   CoreFoundation                      0x000000010df3302e __exceptionPreprocess + 350
	1   libobjc.A.dylib                     0x000000010dda0b20 objc_exception_throw + 48
	2   Foundation                          0x000000010d88b55b -[__NSConcreteURLComponents initWithString:] + 0
	3   CoreServices                        0x00000001115be0bd -[_LSURLOverride initWithOriginalURL:checkingForAvailableApplications:newsOnly:] + 151
	4   CoreServices                        0x00000001115be992 -[_LSURLOverride initWithOriginalURL:newsOnly:] + 25
	5   CoreServices                        0x00000001115bf2ae _ZN14LaunchServices12URLOverridesL20getURLOverrideCommonEP5NSURLb + 399
	6   CoreServices                        0x00000001115bf10e -[LSApplicationWorkspace(LSURLOverride) URLOverrideForURL:] + 14
	7   UIKitCore                           0x0000000118caf5bf -[UIApplication _canOpenURL:publicURLsOnly:] + 90
	8   UIKitCore                           0x0000000118cb0177 -[UIApplication canOpenURL:] + 92
	9   url_launcher                        0x000000010d77ea5c -[FLTUrlLauncherPlugin canLaunchURL:] + 156
	10  url_launcher                        0x000000010d77e633 -[FLTUrlLauncherPlugin handleMethodCall:result:] + 307
	11  Flutter                             0x000000010b79b4fd __45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke + 104
	12  Flutter                             0x000000010b734ec0 _ZNK7flutter21PlatformMessageRouter21HandlePlatformMessageEN3fml6RefPtrINS_15PlatformMessageEEE + 166
	13  Flutter                             0x000000010b738780 _ZN7flutter15PlatformViewIOS21HandlePlatformMessageEN3fml6RefPtrINS_15PlatformMessageEEE + 38
	14  Flutter                             0x000000010b795db3 _ZNSt3__110__function6__funcIZN7flutter5Shell29OnEngineHandlePlatformMessageEN3fml6RefPtrINS2_15PlatformMessageEEEE4$_31NS_9allocatorIS8_EEFvvEEclEv + 57
	15  Flutter                             0x000000010b7473f1 _ZN3fml15MessageLoopImpl10FlushTasksENS_9FlushTypeE + 123
	16  Flutter                             0x000000010b74c742 _ZN3fml17MessageLoopDarwin11OnTimerFireEP16__CFRunLoopTimerPS0_ + 26
	17  CoreFoundation                      0x000000010de96944 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
	18  CoreFoundation                      0x000000010de96632 __CFRunLoopDoTimer + 1026
	19  CoreFoundation                      0x000000010de95c8a __CFRunLoopDoTimers + 266
	20  CoreFoundation                      0x000000010de909fe __CFRunLoopRun + 2238
	21  CoreFoundation                      0x000000010de8fe16 CFRunLoopRunSpecific + 438
	22  GraphicsServices                    0x0000000113c18bb0 GSEventRunModal + 65
	23  UIKitCore                           0x0000000118ca9b48 UIApplicationMain + 1621
	24  Runner                              0x000000010b3f40e8 main + 72
	25  libdyld.dylib                       0x0000000111a60c25 start + 1
	26  ???                                 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Logs
 export
                         REZ_COLLECTOR_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Int
                         ermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
                         export
                         REZ_OBJECTS_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Inter
                         mediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
                         export
                         REZ_SEARCH_PATHS="/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-ipho
                         nesimulator "
                         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/5y/jqpvvsv55f7328wxd291vpnm0000gp/T/flutter_build_log_pipe.sACk6H/pipe_to
                         _stdout
                         export
                         SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimul
                         ator13.2.sdk
                         export
                         SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimul
                         ator13.2.sdk
                         export
                         SDK_DIR_iphonesimulator13_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Develo
                         per/SDKs/iPhoneSimulator13.2.sdk
                         export SDK_NAME=iphonesimulator13.2
                         export SDK_NAMES=iphonesimulator13.2
                         export SDK_PRODUCT_BUILD_VERSION=17B102
                         export SDK_VERSION=13.2
                         export SDK_VERSION_ACTUAL=130200
                         export SDK_VERSION_MAJOR=130000
                         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/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debu
                         g-iphonesimulator/DerivedSources
                         export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
                         export
                         SHARED_PRECOMPS_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/I
                         ntermediates.noindex/PrecompiledHeaders
                         export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
                         export SKIP_INSTALL=NO
                         export SOURCE_ROOT=/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
                         export SRCROOT=/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/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_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
                         export SWIFT_OPTIMIZATION_LEVEL=-Onone
                         export SWIFT_PLATFORM_TARGET_PREFIX=ios
                         export
                         SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhis
                         pveizsutdnb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Ru
                         nner.SwiftFileList
                         export SWIFT_VERSION=4.0
                         export
                         SYMROOT=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Products
                         export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
                         export SYSTEM_APPS_DIR=/Applications
                         export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
                         export SYSTEM_DEMOS_DIR=/Applications/Extras
                         export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
                         export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
                         export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built
                         Examples"
                         export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
                         export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
                         export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics
                         Tools"
                         export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
                         export
                         SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance
                         Tools"
                         export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference
                         Library/releasenotes"
                         export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
                         export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference
                         Library/documentation/DeveloperTools"
                         export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference
                         Library/releasenotes/DeveloperTools"
                         export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
                         export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
                         export SYSTEM_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/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphon
                         esimulator
                         export TARGET_DEVICE_IDENTIFIER=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder
                         export TARGET_NAME=Runner
                         export
                         TARGET_TEMP_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Inter
                         mediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                         export
                         TEMP_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediate
                         s.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                         export
                         TEMP_FILES_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Interm
                         ediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                         export
                         TEMP_FILE_DIR=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Interme
                         diates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
                         export
                         TEMP_ROOT=/Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediat
                         es.noindex
                         export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
                         export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                         export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
                         export TeamIdentifierPrefix="Apple Software."
                         export UID=502
                         export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
                         export UNSTRIPPED_PRODUCT=NO
                         export USER=Admin
                         export USER_APPS_DIR=/Users/Admin/Applications
                         export USER_LIBRARY_DIR=/Users/Admin/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=NO
                         export VALID_ARCHS="i386 x86_64"
                         export VERBOSE_PBXCP=NO
                         export VERBOSE_SCRIPT_LOGGING=YES
                         export VERSIONING_SYSTEM=apple-generic
                         export VERSIONPLIST_PATH=Runner.app/version.plist
                         export VERSION_INFO_BUILDER=Admin
                         export VERSION_INFO_FILE=Runner_vers.c
                         export VERSION_INFO_STRING=""@(#)PROGRAM:Runner  PROJECT:Runner-1""
                         export WRAPPER_EXTENSION=app
                         export WRAPPER_NAME=Runner.app
                         export WRAPPER_SUFFIX=.app
                         export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
                         export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
                         export XCODE_PRODUCT_BUILD_VERSION=11B500
                         export XCODE_VERSION_ACTUAL=1120
                         export XCODE_VERSION_MAJOR=1100
                         export XCODE_VERSION_MINOR=1120
                         export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
                         export YACC=yacc
                         export arch=undefined_arch
                         export variant=normal
                         /bin/sh -c
                         /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
                         /Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh

                     PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks
                     /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Run
                     ner.build/Debug-iphonesimulator/Runner.build/Script-31962254446B77F0E1AD3BE8.sh (in target 'Runner' from project
                     'Runner')
                         cd /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
                         /bin/sh -c
                         /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
                         /Runner.build/Debug-iphonesimulator/Runner.build/Script-31962254446B77F0E1AD3BE8.sh
                     mkdir -p
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks
                     rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/"
                     --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
                     "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Pods/../.symlinks/flutter/ios/Flutter
                     .framework"
                     "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.ap
                     p/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 94440058 bytes  received 120 bytes  62960118.67 bytes/sec
                     total size is 94428117  speedup is 1.00
                     Stripped
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/Flutter.framework/Flutter of architectures: armv7 arm64
                     Code Signing
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/Flutter.framework with Identity -
                     /usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements
                     '/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.ap
                     p/Frameworks/Flutter.framework'
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/Flutter.framework: replacing existing signature
                     rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/"
                     --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules"
                     "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/url_launc
                     her/url_launcher.framework"
                     "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.ap
                     p/Frameworks"
                     building file list ... done
                     url_launcher.framework/
                     url_launcher.framework/Info.plist
                     url_launcher.framework/url_launcher
                     url_launcher.framework/_CodeSignature/CodeResources

                     sent 87367 bytes  received 92 bytes  174918.00 bytes/sec
                     total size is 87005  speedup is 0.99
                     Code Signing
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/url_launcher.framework with Identity -
                     /usr/bin/codesign --force --sign -  --preserve-metadata=identifier,entitlements
                     '/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.ap
                     p/Frameworks/url_launcher.framework'
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/url_launcher.framework: replacing existing signature

                     CopySwiftLibs
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     (in target 'Runner' from project 'Runner')
                         cd /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
                         export
                         CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesig
                         n_allocate
                         export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
                         export
                         SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimul
                         ator13.2.sdk
                         builtin-swiftStdLibTool --copy --verbose --sign - --scan-executable
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner
                         .app/Runner --scan-folder
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner
                         .app/Frameworks --scan-folder
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner
                         .app/PlugIns --scan-folder
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Flutter/Flutter.framework
                         --scan-folder
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Flutter/App.framework
                         --scan-folder
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Pods_R
                         unner.framework --platform iphonesimulator --toolchain
                         /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner
                         .app/Frameworks --strip-bitcode --strip-bitcode-tool
                         /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip
                         --emit-dependency-info
                         /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
                         /Runner.build/Debug-iphonesimulator/Runner.build/SwiftStdLibToolInputDependencies.dep
                     libswiftCore.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     libswiftCoreGraphics.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     libswiftDispatch.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     libswiftCoreFoundation.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     libswiftDarwin.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     libswiftObjectiveC.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     libswiftFoundation.dylib is up to date at
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCore.dylib is unchanged; keeping original
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     Codesigning
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     /usr/bin/codesign --force --sign - --verbose
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreGraphics.dylib is unchanged; keeping original
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDispatch.dylib is unchanged; keeping original
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftObjectiveC.dylib is unchanged; keeping original
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftDarwin.dylib is unchanged; keeping original
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftCoreFoundation.dylib is unchanged; keeping original
                     Probing signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     /usr/bin/codesign -r- --display
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib
                     Code signature of
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     /Frameworks/libswiftFoundation.dylib is unchanged; keeping original

                     CodeSign
                     /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
                     (in target 'Runner' from project 'Runner')
                         cd /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
                         export
                         CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesig
                         n_allocate

                     Signing Identity:     "-"

                         /usr/bin/codesign --force --sign - --entitlements
                         /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
                         /Runner.build/Debug-iphonesimulator/Runner.build/Runner.app.xcent --timestamp=none
                         /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner
                         .app

                     ** BUILD SUCCEEDED **


                     2019-11-19 12:37:26.601 xcodebuild[84897:10028538] [MT] PluginLoading: Required plug-in compatibility UUID
                     A74FBA51-FFEA-4409-B976-6FC3225A6F64 for plug-in at path '~/Library/Application
                     Support/Developer/Shared/Xcode/Plug-ins/XNatalie.xcplugin' not present in DVTPlugInCompatibilityUUIDs
                     2019-11-19 12:37:26.601 xcodebuild[84897:10028538] [MT] PluginLoading: Required plug-in compatibility UUID
                     A74FBA51-FFEA-4409-B976-6FC3225A6F64 for plug-in at path '~/Library/Application
                     Support/Developer/Shared/Xcode/Plug-ins/XCSnippetr.xcplugin' not present in DVTPlugInCompatibilityUUIDs
                     2019-11-19 12:37:26.602 xcodebuild[84897:10028538] [MT] PluginLoading: Required plug-in compatibility UUID
                     A74FBA51-FFEA-4409-B976-6FC3225A6F64 for plug-in at path '~/Library/Application
                     Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
[ +264 ms]  └─Compiling, linking and signing... (completed in 10.8s)
[        ] Xcode build done.                                           24.1s
[   +2 ms] executing: [/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/] /usr/bin/env xcrun xcodebuild
-configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios -sdk iphonesimulator -arch x86_64
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/T/flutter_build_log_pipe.sACk6H/pipe_to_stdout
FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[+1835 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace
-scheme Runner BUILD_DIR=/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios -sdk iphonesimulator -arch
x86_64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/T/flutter_build_log_pipe.sACk6H/pipe_to_stdout
FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[        ] Build settings from command line:
               ARCHS = x86_64
               BUILD_DIR = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios
               COMPILER_INDEX_STORE_ENABLE = NO
               FLUTTER_SUPPRESS_ANALYTICS = true
               SCRIPT_OUTPUT_STREAM_FILE = /var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/T/flutter_build_log_pipe.sACk6H/pipe_to_stdout
               SDKROOT = iphonesimulator13.2
               VERBOSE_SCRIPT_LOGGING = YES

           Build settings for action build and target Runner:
               ACTION = build
               AD_HOC_CODE_SIGNING_ALLOWED = YES
               ALTERNATE_GROUP = staff
               ALTERNATE_MODE = u+w,go-w,a+rX
               ALTERNATE_OWNER = Admin
               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/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios
               BUILD_LIBRARY_FOR_DISTRIBUTION = NO
               BUILD_ROOT = /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Products
               BUILD_STYLE = 
               BUILD_VARIANTS = normal
               BUILT_PRODUCTS_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator
               CACHE_ROOT = /var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/C/com.apple.DeveloperTools/11.2.1-11B500/Xcode
               CCHROOT = /var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/C/com.apple.DeveloperTools/11.2.1-11B500/Xcode
               CHMOD = /bin/chmod
               CHOWN = /usr/sbin/chown
               CLANG_ANALYZER_NONNULL = YES
               CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
               CLANG_CXX_LIBRARY = libc++
               CLANG_ENABLE_MODULES = YES
               CLANG_ENABLE_OBJC_ARC = YES
               CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
               CLANG_WARN_BOOL_CONVERSION = YES
               CLANG_WARN_COMMA = YES
               CLANG_WARN_CONSTANT_CONVERSION = YES
               CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
               CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
               CLANG_WARN_EMPTY_BODY = YES
               CLANG_WARN_ENUM_CONVERSION = YES
               CLANG_WARN_INFINITE_RECURSION = YES
               CLANG_WARN_INT_CONVERSION = YES
               CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
               CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
               CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
               CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
               CLANG_WARN_STRICT_PROTOTYPES = YES
               CLANG_WARN_SUSPICIOUS_MOVE = YES
               CLANG_WARN_UNREACHABLE_CODE = YES
               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
               CLASS_FILE_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/JavaClasses
               CLEAN_PRECOMPS = YES
               CLONE_HEADERS = NO
               CODESIGNING_FOLDER_PATH =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
               CODE_SIGNING_ALLOWED = YES
               CODE_SIGNING_REQUIRED = YES
               CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
               CODE_SIGN_IDENTITY = -
               CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
               COLOR_DIAGNOSTICS = NO
               COMBINE_HIDPI_IMAGES = NO
               COMPILER_INDEX_STORE_ENABLE = NO
               COMPOSITE_SDK_DIRS =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Composite
               SDKs
               COMPRESS_PNG_FILES = YES
               CONFIGURATION = Debug
               CONFIGURATION_BUILD_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator
               CONFIGURATION_TEMP_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/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.app/Contents/Developer/Platforms/iPhoneOS.platform
               CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
               CORRESPONDING_DEVICE_SDK_DIR =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk
               CORRESPONDING_DEVICE_SDK_NAME = iphoneos13.2
               CP = /bin/cp
               CREATE_INFOPLIST_SECTION_IN_BINARY = NO
               CURRENT_ARCH = x86_64
               CURRENT_PROJECT_VERSION = 1
               CURRENT_VARIANT = normal
               DEAD_CODE_STRIPPING = YES
               DEBUGGING_SYMBOLS = YES
               DEBUG_INFORMATION_FORMAT = dwarf
               DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
               DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
               DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
               DEFINES_MODULE = NO
               DEPLOYMENT_LOCATION = NO
               DEPLOYMENT_POSTPROCESSING = NO
               DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min
               DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -mios-simulator-version-min=
               DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_simulator_version_min
               DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0
               12.1 12.2 12.3 12.4 13.0 13.1 13.2
               DERIVED_FILES_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/DerivedSources
               DERIVED_FILE_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/DerivedSources
               DERIVED_SOURCES_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/DerivedSources
               DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
               DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
               DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               DEVELOPMENT_LANGUAGE = en
               DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
               DONT_GENERATE_INFOPLIST_FILE = NO
               DO_HEADER_SCANNING_IN_JAM = NO
               DSTROOT = /tmp/Runner.dst
               DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               DWARF_DSYM_FILE_NAME = Runner.app.dSYM
               DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
               DWARF_DSYM_FOLDER_PATH =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator
               EFFECTIVE_PLATFORM_NAME = -iphonesimulator
               EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
               EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
               ENABLE_BITCODE = NO
               ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
               ENABLE_HARDENED_RUNTIME = NO
               ENABLE_HEADER_DEPENDENCIES = YES
               ENABLE_ON_DEMAND_RESOURCES = YES
               ENABLE_STRICT_OBJC_MSGSEND = YES
               ENABLE_TESTABILITY = YES
               ENTITLEMENTS_DESTINATION = __entitlements
               ENTITLEMENTS_REQUIRED = YES
               EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
               EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn
               .git .hg *.pbproj *.pbxproj
               EXECUTABLES_FOLDER_PATH = Runner.app/Executables
               EXECUTABLE_FOLDER_PATH = Runner.app
               EXECUTABLE_NAME = Runner
               EXECUTABLE_PATH = Runner.app/Runner
               EXPANDED_CODE_SIGN_IDENTITY = 
               EXPANDED_CODE_SIGN_IDENTITY_NAME = 
               EXPANDED_PROVISIONING_PROFILE = 
               FILE_LIST =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
               FIXED_FILES_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/FixedFiles
               FLUTTER_APPLICATION_PATH = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test
               FLUTTER_BUILD_DIR = build
               FLUTTER_BUILD_NAME = 1.0.0
               FLUTTER_BUILD_NUMBER = 1
               FLUTTER_FRAMEWORK_DIR = /Users/Admin/flutter/bin/cache/artifacts/engine/ios
               FLUTTER_ROOT = /Users/Admin/flutter
               FLUTTER_SUPPRESS_ANALYTICS = true
               FLUTTER_TARGET = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/lib/main.dart
               FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
               FRAMEWORK_FLAG_PREFIX = -framework
               FRAMEWORK_SEARCH_PATHS =
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/url_launcher"
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Pods/../.symlinks/flutter/ios"
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/url_launcher"
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Pods/../.symlinks/flutter/ios"
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/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 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 = 20
               GROUP = staff
               HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
               HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
               HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
               HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
               HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
               HEADERMAP_USES_VFS = NO
               HEADER_SEARCH_PATHS =
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/url_launcher/ur
               l_launcher.framework/Headers"
               "/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/url_launcher/ur
               l_launcher.framework/Headers"
               HIDE_BITCODE_SYMBOLS = YES
               HOME = /Users/Admin
               ICONV = /usr/bin/iconv
               INFOPLIST_EXPAND_BUILD_SETTINGS = YES
               INFOPLIST_FILE = Runner/Info.plist
               INFOPLIST_OUTPUT_FORMAT = binary
               INFOPLIST_PATH = Runner.app/Info.plist
               INFOPLIST_PREPROCESS = NO
               INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
               INLINE_PRIVATE_FRAMEWORKS = NO
               INSTALLHDRS_COPY_PHASE = NO
               INSTALLHDRS_SCRIPT_PHASE = NO
               INSTALL_DIR = /tmp/Runner.dst/Applications
               INSTALL_GROUP = staff
               INSTALL_MODE_FLAG = u+w,go-w,a+rX
               INSTALL_OWNER = Admin
               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/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
               LD_GENERATE_MAP_FILE = NO
               LD_MAP_FILE_PATH =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-x86_64.txt
               LD_NO_PIE = NO
               LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
               LD_RUNPATH_SEARCH_PATHS =  '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks'
               '@loader_path/Frameworks' @executable_path/Frameworks
               LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               LEX = lex
               LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
               LIBRARY_FLAG_NOSPACE = YES
               LIBRARY_FLAG_PREFIX = -l
               LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
               LIBRARY_SEARCH_PATHS =  /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/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 = 19B88
               MAC_OS_X_VERSION_ACTUAL = 101501
               MAC_OS_X_VERSION_MAJOR = 101500
               MAC_OS_X_VERSION_MINOR = 1501
               METAL_LIBRARY_FILE_BASE = default
               METAL_LIBRARY_OUTPUT_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/Runner.app
               MODULES_FOLDER_PATH = Runner.app/Modules
               MODULE_CACHE_DIR = /Users/Admin/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               MTL_ENABLE_DEBUG_INFO = YES
               NATIVE_ARCH = i386
               NATIVE_ARCH_32_BIT = i386
               NATIVE_ARCH_64_BIT = x86_64
               NATIVE_ARCH_ACTUAL = x86_64
               NO_COMMON = YES
               OBJC_ABI_VERSION = 2
               OBJECT_FILE_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/Objects
               OBJECT_FILE_DIR_normal =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/Objects-normal
               OBJROOT = /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
               ONLY_ACTIVE_ARCH = YES
               OS = MACOS
               OSAC = /usr/bin/osacompile
               OTHER_LDFLAGS =  -framework "Flutter" -framework "url_launcher" -framework "Flutter" -framework "url_launcher"
               PACKAGE_TYPE = com.apple.package-type.wrapper.application
               PASCAL_STRINGS = YES
               PATH =
               /Applications/Xcode.app/Contents/Developer/usr/bin:~/.npm-global/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin
               :/Users/Admin/flutter/bin:/Users/Admin/Library/Android/sdk/ndk-bundle:/Users/Admin/Library/Android/sdk/platform-tools:/usr
               /local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin
               PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks
               /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers
               /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
               PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
               PFE_FILE_C_DIALECTS = objective-c
               PKGINFO_FILE_PATH =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/PkgInfo
               PKGINFO_PATH = Runner.app/PkgInfo
               PLATFORM_DEVELOPER_APPLICATIONS_DIR =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
               PLATFORM_DEVELOPER_BIN_DIR =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
               PLATFORM_DEVELOPER_LIBRARY_DIR =
               /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
               PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
               PLATFORM_DEVELOPER_TOOLS_DIR =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
               PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
               PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               PLATFORM_DISPLAY_NAME = iOS Simulator
               PLATFORM_NAME = iphonesimulator
               PLATFORM_PREFERRED_ARCH = x86_64
               PLATFORM_PRODUCT_BUILD_VERSION = 17B102
               PLIST_FILE_OUTPUT_FORMAT = binary
               PLUGINS_FOLDER_PATH = Runner.app/PlugIns
               PODS_BUILD_DIR = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios
               PODS_CONFIGURATION_BUILD_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator
               PODS_PODFILE_DIR_PATH = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/.
               PODS_ROOT = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Pods
               PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
               PRECOMP_DESTINATION_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/PrefixHeaders
               PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
               PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
               PRODUCT_BUNDLE_IDENTIFIER = us.kostenko.urlLauncherTest
               PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
               PRODUCT_MODULE_NAME = Runner
               PRODUCT_NAME = Runner
               PRODUCT_SETTINGS_PATH = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Runner/Info.plist
               PRODUCT_TYPE = com.apple.product-type.application
               PROFILING_CODE = NO
               PROJECT = Runner
               PROJECT_DERIVED_FILE_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/DerivedSources
               PROJECT_DIR = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
               PROJECT_FILE_PATH = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios/Runner.xcodeproj
               PROJECT_NAME = Runner
               PROJECT_TEMP_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild
               PROJECT_TEMP_ROOT =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
               PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
               RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
               REMOVE_CVS_FROM_RESOURCES = YES
               REMOVE_GIT_FROM_RESOURCES = YES
               REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
               REMOVE_HG_FROM_RESOURCES = YES
               REMOVE_SVN_FROM_RESOURCES = YES
               REZ_COLLECTOR_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/ResourceManagerResources
               REZ_OBJECTS_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
               SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
               SCRIPTS_FOLDER_PATH = Runner.app/Scripts
               SCRIPT_OUTPUT_STREAM_FILE = /var/folders/5y/jqpvvsv55f7328wxd291vpnm0000gp/T/flutter_build_log_pipe.sACk6H/pipe_to_stdout
               SDKROOT =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
               SDK_DIR =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
               SDK_DIR_iphonesimulator13_2 =
               /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
               SDK_NAME = iphonesimulator13.2
               SDK_NAMES = iphonesimulator13.2
               SDK_PRODUCT_BUILD_VERSION = 17B102
               SDK_VERSION = 13.2
               SDK_VERSION_ACTUAL = 130200
               SDK_VERSION_MAJOR = 130000
               SDK_VERSION_MINOR = 200
               SED = /usr/bin/sed
               SEPARATE_STRIP = NO
               SEPARATE_SYMBOL_EDIT = NO
               SET_DIR_MODE_OWNER_GROUP = YES
               SET_FILE_MODE_OWNER_GROUP = NO
               SHALLOW_BUNDLE = YES
               SHARED_DERIVED_FILE_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator/DerivedSources
               SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
               SHARED_PRECOMPS_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Precompil
               edHeaders
               SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
               SKIP_INSTALL = NO
               SOURCE_ROOT = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
               SRCROOT = /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/ios
               STRINGS_FILE_OUTPUT_ENCODING = binary
               STRIP_BITCODE_FROM_COPIED_FILES = NO
               STRIP_INSTALLED_PRODUCT = YES
               STRIP_STYLE = all
               STRIP_SWIFT_SYMBOLS = YES
               SUPPORTED_DEVICE_FAMILIES = 1,2
               SUPPORTED_PLATFORMS = iphonesimulator iphoneos
               SUPPORTS_TEXT_BASED_API = NO
               SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
               SWIFT_OPTIMIZATION_LEVEL = -Onone
               SWIFT_PLATFORM_TARGET_PREFIX = ios
               SWIFT_VERSION = 4.0
               SYMROOT = /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Products
               SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
               SYSTEM_APPS_DIR = /Applications
               SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
               SYSTEM_DEMOS_DIR = /Applications/Extras
               SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
               SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
               SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
               SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
               SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
               SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
               SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
               SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
               Library/documentation/DeveloperTools
               SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
               Library/releasenotes/DeveloperTools
               SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
               SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
               SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
               SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
               SYSTEM_LIBRARY_DIR = /System/Library
               TAPI_VERIFY_MODE = ErrorsOnly
               TARGETED_DEVICE_FAMILY = 1,2
               TARGETNAME = Runner
               TARGET_BUILD_DIR =
               /Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/Debug-iphonesimulator
               TARGET_NAME = Runner
               TARGET_TEMP_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build
               TEMP_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build
               TEMP_FILES_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build
               TEMP_FILE_DIR =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex/Runner.bu
               ild/Debug-iphonesimulator/Runner.build
               TEMP_ROOT =
               /Users/Admin/Library/Developer/Xcode/DerivedData/Runner-btuazdejjzdrvfhispveizsutdnb/Build/Intermediates.noindex
               TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
               UID = 502
               UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
               UNSTRIPPED_PRODUCT = NO
               USER = Admin
               USER_APPS_DIR = /Users/Admin/Applications
               USER_LIBRARY_DIR = /Users/Admin/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
               VERSIONING_SYSTEM = apple-generic
               VERSIONPLIST_PATH = Runner.app/version.plist
               VERSION_INFO_BUILDER = Admin
               VERSION_INFO_FILE = Runner_vers.c
               VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-1"
               WRAPPER_EXTENSION = app
               WRAPPER_NAME = Runner.app
               WRAPPER_SUFFIX = .app
               WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
               XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
               XCODE_PRODUCT_BUILD_VERSION = 11B500
               XCODE_VERSION_ACTUAL = 1121
               XCODE_VERSION_MAJOR = 1100
               XCODE_VERSION_MINOR = 1120
               XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
               YACC = yacc
               arch = x86_64
               variant = normal
[ +329 ms] executing: /usr/bin/xcrun simctl install 027BF805-7A50-4C2E-9AAF-F1226362541F
/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/iphonesimulator/Runner.app
[ +838 ms] executing: /usr/bin/plutil -convert json -o -
/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/iphonesimulator/Runner.app/Info.plist
[  +14 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/Users/Admin/Development/flutter/AgForce/treckerflutter/url_launcher_test/build/ios/iphonesimulator/Runner.app/Info.plist
[        ]
{"CFBundleName":"url_launcher_test","DTSDKName":"iphonesimulator13.2","DTXcode":"1120","CFBundleIcons~ipad":{"CFBundlePrimaryIcon":{"CFBu
ndleIconFiles":["AppIcon20x20","AppIcon29x29","AppIcon40x40","AppIcon60x60","AppIcon76x76","AppIcon83.5x83.5"],"CFBundleIconName":"AppIco
n"}},"UILaunchStoryboardName":"LaunchScreen","DTSDKBuild":"17B102","CFBundleDevelopmentRegion":"en","CFBundleVersion":"1","BuildMachineOS
Build":"19B88","DTPlatformName":"iphonesimulator","CFBundlePackageType":"APPL","CFBundleShortVersionString":"1.0.0","CFBundleSupportedPla
tforms":["iPhoneSimulator"],"UIMainStoryboardFile":"Main","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"Runner","DTCompiler
":"com.apple.compilers.llvm.clang.1_0","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationP
ortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"MinimumOSVersion":"8.0","CFBundleIdenti
fier":"us.kostenko.urlLauncherTest","UIDeviceFamily":[1,2],"CFBundleSignature":"????","DTPlatformVersion":"13.2","CFBundleIcons":{"CFBund
lePrimaryIcon":{"CFBundleIconFiles":["AppIcon20x20","AppIcon29x29","AppIcon40x40","AppIcon60x60"],"CFBundleIconName":"AppIcon"}},"DTXcode
Build":"11B500","LSRequiresIPhoneOS":true,"UISupportedInterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLan
dscapeLeft","UIInterfaceOrientationLandscapeRight"],"UIViewControllerBasedStatusBarAppearance":false,"DTPlatformBuild":"17B102"}
[   +5 ms] executing: /usr/bin/xcrun simctl launch 027BF805-7A50-4C2E-9AAF-F1226362541F us.kostenko.urlLauncherTest
--enable-dart-profiling --enable-checked-mode --verify-entry-points --observatory-port=0

Analyzing url_launcher_test...                                          
No issues found! (ran in 7.6s)

[✓] Flutter (Channel stable, v1.9.1+hotfix.5, on Mac OS X 10.15.1 19B88, locale en-TH)
    • Flutter version 1.9.1+hotfix.5 at /Users/Admin/flutter
    • Framework revision 1aedbb1835 (5 weeks ago), 2019-10-17 08:37:27 -0700
    • Engine revision b863200c37
    • Dart version 2.5.0

 
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/Admin/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio 3.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    ! Some Android licenses not accepted.  To resolve this, run: flutter doctor --android-licenses

[✓] Xcode - develop for iOS and macOS (Xcode 11.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.2.1, Build version 11B500
    • CocoaPods version 1.8.4

[✓] Android Studio (version 2.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 31.3.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)

[✓] Android Studio (version 3.5)
    • Android Studio at /Applications/Android Studio 3.app/Contents
    • Flutter plugin version 41.1.2
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[!] IntelliJ IDEA Community Edition (version 2018.2.8)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
    • For information about installing plugins, see
      https://flutter.dev/intellij-setup/#installing-the-plugins

[✓] VS Code (version 1.40.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.6.0

[✓] Connected device (2 available)
    • Android SDK built for x86 • emulator-5554                        • android-x86 • Android 8.1.0 (API 27) (emulator)
    • iPhone 11 Pro Max         • 027BF805-7A50-4C2E-9AAF-F1226362541F • ios         • com.apple.CoreSimulator.SimRuntime.iOS-13-2
      (simulator)

! Doctor found issues in 2 categories.
@iapicca iapicca changed the title url_launcher crashes when launching 'tel:' on iOS [url_launcher] iOS: libc++abi.dylib error Nov 19, 2019
@iapicca iapicca added p: first party p: url_launcher Plugin to launch external applications labels Nov 19, 2019
@speedlightwp
Copy link

I also encountered the same issue when calling "mailto". It is due to the spaces in the subject and body. Use url encode or remove the spacing solve my issue for IOS. Is this a bug. I am not sure but I do not have such issue with Android.

@oligazar
Copy link
Author

Unfortunately neither of your suggestions worked for me. By the way, opening maps didn't work as well

_openMaps(BuildContext context, String address) async {
   print("open maps, address: $address");
   // https://stackoverflow.com/questions/47046637/open-google-maps-app-if-available-with-flutter
   String googleUrl = 'http://maps.google.com/maps?daddr=$address&dirflg=w,';
   String googleMapsUrl = 'comgooglemaps://?daddr=$address&dirflg=w,';
   String appleUrl = 'https://maps.apple.com/?daddr=$address&dirflg=w';
   if (await canLaunch(googleUrl)) {
     print('launching com googleUrl: $googleUrl');
     await launch(googleUrl);
   } else if (await canLaunch("comgooglemaps://")) {
     print('launching comgooglemaps: $googleMapsUrl');
     await launch(googleMapsUrl);
   } else if (await canLaunch(appleUrl)) {
     print('launching apple url: $appleUrl');
     await launch(appleUrl);
   } else {
     Scaffold.of(context).showSnackBar(SnackBar(
       content: Text("No Maps app available"),
     ));
   }
 }

After calling _openMaps following error appears: Runner[79914:14969746] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSURLComponents initWithURL:resolvingAgainstBaseURL:]: nil URLString parameter'

@MiguelAlcaino
Copy link

I'm having the same issue. I have to say that I only have an emulator to try this so, not able to execute a real call. BUT, I was getting the same exception, and it's because in ios launch function returns null when invoking the dialler with tel schema, as mentioned here #45900 . What I did at the end was to check what Platform is used with Platform.isIos and then execute launch directly. In your case @oligazar the code should go more or less like this:

import 'dart:io' show Platform;
....

FlatButton(
              child: Text("call +1 555 010 999"),
              onPressed: () {
                if(Platform.isIos){
                    launch('tel:+1555010999')
                }else{
                    callPhoneNumber("+1555010999");
                }
              },
            ),

I also removed the spaces in the phone number just in case

@cbracken
Copy link
Member

@amirh IIRC there was a recent fix in this plugin relating to spaces in URLs. IIRC customer: fun ran into this? Is this still an issue?

@enricobenedos
Copy link

I hope to don't annoy any one specifying that a similar exception on iOS is generated using simulator. As I understood iOS simulator does not support mailto due to the fact that Mail app doesn't exist.

+98807 ms] [DEVICE LOG] 2020-02-06 20:36:41.888097+0100  localhost Runner[47151]: (CoreFoundation) *** Terminating app due to uncaught
exception 'NSInvalidArgumentException', reason: '*** +[NSURLComponents initWithURL:resolvingAgainstBaseURL:]: nil URLString parameter'
[        ] [DEVICE LOG] *** First throw call stack:
[   +2 ms] [DEVICE LOG] (
[        ] [DEVICE LOG]         0   CoreFoundation                      0x000000010e06327e __exceptionPreprocess + 350
[        ] [DEVICE LOG]         1   libobjc.A.dylib                     0x000000010ded0b20 objc_exception_throw + 48
[        ] [DEVICE LOG]         2   Foundation                          0x000000010d9bb54b -[__NSConcreteURLComponents initWithString:] + 0
[        ] [DEVICE LOG]         3   CoreServices                        0x0000000110e2016b -[_LSURLOverride
initWithOriginalURL:checkingForAvailableApplications:newsOnly:] + 151
[        ] [DEVICE LOG]         4   CoreServices                        0x0000000110e20a40 -[_LSURLOverride initWithOriginalURL:newsOnly:] + 25
[        ] [DEVICE LOG]         5   CoreServices                        0x0000000110e2135c
_ZN14LaunchServices12URLOverridesL20getURLOverrideCommonEP5NSURLb + 399
[        ] [DEVICE LOG]         6   CoreServices                        0x0000000110e211bc -[LSApplicationWorkspace(LSURLOverride)
URLOverrideForURL:] + 14
[        ] [DEVICE LOG]         7   UIKitCore<…>
[  +12 ms] *** First throw call stack:
[        ] (
[        ]      0   CoreFoundation                      0x000000010e06327e __exceptionPreprocess + 350
[        ]      1   libobjc.A.dylib                     0x000000010ded0b20 objc_exception_throw + 48
[        ]      2   Foundation                          0x000000010d9bb54b -[__NSConcreteURLComponents initWithString:] + 0
[        ]      3   CoreServices                        0x0000000110e2016b -[_LSURLOverride
initWithOriginalURL:checkingForAvailableApplications:newsOnly:] + 151
[        ]      4   CoreServices                        0x0000000110e20a40 -[_LSURLOverride initWithOriginalURL:newsOnly:] + 25
[        ]      5   CoreServices                        0x0000000110e2135c _ZN14LaunchServices12URLOverridesL20getURLOverrideCommonEP5NSURLb
+ 399
[        ]      6   CoreServices                        0x0000000110e211bc -[LSApplicationWorkspace(LSURLOverride) URLOverrideForURL:] + 14
[        ]      7   UIKitCore<…>
[   +2 ms] Service protocol connection closed.
[        ] Lost connection to device.
[   +3 ms] DevFS: Deleting filesystem on the device

@TahaTesser TahaTesser added platform-ios iOS applications specifically c: crash Stack traces logged to the console customer: crowd Affects or could affect many people, though not necessarily a specific customer. labels Mar 20, 2020
@stuartmorgan
Copy link
Contributor

url_launcher takes a URL; tel:+1 555 010 999 is not a valid URL, so iOS will not parse it as one.

(The need to properly encode URLs in now covered in the README.)

iOS Platform - first party plugin and package review automation moved this from Awaiting triage to Engineer reviewed Jul 20, 2021
@github-actions
Copy link

github-actions bot commented Aug 3, 2021

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 3, 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
c: crash Stack traces logged to the console customer: crowd Affects or could affect many people, though not necessarily a specific customer. p: url_launcher Plugin to launch external applications package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically
Projects
Development

No branches or pull requests

8 participants