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 macos not found. Please update settings.gradle #55077

Closed
hectorcapulin opened this issue Apr 18, 2020 · 11 comments
Closed

url_launcher macos not found. Please update settings.gradle #55077

hectorcapulin opened this issue Apr 18, 2020 · 11 comments
Labels
in triage Presently being triaged by the triage team

Comments

@hectorcapulin
Copy link

Hello, my issue with Flutter is.
After adding
url_launcher: ^5.4.1
on file: pubspec.yaml
and adding the import line on file main.dart: import 'package:url_launcher/url_launcher.dart';
I try to run my application, and after a time Android send me these messages (I execute flutter doctor and doesn´t indicates any issue, actually this problem persist even in recent opened projects, you know, 'the default' project):

Plugin project :url_launcher_macos not found. Please update settings.gradle.
Plugin project :url_launcher_web not found. Please update settings.gradle.

Thank you in advanced.

@iapicca
Copy link
Contributor

iapicca commented Apr 20, 2020

Hi @hectorcapulin
could you please run flutter pub get from your app folder
if the issue persists
can you please provide your flutter doctor -v ,
your flutter run --verbose
and your pubspec.yaml
Thank you

@iapicca iapicca added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Apr 20, 2020
@BenedictQ
Copy link

BenedictQ commented Apr 20, 2020

@iapicca I'm having a similar problem, but with with the firebase package. The app will install fine on iOS, but the gradle build fails for installing onto Android. I've run flutter pub get from the root directory of my Flutter project. In VSCode when I try to run a debug build on a real device (Samsung S9) I get the output:

Launching lib/main.dart on SM G960F in debug mode...
Plugin project :firebase_core_web not found. Please update settings.gradle.
Plugin project :cloud_firestore_web not found. Please update settings.gradle.
D8: Cannot fit requested classes in a single dex file (# methods: 88861 > 65536)
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
The number of method references in a .dex file cannot exceed 64K.
Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html
	at com.android.builder.dexing.D8DexArchiveMerger.getExceptionToRethrow(D8DexArchiveMerger.java:131)
	at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:118)
	at com.android.build.gradle.internal.transforms.DexMergerTransformCallable.call(DexMergerTransformCallable.java:102)
	at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:444)
	at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:335)
	at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50)
	at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:47)
	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:65)
	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:61)
	at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:98)
	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.execute(NoIsolationWorkerFactory.java:61)
	at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
	at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
	at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
	at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
	at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:56)
	at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:215)
	at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:210)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete
	at com.android.tools.r8.utils.t.a(:55)
	at com.android.tools.r8.D8.run(:11)
	at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:116)
	... 34 more
Caused by: com.android.tools.r8.utils.AbortException: Error: null, Cannot fit requested classes in a single dex file (# methods: 88861 > 65536)
	at com.android.tools.r8.utils.Reporter.a(:21)
	at com.android.tools.r8.utils.Reporter.a(:7)
	at com.android.tools.r8.dex.VirtualFile.a(:33)
	at com.android.tools.r8.dex.VirtualFile$h.a(:5)
	at com.android.tools.r8.dex.ApplicationWriter.a(:13)
	at com.android.tools.r8.dex.ApplicationWriter.write(:35)
	at com.android.tools.r8.D8.d(:44)
	at com.android.tools.r8.D8.b(:1)
	at com.android.tools.r8.utils.t.a(:23)
	... 36 more

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mergeDexDebug'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
     The number of method references in a .dex file cannot exceed 64K.
     Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
[!] The shrinker may have failed to optimize the Java bytecode.
    To disable the shrinker, pass the `--no-shrink` flag to this command.
    To learn more, see: https://developer.android.com/studio/build/shrink-code
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Output from flutter doctor -v:

[✓] Flutter (Channel master, v1.18.0-6.0.pre.64, on Mac OS X 10.15.1 19B88, locale en-GB)
    • Flutter version 1.18.0-6.0.pre.64 at /Users/bquinn/Dev/flutter
    • Framework revision 0b9c42f944 (3 days ago), 2020-04-16 20:00:01 -0400
    • Engine revision f4d6ce13dc
    • Dart version 2.8.0 (build 2.8.0-dev.20.7 5900a0ac49)

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at /Users/bquinn/Library/Android/sdk
    • Platform android-29, build-tools 29.0.3
    • ANDROID_HOME = /Users/bquinn/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
    • All Android licenses accepted.

[✓] 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 3.6)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 45.1.1
    • Dart plugin version 192.7761
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)

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

[✓] Connected device (2 available)
    • SM G960F        • 233184145c0c7ece          • android-arm64 • Android 10 (API 29)
    • Dev’s iPhone XR • 00008020-001629063A92002E • ios           • iOS 13.3.1

• No issues found!

Output from flutter run --verbose:

[   +8 ms] executing: [/Users/bquinn/Dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +43 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 0b9c42f94496b62d2c56355bfbbcb3c7c53157c6
[        ] executing: [/Users/bquinn/Dev/flutter/] git describe --match *.*.* --first-parent --long --tags
[  +56 ms] Exit code 0 from: git describe --match *.*.* --first-parent --long --tags
[        ] 1.18.0-dev.5.0-64-g0b9c42f94
[   +8 ms] executing: [/Users/bquinn/Dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/master
[        ] executing: [/Users/bquinn/Dev/flutter/] git ls-remote --get-url origin
[   +5 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[+1213 ms]   ╔════════════════════════════════════════════════════════════════════════════╗
                      ║ A new version of Flutter is available!                                     ║
                      ║                                                                            ║
                      ║ To update to the latest version, run "flutter upgrade".                    ║
                      ╚════════════════════════════════════════════════════════════════════════════╝
                    
[+2029 ms] executing: [/Users/bquinn/Dev/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[   +5 ms] executing: sw_vers -productName
[  +11 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +10 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.15.1
[        ] executing: sw_vers -buildVersion
[  +12 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19B88
[  +30 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +14 ms] executing: /Users/bquinn/Library/Android/sdk/platform-tools/adb devices -l
[   +3 ms] executing: /usr/bin/xcode-select --print-path
[   +5 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +454 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[        ] Xcode 11.2.1
           Build version 11B500
[   +1 ms] executing: xcrun --find xcdevice
[   +7 ms] Exit code 0 from: xcrun --find xcdevice
[        ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[        ] executing: xcrun xcdevice list --timeout 2
[   +3 ms] /usr/bin/xcrun simctl list --json devices
[        ] executing: /usr/bin/xcrun simctl list --json devices
[  +11 ms] List of devices attached
           233184145c0c7ece       device usb:340852736X product:starltexx model:SM_G960F device:starlte transport_id:5
[ +109 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.tvOS-13-2" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple TV",
                            "udid" : "B335A6A4-0AD4-4FF6-B888-1F73C0C09CD8"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple TV 4K",
                            "udid" : "2F06A38A-066A-48A5-A09C-CBEBD2F75B55"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple TV 4K (at 1080p)",
                            "udid" : "748EB600-E2D9-4AFD-8226-9B8D379F56B6"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-5-1" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 38mm",
                            "udid" : "18399AC7-188C-4DC4-96C3-D6E002429923",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 42mm",
                            "udid" : "02D88327-4DE8-4E0E-A28B-A591FA6EA9B2",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 38mm",
                            "udid" : "3A97923E-536D-40DD-8CE8-832AB5EE0280",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 42mm",
                            "udid" : "6AAE409B-196F-48D0-9837-25D665DE4998",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 40mm",
                            "udid" : "4C33BF55-5B50-4698-A23E-922D27D9EC22",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 44mm",
                            "udid" : "E1FAD09F-F6B0-4FC1-BF01-9BCC05DD93BF",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-2" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone SE",
                            "udid" : "BCCD1EAA-8EE3-42B3-8ECE-3B92B0DD99F0"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 8",
                            "udid" : "4C7330E0-5E4D-4E3A-A8FD-74529A93F8F5"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 8 Plus",
                            "udid" : "E750917B-F2B1-47F2-834D-1688E3DE16BC"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 11",
                            "udid" : "A4E5ECB4-E2E1-4451-B9AC-B181FE12F451"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 11 Pro",
                            "udid" : "2D4F7C9E-670C-4AE2-9C3A-51DFF7A616DE"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 11 Pro Max",
                            "udid" : "BA5058D6-6617-4B7C-9B42-38AD01689E69"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "66A55CEB-DA03-4DE9-A55C-06C6CB0DF012"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad (7th generation)",
                            "udid" : "FD7F1245-D2D1-4D95-9E5A-351D7A4DBC70"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (11-inch)",
                            "udid" : "EEC7DB32-ADC0-461C-B503-E251BA2B9DDB"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (12.9-inch) (3rd generation)",
                            "udid" : "1C9DA55F-42C6-491F-8253-0B8DEBA27B85"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Air (3rd generation)",
                            "udid" : "43FDD3CC-5030-4BB0-8F73-49046313A479"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-6-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 40mm",
                            "udid" : "6E6ED86F-A204-4896-AFC4-D679F57E7784",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 44mm",
                            "udid" : "2FEE25AF-255D-40C3-9F4F-1756ABA340D5",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 5 - 40mm",
                            "udid" : "CB774E60-B40F-4D21-AA81-42421386215B",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 5 - 44mm",
                            "udid" : "832FD239-4581-4473-99E9-51FB866C399C",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-12-4" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV",
                            "udid" : "95A5A5B0-D5F6-4E87-B48A-1206E5A6EC6B",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K",
                            "udid" : "8757AE40-4403-47BD-877E-1DB96166B303",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K (at 1080p)",
                            "udid" : "E57FCBFA-63E8-46D0-A534-CD8F0988A821",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-6-1" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple Watch Series 4 - 40mm",
                            "udid" : "2D9A09EA-CCFC-44FA-8947-9AF8F158930F"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple Watch Series 4 - 44mm",
                            "udid" : "7AB24ACA-E3DD-4E44-9D6B-9A804CC92697"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple Watch Series 5 - 40mm",
                            "udid" : "D46B0621-0890-46AA-8E89-A7195CD21F18"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "Apple Watch Series 5 - 44mm",
                            "udid" : "74FEF695-EBAA-46D2-939B-708B7F9DCBC6"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-12-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 5s",
                            "udid" : "B735FA35-22C1-4CF1-A885-56DF051E2E06",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6 Plus",
                            "udid" : "6B325580-EB69-4CE9-A0FC-50C60523F4F3",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6",
                            "udid" : "A695FA3B-23B2-4B49-B74C-AB99A442231F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s",
                            "udid" : "6D743413-B782-447E-B1FA-60C2027B9C46",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s Plus",
                            "udid" : "B6E49CBA-919A-4269-8992-8770AA699765",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone SE",
                            "udid" : "36BC9FF9-FFA6-4CC4-8EAA-3184C5A4743A",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7",
                            "udid" : "9905EF70-79D7-401C-8C1D-79E688A76EA1",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7 Plus",
                            "udid" : "5176C56F-B335-42FF-98BA-18B66300F9F6",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8",
                            "udid" : "D2BAEDAE-80A3-4672-96DF-94A5F6BC6F6F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8 Plus",
                            "udid" : "6BCFBF7A-65DE-4885-A8D7-E94338EF2268",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone X",
                            "udid" : "42D9736F-49EF-4130-8930-6B4A831F3D4E",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XS",
                            "udid" : "538B19D8-A244-4526-B94D-1D27A7B28639",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XS Max",
                            "udid" : "0A5954DA-EA63-4FB2-98E1-7D023BCCEF21",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XR",
                            "udid" : "DE79149E-3AA8-4D22-927A-0C1D295F417B",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air",
                            "udid" : "B7B7388C-B67B-4637-92D7-F6C47A1C490E",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air 2",
                            "udid" : "096149E7-80A3-4725-8E08-E36AE319CBF8",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "960C8C9B-988F-483E-A53D-F2359C111651",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch)",
                            "udid" : "D970F86D-E243-427E-8114-F22809E3953F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (5th generation)",
                            "udid" : "AD5D6419-E795-4853-8679-34E2062DA6D4",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (2nd generation)",
                            "udid" : "67951230-7C37-4543-A8CF-D5A6F22096D2",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (10.5-inch)",
                            "udid" : "118972A4-F30E-4775-B52C-2CFEAAD77E5C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (6th generation)",
                            "udid" : "6F668C23-8170-4FFF-9A50-9379B574C66A",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-12-1" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 5s",
                            "udid" : "6045F170-63F2-4042-B225-A4FD80FEF96D",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6 Plus",
                            "udid" : "90831752-AA92-49A1-B72E-44513E57E7BD",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6",
                            "udid" : "BA9D5322-7ED2-4164-8CCF-14894B9FDFCF",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s",
                            "udid" : "B6FAA7BF-575C-49B5-A505-AD0BDF010CD1",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s Plus",
                            "udid" : "88AEFD76-768A-4A18-969B-189EEE30FF22",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone SE",
                            "udid" : "A841D014-B567-4BF4-B5B4-EAB0007AFD18",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7",
                            "udid" : "06AF1F89-2D28-4918-BCB1-8A09CE83D036",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7 Plus",
                            "udid" : "32339F90-09EE-4A7F-B4D3-A0D98345047F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8",
                            "udid" : "F65B8B88-9161-4E16-9149-D2D8904E3C80",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8 Plus",
                            "udid" : "B3D5A2EE-4581-4C3F-939F-E3C487EDABE6",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone X",
                            "udid" : "E390D929-319E-4721-A041-887124CA8728",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XS",
                            "udid" : "F1CA8006-FEEB-4674-AF2A-B35E5FBC7C15",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XS Max",
                            "udid" : "23F2B472-2B6A-461C-A52C-3607FF5640F1",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone XR",
                            "udid" : "3F6C1EA2-F28D-4B02-B40F-719453AF68C0",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air",
                            "udid" : "1ACC13D9-7B8C-4972-B1FF-BEEC77946953",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air 2",
                            "udid" : "04922439-F052-4099-A182-3D886959D20D",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "63529769-F039-4AF4-A21C-AAE8D8C38FC5",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch)",
                            "udid" : "90E49D59-D8E8-4103-9A81-D28529042D7C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (5th generation)",
                            "udid" : "973D15CF-45B8-4D54-AC08-0BD33F5D385F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (2nd generation)",
                            "udid" : "C2468241-CEA0-4255-A3FB-1F79FFFEAB73",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (10.5-inch)",
                            "udid" : "B88889AD-2AE0-4753-B23D-9E639E23B98D",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (6th generation)",
                            "udid" : "4B04E243-4A40-4206-BFF0-C9BAAC41CC92",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (11-inch)",
                            "udid" : "6E3A03FB-8F6B-468F-90CB-F43488E1ACEE",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (3rd generation)",
                            "udid" : "E349F21C-9B58-4D80-8D09-1145AADB2503",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-12-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV",
                            "udid" : "CF308F01-98D7-4A16-8B8A-E3007EB600CF",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K",
                            "udid" : "C327EE82-ADCF-4CFB-9F6F-201E16657F10",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K (at 1080p)",
                            "udid" : "344064E6-5BF5-4347-B5A3-9C76ECC581DD",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-12-2" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 5s",
                            "udid" : "5CA16DD3-6FF7-4645-ABCD-367743489B37"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 6 Plus",
                            "udid" : "26CC5C2C-4196-4BC5-816F-263B0CF7C6FB"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 6",
                            "udid" : "5995EC59-9872-4C5A-8AB7-3CAB644637E9"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 6s",
                            "udid" : "D257587B-D054-4BC7-B851-244786679237"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 6s Plus",
                            "udid" : "A85915A1-0522-496A-ADD3-78EC9BE9CAFF"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone SE",
                            "udid" : "A520E7A3-0301-4F56-97E5-D39412EB4E53"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 7",
                            "udid" : "63787E44-6EF3-4AC7-A904-7641E0D97744"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 7 Plus",
                            "udid" : "CFE8CFCE-F2AC-4984-9E91-596C91461404"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 8",
                            "udid" : "8E9B5A0C-C773-4A21-81F1-F0A62CD96A7B"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone 8 Plus",
                            "udid" : "52D60E63-3DB3-4A90-8FFE-6803990990D3"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone X",
                            "udid" : "22FEC005-DF1D-43EB-B3EC-B96A14BB882D"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone X",
                            "udid" : "81C31255-4832-423B-87D5-C6DF6B7EA251"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone Xs",
                            "udid" : "C7675C3B-891D-4428-A7A0-7C5DDA6D0ED2"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone Xs Max",
                            "udid" : "F9081C80-D651-43CC-AB35-3DF88A32FEB9"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPhone Xʀ",
                            "udid" : "59A36940-A652-43CA-8D9C-800BE360CCA3"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Air",
                            "udid" : "43AAE292-1E73-4342-83C0-ECD906F052A8"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Air 2",
                            "udid" : "07D132FB-39BD-426A-8A98-55B89EF4804F"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "77587DA4-EE3A-4451-8F37-7BC70246D626"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (12.9-inch)",
                            "udid" : "960DD937-0C5B-4B67-AF41-EC231D345C3F"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad (5th generation)",
                            "udid" : "FC183F98-1647-43A6-90E4-41EDDD79FF79"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (12.9-inch) (2nd generation)",
                            "udid" : "F6166FE6-F05A-44C5-8084-7D6C7AD711C7"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (10.5-inch)",
                            "udid" : "FA6F39C5-483F-4EC3-BD4B-2C6EE05C4F0F"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad (6th generation)",
                            "udid" : "51EB6E42-4374-499A-BE33-97E9D56B3EBB"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (11-inch)",
                            "udid" : "358F7774-730B-4E98-86DC-84F56ABCAF48"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Pro (12.9-inch) (3rd generation)",
                            "udid" : "2391F589-3765-47D5-A989-A263AD702D46"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : true,
                            "name" : "iPad Air (3rd generation)",
                            "udid" : "30C3947F-396D-46E5-AE5B-B35AAAC28B0F"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-13-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV",
                            "udid" : "C9F505A2-435D-4E73-9316-1E811DDFB792",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K",
                            "udid" : "222EA277-0977-4CE1-853C-8CADD0B6EB40",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K (at 1080p)",
                            "udid" : "F64BE43C-27A0-43BA-8E4C-98AF372843B1",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-12-1" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV",
                            "udid" : "FD05BD34-7251-4B9B-A2A6-FD7250457C7F",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K",
                            "udid" : "16B95739-4F01-47E5-9B92-CE5293E07F0C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple TV 4K (at 1080p)",
                            "udid" : "84885BC3-7CED-423C-9291-205ACBCFBFC4",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-5-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 38mm",
                            "udid" : "CD849B8B-028E-479D-A3CC-6C72814E874E",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 42mm",
                            "udid" : "B313B5D0-3413-4160-8AF1-8D00DCF80520",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 38mm",
                            "udid" : "3D88E323-B5AC-4450-9FEB-539ABEE737C2",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 42mm",
                            "udid" : "480D555C-5554-42CE-9CAB-F33152BB798C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 40mm",
                            "udid" : "7570D63D-347D-49FE-94E9-75C79958AD87",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 44mm",
                            "udid" : "88028329-6B1F-42DD-9C0D-58D59A3E6AC5",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-12-4" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 5s",
                            "udid" : "C36FA096-C14F-4778-BD38-8255A7244995",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6 Plus",
                            "udid" : "34F8B28C-AEEE-455C-A348-BFC1C25DFCE1",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6",
                            "udid" : "D42BE388-5380-4905-B24D-0147E268C8EB",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s",
                            "udid" : "31D0DBB4-684E-4121-8809-84B78A4A2D7E",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 6s Plus",
                            "udid" : "93F34990-F5D8-4E76-B1B3-C3BB7BBA0B41",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone SE",
                            "udid" : "8F9FF371-FEF8-4DFF-B468-82475E760987",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7",
                            "udid" : "D28566D2-DC72-4BE1-8182-8FEC4252FC67",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 7 Plus",
                            "udid" : "9BE3E424-1C15-422B-A696-6B97619BC3C5",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8",
                            "udid" : "95563513-F1A8-4CF1-AA15-6CCDCB410689",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8 Plus",
                            "udid" : "848943AA-5577-409F-8167-CD7044FC7C4D",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone X",
                            "udid" : "47CBD6EE-C1AD-45D0-A5EB-3033D186660D",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone Xs",
                            "udid" : "5CB4F3E8-37F2-4654-A52D-8BAE87CF59F6",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone Xs Max",
                            "udid" : "B747DFEE-2B7A-41B6-8E80-6F8B2BDF1EDD",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone Xʀ",
                            "udid" : "B8C567A4-207C-4181-A497-506CE8ADB650",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air",
                            "udid" : "52F4B8BE-2308-4656-B82A-B88EE6B8044C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air 2",
                            "udid" : "7B70C1FE-0C69-418D-9750-83D885583E09",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "5762F582-E754-49CA-A496-F2D50E80ECCC",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch)",
                            "udid" : "38E76B9D-22B6-4F66-9E4C-FBAA239C5224",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (5th generation)",
                            "udid" : "01E14F0A-A7A4-4CB4-9797-7EBA50B9F1C8",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (2nd generation)",
                            "udid" : "9EA53DD3-B79D-4FEC-884F-040C719F443C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (10.5-inch)",
                            "udid" : "0763ED21-D56A-4A89-9981-42DE54BE3DC8",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad (6th generation)",
                            "udid" : "D4BA4FC7-13ED-4FA2-9C27-DCF641C18278",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (11-inch)",
                            "udid" : "F3725D30-4312-4567-9021-E5CAE16FA6CB",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (3rd generation)",
                            "udid" : "45046430-C39A-4C22-8723-956EF11736DB",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air (3rd generation)",
                            "udid" : "1BA1727B-794E-46CE-AB6B-691BD86AA940",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-0" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8",
                            "udid" : "8E7765E2-436C-4A25-B582-61008E618A4E",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 8 Plus",
                            "udid" : "EC5293E4-1BB3-4FE3-82F1-53BF08355771",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 11",
                            "udid" : "8FD47F2D-F20F-43B3-8E50-76962D1D52D5",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 11 Pro",
                            "udid" : "2BAF5594-D2E4-468D-91FD-51C3FC402717",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPhone 11 Pro Max",
                            "udid" : "36C30CDC-4DB7-4B03-A7CE-33A57DF2EA91",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (9.7-inch)",
                            "udid" : "96533EA4-1E43-4DBF-A6D0-B340E96DBDB9",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (11-inch)",
                            "udid" : "A1D7DF9B-56DB-47BD-84A5-E0E69A7DD913",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Pro (12.9-inch) (3rd generation)",
                            "udid" : "83B929ED-8715-4DD2-A456-543149EC6147",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "iPad Air (3rd generation)",
                            "udid" : "39CBF765-9781-4956-A32F-DFA7579C7823",
                            "availabilityError" : "runtime profile not found"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-5-3" : [
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 38mm",
                            "udid" : "37218FC3-DE57-4F33-BD7C-881CDF97B70B",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 2 - 42mm",
                            "udid" : "EF7AD9D4-3DE6-4362-86A7-AE870BD72DA4",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 38mm",
                            "udid" : "BBA95AFD-4DE0-4DF4-B5C3-37E28576BD87",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 3 - 42mm",
                            "udid" : "A4E4F2A4-8179-482B-8B1E-037F0366DBB2",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 40mm",
                            "udid" : "E565EBA3-DA81-4889-8B9F-6A3573795C9C",
                            "availabilityError" : "runtime profile not found"
                          },
                          {
                            "state" : "Shutdown",
                            "isAvailable" : false,
                            "name" : "Apple Watch Series 4 - 44mm",
                            "udid" : "2F69F8A4-DE01-4298-82CD-A0EB84AD201E",
                            "availabilityError" : "runtime profile not found"
                          }
                        ]
                      }
                    }
[+2797 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,12",
                        "identifier" : "FC183F98-1647-43A6-90E4-41EDDD79FF79",
                        "architecture" : "x86_64",
                        "modelName" : "iPad (5th generation)",
                        "name" : "iPad (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,6",
                        "identifier" : "51EB6E42-4374-499A-BE33-97E9D56B3EBB",
                        "architecture" : "x86_64",
                        "modelName" : "iPad (6th generation)",
                        "name" : "iPad (6th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,3",
                        "identifier" : "FA6F39C5-483F-4EC3-BD4B-2C6EE05C4F0F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (10.5-inch)",
                        "name" : "iPad Pro (10.5-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "30C3947F-396D-46E5-AE5B-B35AAAC28B0F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2 (17K90)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "B335A6A4-0AD4-4FF6-B888-1F73C0C09CD8",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,2",
                        "identifier" : "A85915A1-0522-496A-ADD3-78EC9BE9CAFF",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 6s Plus",
                        "name" : "iPhone 6s Plus"
                      },
                      {
                        "simulator" : false,
                        "operatingSystemVersion" : "13.3.1 (17D50)",
                        "interface" : "usb",
                        "available" : true,
                        "platform" : "com.apple.platform.iphoneos",
                        "modelCode" : "iPhone11,8",
                        "identifier" : "00008020-001629063A92002E",
                        "architecture" : "arm64e",
                        "modelName" : "iPhone XR",
                        "name" : "Dev’s iPhone XR"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "8E9B5A0C-C773-4A21-81F1-F0A62CD96A7B",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,8",
                        "identifier" : "960DD937-0C5B-4B67-AF41-EC231D345C3F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch)",
                        "name" : "iPad Pro (12.9-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1 (17S83)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,4",
                        "identifier" : "7AB24ACA-E3DD-4E44-9D6B-9A804CC92697",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 4 - 44mm",
                        "name" : "Apple Watch Series 4 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone7,1",
                        "identifier" : "26CC5C2C-4196-4BC5-816F-263B0CF7C6FB",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 6 Plus",
                        "name" : "iPhone 6 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,4",
                        "identifier" : "F9081C80-D651-43CC-AB35-3DF88A32FEB9",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone Xs Max",
                        "name" : "iPhone Xs Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone7,2",
                        "identifier" : "5995EC59-9872-4C5A-8AB7-3CAB644637E9",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 6",
                        "name" : "iPhone 6"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "52D60E63-3DB3-4A90-8FFE-6803990990D3",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,4",
                        "identifier" : "A520E7A3-0301-4F56-97E5-D39412EB4E53",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone SE",
                        "name" : "iPhone SE"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "66A55CEB-DA03-4DE9-A55C-06C6CB0DF012",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "4C7330E0-5E4D-4E3A-A8FD-74529A93F8F5",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2 (17K90)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "2F06A38A-066A-48A5-A09C-CBEBD2F75B55",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1 (17S83)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,3",
                        "identifier" : "2D9A09EA-CCFC-44FA-8947-9AF8F158930F",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 4 - 40mm",
                        "name" : "Apple Watch Series 4 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone9,1",
                        "identifier" : "63787E44-6EF3-4AC7-A904-7641E0D97744",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 7",
                        "name" : "iPhone 7"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,8",
                        "identifier" : "59A36940-A652-43CA-8D9C-800BE360CCA3",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone Xʀ",
                        "name" : "iPhone Xʀ"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone6,1",
                        "identifier" : "5CA16DD3-6FF7-4645-ABCD-367743489B37",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 5s",
                        "name" : "iPhone 5s"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "EEC7DB32-ADC0-461C-B503-E251BA2B9DDB",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "2391F589-3765-47D5-A989-A263AD702D46",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "77587DA4-EE3A-4451-8F37-7BC70246D626",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "BA5058D6-6617-4B7C-9B42-38AD01689E69",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,4",
                        "identifier" : "BCCD1EAA-8EE3-42B3-8ECE-3B92B0DD99F0",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone SE",
                        "name" : "iPhone SE"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,1",
                        "identifier" : "D257587B-D054-4BC7-B851-244786679237",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 6s",
                        "name" : "iPhone 6s"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,12",
                        "identifier" : "FD7F1245-D2D1-4D95-9E5A-351D7A4DBC70",
                        "architecture" : "x86_64",
                        "modelName" : "iPad (7th generation)",
                        "name" : "iPad (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "E750917B-F2B1-47F2-834D-1688E3DE16BC",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "2D4F7C9E-670C-4AE2-9C3A-51DFF7A616DE",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad4,2",
                        "identifier" : "43AAE292-1E73-4342-83C0-ECD906F052A8",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air",
                        "name" : "iPad Air"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,2",
                        "identifier" : "C7675C3B-891D-4428-A7A0-7C5DDA6D0ED2",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone Xs",
                        "name" : "iPhone Xs"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad5,4",
                        "identifier" : "07D132FB-39BD-426A-8A98-55B89EF4804F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air 2",
                        "name" : "iPad Air 2"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,6",
                        "identifier" : "22FEC005-DF1D-43EB-B3EC-B96A14BB882D",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone X",
                        "name" : "iPhone X"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone9,2",
                        "identifier" : "CFE8CFCE-F2AC-4984-9E91-596C91461404",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 7 Plus",
                        "name" : "iPhone 7 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,1",
                        "identifier" : "F6166FE6-F05A-44C5-8084-7D6C7AD711C7",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (2nd generation)",
                        "name" : "iPad Pro (12.9-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "1C9DA55F-42C6-491F-8253-0B8DEBA27B85",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "43FDD3CC-5030-4BB0-8F73-49046313A479",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2 (17K90)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "748EB600-E2D9-4AFD-8226-9B8D379F56B6",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1 (17S83)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "74FEF695-EBAA-46D2-939B-708B7F9DCBC6",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "358F7774-730B-4E98-86DC-84F56ABCAF48",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.2 (16E226)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,6",
                        "identifier" : "81C31255-4832-423B-87D5-C6DF6B7EA251",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone X",
                        "name" : "iPhone X"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "A4E5ECB4-E2E1-4451-B9AC-B181FE12F451",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1 (17S83)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "D46B0621-0890-46AA-8E89-A7195CD21F18",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      }
                    ]
[   +8 ms] /Users/bquinn/Library/Android/sdk/platform-tools/adb -s 233184145c0c7ece shell getprop
[  +57 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +71 ms] Found plugin cloud_firestore at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.13.5/
[   +8 ms] Found plugin cloud_firestore_web at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.1.1+2/
[  +13 ms] Found plugin firebase_core at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.4.4+3/
[   +3 ms] Found plugin firebase_core_web at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.1.1+2/
[   +4 ms] Found plugin flutter_email_sender at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_email_sender-3.0.1/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.6/
[  +10 ms] Found plugin image_picker at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.5/
[  +41 ms] Found plugin cloud_firestore at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.13.5/
[   +1 ms] Found plugin cloud_firestore_web at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.1.1+2/
[   +5 ms] Found plugin firebase_core at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.4.4+3/
[   +2 ms] Found plugin firebase_core_web at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.1.1+2/
[   +2 ms] Found plugin flutter_email_sender at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_email_sender-3.0.1/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.6/
[   +4 ms] Found plugin image_picker at /Users/bquinn/Dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.5/
[  +53 ms] Generating /Users/bquinn/Dev/furlough/flutter/address_book/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +22 ms] ro.hardware = samsungexynos9810
[  +37 ms] Launching lib/main.dart on SM G960F in debug mode...
[   +7 ms] /Users/bquinn/Dev/flutter/bin/cache/dart-sdk/bin/dart /Users/bquinn/Dev/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/bquinn/Dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental
--target=flutter --debugger-module-names -Ddart.developer.causal_async_stacks=true --output-dill /var/folders/pj/g3psvjg11xl0s2g4trm5js4m0000gn/T/flutter_tool.4lKqML/app.dill --packages /Users/bquinn/Dev/furlough/flutter/address_book/.packages
-Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme
org-dartlang-root --initialize-from-dill build/cache.dill
[  +18 ms] executing: /Users/bquinn/Library/Android/sdk/platform-tools/adb -s 233184145c0c7ece shell -x logcat -v time -t 1
[  +90 ms] Exit code 0 from: /Users/bquinn/Library/Android/sdk/platform-tools/adb -s 233184145c0c7ece shell -x logcat -v time -t 1
[        ] --------- beginning of main
           04-20 12:03:09.157 I/system_server( 6706): Background young concurrent copying GC freed 503617(25MB) AllocSpace objects, 0(0B) LOS objects, 23% free, 79MB/102MB, paused 87us total 139.047ms
[  +13 ms] <- compile package:address_book/main.dart
[   +8 ms] executing: /Users/bquinn/Library/Android/sdk/platform-tools/adb version
[  +13 ms] Android Debug Bridge version 1.0.41
           Version 29.0.6-6198805
           Installed as /Users/bquinn/Library/Android/sdk/platform-tools/adb
[   +3 ms] executing: /Users/bquinn/Library/Android/sdk/platform-tools/adb start-server
[  +13 ms] Building APK
[  +23 ms] Running Gradle task 'assembleDebug'...
[   +2 ms] gradle.properties already sets `android.enableR8`
[   +3 ms] Using gradle from /Users/bquinn/Dev/furlough/flutter/address_book/android/gradlew.
[        ] /Users/bquinn/Dev/furlough/flutter/address_book/android/gradlew mode: 33261 rwxr-xr-x.
[  +59 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[   +8 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[        ] {"CFBundleName":"Android
Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/lib\/jdom.jar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/
trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","WorkingDirectory":"$APP_PACKAGE\/Contents\/bin","MainClass":"com.intellij.idea.Main","Properties":{"idea.paths.selector":"AndroidStudio3.6","idea.executable":"studio","idea.platform.prefix":
"AndroidStudio","idea.home.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFolderUsageDescription":"An application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-192.7142.36.36.6308749","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android Studio requests access to the device's
camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All
documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"C
FBundleShortVersionString":"3.6","NSMicrophoneUsageDescription":"An application in Android Studio requests access to the device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android
Studio requests access to the user's location
information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.develope
r-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":"An application in Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests
access to the user's Downloads folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 3.6, build AI-192.7142.36.36.6308749. Copyright JetBrains s.r.o., (c)
2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable volume."}
[  +18 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[  +83 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[        ] openjdk version "1.8.0_212-release"
           OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
           OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[   +2 ms] executing: [/Users/bquinn/Dev/furlough/flutter/address_book/android/] /Users/bquinn/Dev/furlough/flutter/address_book/android/gradlew -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=/Users/bquinn/Dev/furlough/flutter/address_book/lib/main.dart
-Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ +687 ms] > Configure project :app
[   +1 ms] Plugin project :firebase_core_web not found. Please update settings.gradle.
[   +1 ms] Plugin project :cloud_firestore_web not found. Please update settings.gradle.
[ +386 ms] > Task :app:compileFlutterBuildDebug UP-TO-DATE
[        ] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :cloud_firestore:preBuild UP-TO-DATE
[        ] > Task :cloud_firestore:preDebugBuild UP-TO-DATE
[        ] > Task :firebase_core:preBuild UP-TO-DATE
[        ] > Task :firebase_core:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_email_sender:preBuild UP-TO-DATE
[        ] > Task :flutter_email_sender:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugAidl NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE
[        ] > Task :image_picker:preBuild UP-TO-DATE
[        ] > Task :image_picker:preDebugBuild UP-TO-DATE
[  +96 ms] > Task :image_picker:compileDebugAidl NO-SOURCE
[        ] > Task :cloud_firestore:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_email_sender:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core:compileDebugAidl NO-SOURCE
[        ] > Task :cloud_firestore:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :image_picker:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:checkDebugManifest UP-TO-DATE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugShaders UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugShaders UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugAssets UP-TO-DATE
[        ] > Task :cloud_firestore:packageDebugAssets UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugShaders UP-TO-DATE
[        ] > Task :firebase_core:compileDebugShaders UP-TO-DATE
[        ] > Task :firebase_core:generateDebugAssets UP-TO-DATE
[        ] > Task :firebase_core:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugShaders UP-TO-DATE
[        ] > Task :flutter_email_sender:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_email_sender:packageDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE
[        ] > Task :image_picker:mergeDebugShaders UP-TO-DATE
[        ] > Task :image_picker:compileDebugShaders UP-TO-DATE
[        ] > Task :image_picker:generateDebugAssets UP-TO-DATE
[        ] > Task :image_picker:packageDebugAssets UP-TO-DATE
[        ] > Task :app:mergeDebugAssets
[ +199 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[        ] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :app:processDebugGoogleServices UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugResValues UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugRenderscript NO-SOURCE
[        ] > Task :cloud_firestore:generateDebugResources UP-TO-DATE
[        ] > Task :cloud_firestore:packageDebugResources UP-TO-DATE
[        ] > Task :firebase_core:generateDebugResValues UP-TO-DATE
[        ] > Task :firebase_core:compileDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core:generateDebugResources UP-TO-DATE
[        ] > Task :firebase_core:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_email_sender:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_email_sender:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_email_sender:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE
[        ] > Task :image_picker:generateDebugResValues UP-TO-DATE
[        ] > Task :image_picker:compileDebugRenderscript NO-SOURCE
[        ] > Task :image_picker:generateDebugResources UP-TO-DATE
[        ] > Task :image_picker:packageDebugResources UP-TO-DATE
[        ] > Task :app:mergeDebugResources UP-TO-DATE
[  +92 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[        ] > Task :cloud_firestore:checkDebugManifest UP-TO-DATE
[        ] > Task :cloud_firestore:processDebugManifest UP-TO-DATE
[        ] > Task :firebase_core:checkDebugManifest UP-TO-DATE
[        ] > Task :firebase_core:processDebugManifest UP-TO-DATE
[        ] > Task :flutter_email_sender:checkDebugManifest UP-TO-DATE
[        ] > Task :flutter_email_sender:processDebugManifest UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:checkDebugManifest UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE
[        ] > Task :image_picker:checkDebugManifest UP-TO-DATE
[        ] > Task :image_picker:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :cloud_firestore:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_core:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_core:generateDebugRFile UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_email_sender:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :flutter_email_sender:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE
[        ] > Task :image_picker:parseDebugLibraryResources UP-TO-DATE
[        ] > Task :image_picker:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :cloud_firestore:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_core:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_core:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :cloud_firestore:javaPreCompileDebug UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :cloud_firestore:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugKotlin UP-TO-DATE
[        ] > Task :flutter_email_sender:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_email_sender:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :image_picker:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :image_picker:javaPreCompileDebug UP-TO-DATE
[        ] > Task :image_picker:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :image_picker:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugKotlin UP-TO-DATE
[        ] > Task :app:javaPreCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :app:compileDebugSources UP-TO-DATE
[  +97 ms] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :cloud_firestore:processDebugJavaRes NO-SOURCE
[        ] > Task :cloud_firestore:bundleLibResDebug UP-TO-DATE
[        ] > Task :firebase_core:processDebugJavaRes NO-SOURCE
[        ] > Task :firebase_core:bundleLibResDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_email_sender:bundleLibResDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug UP-TO-DATE
[        ] > Task :image_picker:processDebugJavaRes NO-SOURCE
[        ] > Task :image_picker:bundleLibResDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_email_sender:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:createFullJarDebug UP-TO-DATE
[        ] > Task :firebase_core:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :firebase_core:createFullJarDebug UP-TO-DATE
[        ] > Task :cloud_firestore:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :cloud_firestore:createFullJarDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:createFullJarDebug UP-TO-DATE
[        ] > Task :image_picker:bundleLibRuntimeDebug UP-TO-DATE
[        ] > Task :image_picker:createFullJarDebug UP-TO-DATE
[        ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[        ] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :app:signingConfigWriterDebug UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[        ] > Task :app:mergeExtDexDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :cloud_firestore:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :cloud_firestore:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :firebase_core:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :firebase_core:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :flutter_email_sender:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :flutter_email_sender:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :image_picker:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :image_picker:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[        ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] Compatible side by side NDK version was not found.
[        ] > Task :cloud_firestore:extractDebugAnnotations UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :cloud_firestore:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :cloud_firestore:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :cloud_firestore:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :cloud_firestore:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :cloud_firestore:bundleDebugAar UP-TO-DATE
[        ] > Task :cloud_firestore:compileDebugSources UP-TO-DATE
[        ] > Task :cloud_firestore:assembleDebug UP-TO-DATE
[  +88 ms] > Task :firebase_core:extractDebugAnnotations UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :firebase_core:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :firebase_core:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :firebase_core:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :firebase_core:bundleDebugAar UP-TO-DATE
[        ] > Task :firebase_core:compileDebugSources UP-TO-DATE
[        ] > Task :firebase_core:assembleDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:extractDebugAnnotations UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_email_sender:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_email_sender:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_email_sender:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_email_sender:bundleDebugAar UP-TO-DATE
[        ] > Task :flutter_email_sender:compileDebugSources UP-TO-DATE
[        ] > Task :flutter_email_sender:assembleDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugSources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:assembleDebug UP-TO-DATE
[        ] > Task :image_picker:extractDebugAnnotations UP-TO-DATE
[        ] > Task :image_picker:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :image_picker:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :image_picker:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[        ] > Task :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[        ] > Task :image_picker:bundleDebugAar UP-TO-DATE
[        ] > Task :image_picker:compileDebugSources UP-TO-DATE
[        ] > Task :image_picker:assembleDebug UP-TO-DATE
[ +594 ms] > Task :app:mergeDexDebug FAILED
[        ] D8: Cannot fit requested classes in a single dex file (# methods: 88861 > 65536)
[        ] com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: 
[        ] The number of method references in a .dex file cannot exceed 64K.
[        ] Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html
[        ] 	at com.android.builder.dexing.D8DexArchiveMerger.getExceptionToRethrow(D8DexArchiveMerger.java:131)
[        ] 	at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:118)
[        ] 	at com.android.build.gradle.internal.transforms.DexMergerTransformCallable.call(DexMergerTransformCallable.java:102)
[        ] 	at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:444)
[        ] 	at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:335)
[        ] 	at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50)
[        ] 	at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:47)
[        ] 	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:65)
[        ] 	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:61)
[        ] 	at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:98)
[        ] 	at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.execute(NoIsolationWorkerFactory.java:61)
[        ] 	at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
[        ] 	at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
[        ] 	at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
[        ] 	at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
[        ] 	at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
[        ] 	at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:56)
[        ] 	at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:215)
[        ] 	at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:210)
[        ] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[        ] 	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
[        ] 	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
[        ] 	at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
[        ] 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[        ] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[        ] 	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
[        ] 	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
[        ] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[        ] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[        ] 	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
[        ] 	at java.lang.Thread.run(Thread.java:748)
[        ] Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete
[        ] 	at com.android.tools.r8.utils.t.a(:55)
[        ] 	at com.android.tools.r8.D8.run(:11)
[        ] 	at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:116)
[        ] 	... 34 more
[        ] Caused by: com.android.tools.r8.utils.AbortException: Error: null, Cannot fit requested classes in a single dex file (# methods: 88861 > 65536)
[        ] 	at com.android.tools.r8.utils.Reporter.a(:21)
[        ] 	at com.android.tools.r8.utils.Reporter.a(:7)
[        ] 	at com.android.tools.r8.dex.VirtualFile.a(:33)
[        ] 	at com.android.tools.r8.dex.VirtualFile$h.a(:5)
[        ] 	at com.android.tools.r8.dex.ApplicationWriter.a(:13)
[        ] 	at com.android.tools.r8.dex.ApplicationWriter.write(:35)
[        ] 	at com.android.tools.r8.D8.d(:44)
[        ] 	at com.android.tools.r8.D8.b(:1)
[        ] 	at com.android.tools.r8.utils.t.a(:23)
[        ] 	... 36 more
[        ] FAILURE: Build failed with an exception.
[        ] * What went wrong:
[        ] Execution failed for task ':app:mergeDexDebug'.
[        ] > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
[        ]    > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: 
[        ]      The number of method references in a .dex file cannot exceed 64K.
[        ]      Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html
[        ] * Try:
[        ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[        ] * Get more help at https://help.gradle.org
[        ] BUILD FAILED in 2s
[        ] 171 actionable tasks: 4 executed, 167 up-to-date
[ +387 ms] Running Gradle task 'assembleDebug'... (completed in 2.8s)
[   +1 ms] [!] The shrinker may have failed to optimize the Java bytecode.
[        ]     To disable the shrinker, pass the `--no-shrink` flag to this command.
[        ]     To learn more, see: https://developer.android.com/studio/build/shrink-code
[+2201 ms] Exception: Gradle task assembleDebug failed with exit code 1
[   +2 ms] "flutter run" took 9,037ms.

#0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:572:7)
<asynchronous suspension>
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:745:18)
#3      _rootRunUnary (dart:async/zone.dart:1192:38)
#4      _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#5      _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#6      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#7      Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#8      Future._completeWithValue (dart:async/future_impl.dart:526:5)
#9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:303:13)
#11     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#12     _rootRunUnary (dart:async/zone.dart:1192:38)
#13     _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#14     _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#15     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#16     Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#17     Future._completeWithValue (dart:async/future_impl.dart:526:5)
#18     _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:36:15)
#19     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:303:13)
#20     AndroidDevice.isLocalEmulator (package:flutter_tools/src/android/android_device.dart)
#21     _rootRunUnary (dart:async/zone.dart:1192:38)
#22     _CustomZone.runUnary (dart:async/zone.dart:1085:19)
#23     _FutureListener.handleValue (dart:async/future_impl.dart:141:18)
#24     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#25     Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#26     Future._completeWithValue (dart:async/future_impl.dart:526:5)
#27     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:556:7)
#28     _rootRun (dart:async/zone.dart:1184:13)
#29     _CustomZone.run (dart:async/zone.dart:1077:19)
#30     _CustomZone.runGuarded (dart:async/zone.dart:979:7)
#31     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1019:23)
#32     _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#33     _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#34     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#35     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)

My pubspec.yaml:

name: address_book
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  firebase_core: ^0.4.4+3
  provider: ^4.0.5
  cupertino_icons: ^0.1.3
  flutter_email_sender: ^3.0.1
  image_picker: ^0.6.5
  equatable: ^1.1.1
  cloud_firestore: ^0.13.5

dev_dependencies:
  flutter_test:
    sdk: flutter

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  # assets:
  #   - images/a_dot_burr.jpeg
  #   - images/a_dot_ham.jpeg

  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.dev/assets-and-images/#resolution-aware.

  # For details regarding adding assets from package dependencies, see
  # https://flutter.dev/assets-and-images/#from-packages

  # To add custom fonts to your application, add a fonts section here,
  # in this "flutter" section. Each entry in this list should have a
  # "family" key with the font family name, and a "fonts" key with a
  # list giving the asset and other descriptors for the font. For
  # example:
  # fonts:
  #   - family: Schyler
  #     fonts:
  #       - asset: fonts/Schyler-Regular.ttf
  #       - asset: fonts/Schyler-Italic.ttf
  #         style: italic
  #   - family: Trajan Pro
  #     fonts:
  #       - asset: fonts/TrajanPro.ttf
  #       - asset: fonts/TrajanPro_Bold.ttf
  #         weight: 700
  #
  # For details regarding fonts from package dependencies,
  # see https://flutter.dev/custom-fonts/#from-packages

@iapicca
Copy link
Contributor

iapicca commented Apr 22, 2020

Hi @BenedictQ
for what I can see your issue is related to a FlutterFire plugin,
please open the issue in the dedicated github.
thank you

@jobayerarman
Copy link

#55827 discusses the same issue. updating the settings.gradle file seems to solve the error.

def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

def plugins = new Properties()
def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins')
if (pluginsFile.exists()) {
    pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) }
}

plugins.each { name, path ->
    def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile()
    include ":$name"
    project(":$name").projectDir = pluginDirectory
}

chromium.googlesource.com

private void configurePluginProject(String pluginName, String _) {
  Project pluginProject = project.rootProject.findProject(":$pluginName")
  if (pluginProject == null) {
    project.logger.error("Plugin project :$pluginName not found. Please update settings.gradle.")
    return
  }

@no-response
Copy link

no-response bot commented May 14, 2020

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

@sgehrman

This comment was marked as abuse.

@sgehrman

This comment was marked as abuse.

@ptyagicodecamp
Copy link

Same issue when building for Android:

Launching lib/main.dart on AOSP on IA Emulator in debug mode...
Running Gradle task 'assembleDebug'...
Plugin project :url_launcher_web not found. Please update settings.gradle.

@iapicca
Copy link
Contributor

iapicca commented Jun 15, 2020

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

@mujohn26
Copy link

Can someone please help me,l'm getting this error of Plugin project :connectivity_macos not found. Please update settings.gradle. I don't know how to resolve it

mujohn:soma-mobile-app johnmugiraneza$ flutter run --verbose
[ +24 ms] executing: [/Users/johnmugiraneza/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +49 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] b041144
[ ] executing: [/Users/johnmugiraneza/flutter/] git tag --contains HEAD
[ +221 ms] Exit code 0 from: git tag --contains HEAD
[ +4 ms] 1.17.3
[ +13 ms] executing: [/Users/johnmugiraneza/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +13 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/Users/johnmugiraneza/flutter/] git ls-remote --get-url origin
[ +15 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +111 ms] executing: [/Users/johnmugiraneza/flutter/] git rev-parse --abbrev-ref HEAD
[ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +11 ms] executing: sw_vers -productName
[ +29 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +27 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.14.6
[ ] executing: sw_vers -buildVersion
[ +27 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 18G4032
[ +31 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +33 ms] executing: /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb devices -l
[ +13 ms] executing: /usr/bin/xcode-select --print-path
[ +19 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Library/Developer/CommandLineTools
[ +3 ms] executing: /usr/bin/xcodebuild -version
[ +7 ms] Exit code 1 from: /usr/bin/xcodebuild -version
[ ] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools
instance
[ +5 ms] Xcode not found. Run 'flutter doctor' for more information.
[ +2 ms] executing: /usr/bin/xcodebuild -version
[ +10 ms] Exit code 1 from: /usr/bin/xcodebuild -version
[ +1 ms] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools
instance
[ +78 ms] List of devices attached
emulator-5554 device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86 transport_id:1
[ +10 ms] /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +65 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +6 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +15 ms] executing: /usr/bin/xcodebuild -version
[ +6 ms] Exit code 1 from: /usr/bin/xcodebuild -version
[ ] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools
instance
[ +165 ms] Found plugin connectivity at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.8+6/
[ +10 ms] Found plugin connectivity_macos at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+3/
[ +109 ms] Found plugin shared_preferences at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.7+3/
[ +2 ms] Found plugin shared_preferences_macos at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10/
[ +3 ms] Found plugin shared_preferences_web at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7/
[ +149 ms] Found plugin connectivity at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity-0.4.8+6/
[ +1 ms] Found plugin connectivity_macos at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.1.0+3/
[ +47 ms] Found plugin shared_preferences at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.5.7+3/
[ +1 ms] Found plugin shared_preferences_macos at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-0.0.1+10/
[ +2 ms] Found plugin shared_preferences_web at /Users/johnmugiraneza/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-0.1.2+7/
[ +98 ms] Generating /Users/johnmugiraneza/Documents/soma/soma-mobile-app/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +41 ms] executing: /usr/bin/xcodebuild -version
[ +10 ms] Exit code 1 from: /usr/bin/xcodebuild -version
[ +2 ms] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools
instance
[ +8 ms] ro.hardware = ranchu
[ +69 ms] Using hardware rendering with device Android SDK built for x86. If you get graphics artifacts, consider enabling software rendering with
"--enable-software-rendering".
[ +57 ms] Launching lib/main.dart on Android SDK built for x86 in debug mode...
[ +18 ms] /Users/johnmugiraneza/flutter/bin/cache/dart-sdk/bin/dart
/Users/johnmugiraneza/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/johnmugiraneza/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
-Ddart.developer.causal_async_stacks=true --output-dill /var/folders/jv/5k8f2bvs41nc1c928t7rhs240000gn/T/flutter_tool.g6SF0G/app.dill --packages
/Users/johnmugiraneza/Documents/soma/soma-mobile-app/.packages -Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions
--enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
[ +73 ms] executing: /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ +30 ms] Exit code 0 from: /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ ] --------- beginning of main
06-17 14:28:10.103 E/GnssHAL_GnssInterface( 1751): gnssSvStatusCb: b: input svInfo.flags is 8
[ +37 ms] <- compile package:somafri/main.dart
[ +32 ms] executing: /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb version
[ +36 ms] Android Debug Bridge version 1.0.41
Version 30.0.1-6435776
Installed as /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb
[ +5 ms] executing: /Users/johnmugiraneza/Library/Android/sdk/platform-tools/adb start-server
[ +56 ms] Building APK
[ +47 ms] Running Gradle task 'assembleDebug'...
[ +2 ms] gradle.properties already sets android.enableR8
[ +19 ms] Using gradle from /Users/johnmugiraneza/Documents/soma/soma-mobile-app/android/gradlew.
[ +1 ms] /Users/johnmugiraneza/Documents/soma/soma-mobile-app/android/gradlew mode: 33261 rwxr-xr-x.
[ +464 ms] Exception while looking for Android Studio: FileSystemException: Directory listing failed, path = '/Applications/XAMPP/xamppfiles/var/mysql/test/'
(OS Error: Permission denied, errno = 13)
[ +1 ms] Exception while looking for Android Studio: FileSystemException: Directory listing failed, path =
'/Applications/XAMPP/xamppfiles/var/mysql/phpmyadmin/' (OS Error: Permission denied, errno = 13)
[ +2 ms] Exception while looking for Android Studio: FileSystemException: Directory listing failed, path = '/Applications/XAMPP/xamppfiles/var/mysql/mysql/'
(OS Error: Permission denied, errno = 13)
[ +1 ms] Exception while looking for Android Studio: FileSystemException: Directory listing failed, path =
'/Applications/XAMPP/xamppfiles/var/mysql/performance_schema/' (OS Error: Permission denied, errno = 13)
[ +415 ms] Exception while looking for Android Studio: FileSystemException: Directory listing failed, path =
'/Applications/XAMPP/xamppfiles/lib/mysql/plugin/auth_pam_tool_dir/' (OS Error: Permission denied, errno = 13)
[ +293 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ +19 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist
[ ] {"CFBundleName":"Android
Studio","JVMOptions":{"MainClass":"com.intellij.idea.Main","ClassPath":"$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Contents/lib/extensions.jar:$
APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.jar:$APP_PACKAGE/Contents/lib/log4j.jar:$APP_PACKAGE/Contents/lib/trove4j.jar:$APP_
PACKAGE/Contents/lib/jna.jar","JVMVersion":"1.8*,1.8+","Properties":{"idea.home.path":"$APP_PACKAGE/Contents","idea.executable":"studio","idea.platform.pref
ix":"AndroidStudio","idea.paths.selector":"AndroidStudio3.6"},"WorkingDirectory":"$APP_PACKAGE/Contents/bin"},"NSDesktopFolderUsageDescription":"An
application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-192.7142.36.36.6392135","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An
application in Android Studio requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeExtensions":["ipr"],"CFBundleTypeName":"Android
Studio Project
File","CFBundleTypeIconFile":"studio.icns","CFBundleTypeRole":"Editor"},{"CFBundleTypeExtensions":[""],"CFBundleTypeOSTypes":["***"],"LSTypeIsPackage":false,"
CFBundleTypeName":"All
documents","CFBundleTypeRole":"Editor"}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"APPL","CFBundleIconFile":"studio.icns","NSHighResolu
tionCapable":true,"CFBundleShortVersionString":"3.6","NSMicrophoneUsageDescription":"An application in Android Studio requests access to the device's
microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests access
to the user's location
information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"],"CFBundleTypeRole":"Editor"}],
"CFBundleIdentifier":"com.google.android.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVe
rsion":"10.8","NSDocumentsFolderUsageDescription":"An application in Android Studio requests access to the user's Documents
folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's Downloads
folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android
Studio 3.6, build AI-192.7142.36.36.6392135. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio
requests access to files on a removable volume."}
[ +45 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ +143 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version
[ +1 ms] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +3 ms] executing: [/Users/johnmugiraneza/Documents/soma/soma-mobile-app/android/] /Users/johnmugiraneza/Documents/soma/soma-mobile-app/android/gradlew
-Pverbose=true -Ptarget-platform=android-x86 -Ptarget=/Users/johnmugiraneza/Documents/soma/soma-mobile-app/lib/main.dart -Ptrack-widget-creation=true
-Pfilesystem-scheme=org-dartlang-root assembleDebug
[+1407 ms] Starting a Gradle Daemon (subsequent builds will be faster)
[+17281 ms] > Configure project :app
[ +1 ms] Plugin project :connectivity_macos not found. Please update settings.gradle.

@iapicca iapicca removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 17, 2020
hackycy added a commit to PicGo/flutter-picgo that referenced this issue Jun 21, 2020
Plugin project :url_launcher_web not found. Please update settings.gradle. fix: flutter/flutter#55077
@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 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in triage Presently being triaged by the triage team
Projects
None yet
Development

No branches or pull requests

7 participants