8000 iOS ld: symbol(s) not found for architecture arm64 build fails · Issue #87908 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iOS ld: symbol(s) not found for architecture arm64 build fails #87908

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

Closed
Zelfapp opened this issue Aug 8, 2021 · 17 comments
Closed

iOS ld: symbol(s) not found for architecture arm64 build fails #87908

Zelfapp opened this issue Aug 8, 2021 · 17 comments
Labels
c: crash Stack traces logged to the console platform-ios iOS applications specifically r: duplicate Issue is closed as a duplicate of an existing issue t: xcode "xcodebuild" on iOS and general Xcode project management tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@Zelfapp
Copy link
Zelfapp commented Aug 8, 2021

My app runs perfectly and builds on Android no problems. However, trying to flutter build ios --release on iOS and I'm getting the following messages:

Encountered error while building for device.

Undefined symbols for architecture arm64:
      "_OBJC_CLASS_$_GULAppEnvironmentUtil", referenced from:
          objc-class-ref in FIRCLSApplication.o
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system

I have followed the iOS integration guides. Nothing mentions this issue anywhere that I can find, yet I see a lot of people on SO saying do this and do that, but nothing is getting me past this so far.

This issue seems similar but nothing suggested works or I'm doing something wrong.

Tried suggestions here regarding pod order for firebase items in Podfile.

Also, excluded arm64 on iOS simulator.

I have attempted to run the following as suggested on SO:
flutter clean && \ rm ios/Podfile ios/Podfile.lock pubspec.lock && \ rm -rf ios/Pods ios/Runner.xcworkspace && flutter build ios --release

I have also tried:

  1. On project/ios folder, run pod deintegrate && rm Podfile.lock && pod install
  2. On your project folder, run flutter clean
  3. Clear the Xcode derived data by running rm -rf ~/Library/Developer/Xcode/DerivedData
  4. Open the project with Xcode and also clean by doing Cmd + Shift + K
  5. Build with flutter build ios command.
podfile
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
  'Debug' => :debug,
  'Profile' => :release,
  'Release' => :release,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  unless File.exist?(generated_xcode_build_settings_path)
    raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
  end

  File.foreach(generated_xcode_build_settings_path) do |line|
    matches = line.match(/FLUTTER_ROOT\=(.*)/)
    return matches[1].strip if matches
  end
  raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

pod 'Firebase'
pod 'Firebase/Crashlytics'
# add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
# Firebase Performance
pod 'Firebase/Performance'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Functions'
pod 'Firebase/Messaging'
pod 'Firebase/Storage'
pod 'Firebase/DynamicLinks'

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
    target.build_configurations.each do |config|
      config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
    end
  end
end

FF template

flutter doctor -v
[✓] Flutter (Channel master, 2.5.0-6.0.pre.45, on Mac OS X 10.15.4 19E2269
    darwin-x64, locale en-GB)
    • Flutter version 2.5.0-6.0.pre.45 at
      /Users/dhs/documents/fluttersdk/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b08366ce7b (3 hours ago), 2021-08-10 22:22:08 -0700
    • Engine revision 4fef55db10
    • Dart version 2.14.0 (build 2.14.0-385.0.dev)

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.3, Build version 12C33
    • CocoaPods version 1.10.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

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

[✓] Connected device (4 available)
    • Darshan's iphone (mobile)  • 21150b119064aecc249dfcfe05e259197461ce23 •
      ios            • iOS 14.4.1 18D61
    • iPhone 12 Pro Max (mobile) • A5473606-0213-4FD8-BA16-553433949729     •
      ios            • com.apple.CoreSimulator.SimRuntime.iOS-14-3 (simulator)
    • macOS (desktop)            • macos                                    •
      darwin-x64     • Mac OS X 10.15.4 19E2269 darwin-x64
    • Chrome (web)               • chrome                                   •
      web-javascript • Google Chrome 92.0.4515.131




$ flutter analyze
Analyzing wakie_up...
No issues found! (ran in 2.4s)

**$ flutter doctor -v**
 [✓] Flutter (Channel stable, 2.2.3, on macOS 11.5.1 20G80 darwin-x64, locale
    en-US)
    • Flutter version 2.2.3 at /Users/nate/Developer/flutter
    • Framework revision f4abaa0735 (5 weeks ago), 2021-07-01 12:46:11 -0700
    • Engine revision 241c87ad80
    • Dart version 2.13.4

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
    • Android SDK at /Users/nate/Library/Android/sdk
    • Platform android-30, build-tools 30.0.0
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5.1, Build version 12E507
    • CocoaPods version 1.10.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2020.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)

[✓] Connected device (1 available)
    • Chrome (web) • chrome • web-javascript • Google Chrome 92.0.4515.131

• No issues found!
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label Aug 9, 2021
@darshankawar
Copy link
Member

@Zelfapp
Did you manually add below entry in podfile ?

config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'

If so, what happens if you remove that entry and run again ?

Can you also provide flutter run --verbose along with

ios/Flutter/Generated.xcconfig

ios/Runner.xcodeproj/project.pbxproj

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 9, 2021
@Zelfapp
Copy link
Author
Zelfapp commented Aug 9, 2021

If I remove the delete entry from my Podfile I get a bunch of these lines before it fails.

The iOS deployment
    target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target
    versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')

In xCode and in my Podfile I have it set to 10.0.

image

However, if I search in my project I can see that packages I'm including e.g. shared_plus have the IPHONEOS_DEPLOYMENT_TARGET set to 8.0. Is there a way to make packages respect my Podfile or xCode deployment target settings other than in the Podfile deleting anywhere this is found?

image

Logs & files requested from @darshankawar

flutter run --verbose
[  +82 ms] executing: sysctl hw.optional.arm64
[  +13 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[   +5 ms] executing: [/Users/nate/Developer/flutter/] git -c log.showSignature=false log -n 1
--pretty=format:%H
[  +16 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] executing: [/Users/nate/Developer/flutter/] git tag --points-at
f4abaa0735eba4dfd8f33f73363911d63931fe03
[  +23 ms] Exit code 0 from: git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] 2.2.3
[   +6 ms] executing: [/Users/nate/Developer/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/nate/Developer/flutter/] git ls-remote --get-url origin
[  +13 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +94 ms] executing: [/Users/nate/Developer/flutter/] git rev-parse --abbrev-ref HEAD
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +5 ms] executing: sw_vers -productName
[  +12 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +12 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.5.1
[        ] executing: sw_vers -buildVersion
[  +12 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20G80
[  +60 ms] 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.
[  +38 ms] executing: /Users/nate/Library/Android/sdk/platform-tools/adb devices -l
[  +10 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[  +96 ms] Exit code 0 from: xcrun xcodebuild -version
[        ] Xcode 12.5.1
           Build version 12E507
[   +3 ms] executing: xcrun xcdevice list --timeout 2
[   +3 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[  +40 ms] List of devices attached
[  +99 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/E4A7E4AD-6543-4B90-95B
                   C-9F9A30DA3336\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/E4A7E4AD-6543-4B90-95BC-9F9A30DA3336
                   ",
                   "udid" : "E4A7E4AD-6543-4B90-95BC-9F9A30DA3336",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/42BB8D46-0C33-494C-882
                   1-8462A0B4E2D0\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/42BB8D46-0C33-494C-8821-8462A0B4E2D0
                   ",
                   "udid" : "42BB8D46-0C33-494C-8821-8462A0B4E2D0",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C2908BCD-7B05-428A-8DB
                   5-F3C8A0ED74FC\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C2908BCD-7B05-428A-8DB5-F3C8A0ED74FC
                   ",
                   "udid" : "C2908BCD-7B05-428A-8DB5-F3C8A0ED74FC",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3860D704-640F-4590-866
                   1-E0C4ACE13730\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3860D704-640F-4590-8661-E0C4ACE13730
                   ",
                   "udid" : "3860D704-640F-4590-8661-E0C4ACE13730",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/308A43DA-A021-476E-823
                   D-B6C9879375C6\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/308A43DA-A021-476E-823D-B6C9879375C6
                   ",
                   "udid" : "308A43DA-A021-476E-823D-B6C9879375C6",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9966CAE0-1203-4CFA-87D
                   D-6031D33C3B15\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9966CAE0-1203-4CFA-87DD-6031D33C3B15
                   ",
                   "udid" : "9966CAE0-1203-4CFA-87DD-6031D33C3B15",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/219A86A0-5E83-4A9D-A56
                   4-CBAA40B6A148\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/219A86A0-5E83-4A9D-A564-CBAA40B6A148
                   ",
                   "udid" : "219A86A0-5E83-4A9D-A564-CBAA40B6A148",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/42D38ABD-8D1D-4155-A9C
                   9-79605E72F266\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/42D38ABD-8D1D-4155-A9C9-79605E72F266
                   ",
                   "udid" : "42D38ABD-8D1D-4155-A9C9-79605E72F266",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/4451C20F-9AA7-4183-A0A
                   6-8F267E40B0ED\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/4451C20F-9AA7-4183-A0A6-8F267E40B0ED
                   ",
                   "udid" : "4451C20F-9AA7-4183-A0A6-8F267E40B0ED",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B30457C6-EB5E-47DB-B6B
                   5-21F42DABAED4\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B30457C6-EB5E-47DB-B6B5-21F42DABAED4
                   ",
                   "udid" : "B30457C6-EB5E-47DB-B6B5-21F42DABAED4",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9A42BA57-008B-4BE7-B35
                   E-B55EB11C3EDB\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9A42BA57-008B-4BE7-B35E-B55EB11C3EDB
                   ",
                   "udid" : "9A42BA57-008B-4BE7-B35E-B55EB11C3EDB",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/1F7D1D65-B556-4D4A-95B
                   C-97A3BA656B53\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/1F7D1D65-B556-4D4A-95BC-97A3BA656B53
                   ",
                   "udid" : "1F7D1D65-B556-4D4A-95BC-97A3BA656B53",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/28A58D69-1EFC-4B13-826
                   3-E6A4ADEAD364\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/28A58D69-1EFC-4B13-8263-E6A4ADEAD364
                   ",
                   "udid" : "28A58D69-1EFC-4B13-8263-E6A4ADEAD364",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/672B0E2C-72A8-4AF6-8E7
                   4-D181A0EB3966\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/672B0E2C-72A8-4AF6-8E74-D181A0EB3966
                   ",
                   "udid" : "672B0E2C-72A8-4AF6-8E74-D181A0EB3966",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/87261282-551B-4916-B70
                   3-77EA8F73B873\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/87261282-551B-4916-B703-77EA8F73B873
                   ",
                   "udid" : "87261282-551B-4916-B703-77EA8F73B873",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A14E695C-4799-42AF-BD3
                   8-89516C05C1C1\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A14E695C-4799-42AF-BD38-89516C05C1C1
                   ",
                   "udid" : "A14E695C-4799-42AF-BD38-89516C05C1C1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9E112965-926B-4081-BFC
                   3-959FC54996C0\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9E112965-926B-4081-BFC3-959FC54996C0
                   ",
                   "udid" : "9E112965-926B-4081-BFC3-959FC54996C0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0DFF1DFE-2A3A-448F-8C8
                   2-B43D15D334FF\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0DFF1DFE-2A3A-448F-8C82-B43D15D334FF
                   ",
                   "udid" : "0DFF1DFE-2A3A-448F-8C82-B43D15D334FF",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/ACDC9078-C25F-4C95-A19
                   5-F317431D824A\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/ACDC9078-C25F-4C95-A195-F317431D824A
                   ",
                   "udid" : "ACDC9078-C25F-4C95-A195-F317431D824A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C90B29AC-5AD4-4BC2-A37
                   9-EAA45B77D5ED\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED
                   ",
                   "udid" : "C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/25788901-53A9-40A8-A40
                   6-059E9A2F7FDC\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/25788901-53A9-40A8-A406-059E9A2F7FDC
                   ",
                   "udid" : "25788901-53A9-40A8-A406-059E9A2F7FDC",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/4B91A821-4188-48C4-82C
                   C-D1AF4BB7B290\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/4B91A821-4188-48C4-82CC-D1AF4BB7B290
                   ",
                   "udid" : "4B91A821-4188-48C4-82CC-D1AF4BB7B290",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/2012D018-F03C-4B71-93A
                   1-3F65042E281E\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/2012D018-F03C-4B71-93A1-3F65042E281E
                   ",
                   "udid" : "2012D018-F03C-4B71-93A1-3F65042E281E",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A4D0D1B6-F374-4B73-9C0
                   C-F86CE62489FA\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A4D0D1B6-F374-4B73-9C0C-F86CE62489FA
                   ",
                   "udid" : "A4D0D1B6-F374-4B73-9C0C-F86CE62489FA",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0B000211-1C3A-4D9E-AEC
                   E-5B1AC84A5F7D\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D
                   ",
                   "udid" : "0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AE19172E-D35C-4C5E-9B6
                   D-86F7D8D3B671\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AE19172E-D35C-4C5E-9B6D-86F7D8D3B671
                   ",
                   "udid" : "AE19172E-D35C-4C5E-9B6D-86F7D8D3B671",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
      
10000
             "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AABC7D5D-3C4F-4B9C-BDD
                   0-D4E26CADD038\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038
                   ",
                   "udid" : "AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (3rd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/46BCB8DD-C1D9-4E79-B99
                   1-18A56A506043\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/46BCB8DD-C1D9-4E79-B991-18A56A506043
                   ",
                   "udid" : "46BCB8DD-C1D9-4E79-B991-18A56A506043",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (5th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-1" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/24973E6C-D863-4BD2-B3D
                   2-B9EFBE4A9A7C\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/24973E6C-D863-4BD2-B3D2-B9EFBE4A9A7C
                   ",
                   "udid" : "24973E6C-D863-4BD2-B3D2-B9EFBE4A9A7C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/CF51007E-A1F6-40AA-89A
                   1-07A15876CD81\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/CF51007E-A1F6-40AA-89A1-07A15876CD81
                   ",
                   "udid" : "CF51007E-A1F6-40AA-89A1-07A15876CD81",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/92961DE7-27CA-4056-A5B
                   A-BAC5D389E1B3\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/92961DE7-27CA-4056-A5BA-BAC5D389E1B3
                   ",
                   "udid" : "92961DE7-27CA-4056-A5BA-BAC5D389E1B3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3D5907FA-18E1-4D5A-96D
                   2-AD61CC79E1F2\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3D5907FA-18E1-4D5A-96D2-AD61CC79E1F2
                   ",
                   "udid" : "3D5907FA-18E1-4D5A-96D2-AD61CC79E1F2",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C0AA552D-EF96-48AC-83A
                   E-AB57E6B2FF08\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C0AA552D-EF96-48AC-83AE-AB57E6B2FF08
                   ",
                   "udid" : "C0AA552D-EF96-48AC-83AE-AB57E6B2FF08",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/E31E764A-E379-4D98-A65
                   8-8BFF1DFBA701\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/E31E764A-E379-4D98-A658-8BFF1DFBA701
                   ",
                   "udid" : "E31E764A-E379-4D98-A658-8BFF1DFBA701",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/044DF8C9-B79E-4C0A-807
                   0-527324459B4B\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/044DF8C9-B79E-4C0A-8070-527324459B4B
                   ",
                   "udid" : "044DF8C9-B79E-4C0A-8070-527324459B4B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/581FCACA-3DD6-4932-AF3
                   2-E94A7E33732F\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/581FCACA-3DD6-4932-AF32-E94A7E33732F
                   ",
                   "udid" : "581FCACA-3DD6-4932-AF32-E94A7E33732F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/FB86E9E9-2D7E-474F-AC2
                   B-EAFE91A3236E\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/FB86E9E9-2D7E-474F-AC2B-EAFE91A3236E
                   ",
                   "udid" : "FB86E9E9-2D7E-474F-AC2B-EAFE91A3236E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/F85CAAAF-6BAA-42B1-B8B
                   2-100F5C871049\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/F85CAAAF-6BAA-42B1-B8B2-100F5C871049
                   ",
                   "udid" : "F85CAAAF-6BAA-42B1-B8B2-100F5C871049",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AFC8A2B7-7E2D-451D-B74
                   9-C1F26D98067D\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AFC8A2B7-7E2D-451D-B749-C1F26D98067D
                   ",
                   "udid" : "AFC8A2B7-7E2D-451D-B749-C1F26D98067D",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3C9831FC-F73C-49B4-AEF
                   C-DCD2D0140189\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3C9831FC-F73C-49B4-AEFC-DCD2D0140189
                   ",
                   "udid" : "3C9831FC-F73C-49B4-AEFC-DCD2D0140189",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3110A723-BE9A-4F6C-8DD
                   0-DA7A11F05B43\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3110A723-BE9A-4F6C-8DD0-DA7A11F05B43
                   ",
                   "udid" : "3110A723-BE9A-4F6C-8DD0-DA7A11F05B43",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/F50A7E05-3933-4DAD-97B
                   5-DF20E6F34A06\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/F50A7E05-3933-4DAD-97B5-DF20E6F34A06
                   ",
                   "udid" : "F50A7E05-3933-4DAD-97B5-DF20E6F34A06",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/804F3C25-11B9-4594-8F9
                   1-06560469FF83\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/804F3C25-11B9-4594-8F91-06560469FF83
                   ",
                   "udid" : "804F3C25-11B9-4594-8F91-06560469FF83",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/1346D8AC-956D-49FC-B62
                   C-F4DB01A1984F\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/1346D8AC-956D-49FC-B62C-F4DB01A1984F
                   ",
                   "udid" : "1346D8AC-956D-49FC-B62C-F4DB01A1984F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/91E8024C-5A86-4769-BF3
                   C-B8F3BC096665\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/91E8024C-5A86-4769-BF3C-B8F3BC096665
                   ",
                   "udid" : "91E8024C-5A86-4769-BF3C-B8F3BC096665",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/FCB11B39-9472-4097-8C6
                   E-F494BA1B79EB\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/FCB11B39-9472-4097-8C6E-F494BA1B79EB
                   ",
                   "udid" : "FCB11B39-9472-4097-8C6E-F494BA1B79EB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A31BE715-36C1-4656-A03
                   E-208CFF80BD9E\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A31BE715-36C1-4656-A03E-208CFF80BD9E
                   ",
                   "udid" : "A31BE715-36C1-4656-A03E-208CFF80BD9E",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/D93AD70E-491E-428A-92C
                   3-7F857CBD3D63\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/D93AD70E-491E-428A-92C3-7F857CBD3D63
                   ",
                   "udid" : "D93AD70E-491E-428A-92C3-7F857CBD3D63",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0E34A55A-72E6-4AC1-812
                   C-BA37E18D6095\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0E34A55A-72E6-4AC1-812C-BA37E18D6095
                   ",
                   "udid" : "0E34A55A-72E6-4AC1-812C-BA37E18D6095",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/8092DD59-63B0-4EA8-87E
                   2-631821D20878\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/8092DD59-63B0-4EA8-87E2-631821D20878
                   ",
                   "udid" : "8092DD59-63B0-4EA8-87E2-631821D20878",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C6EA8793-F646-46E7-BBD
                   E-AAD83DDDE4AE\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE
                   ",
                   "udid" : "C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C8AE5AC3-9760-436E-860
                   9-B5EB4E6D63C0\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C8AE5AC3-9760-436E-8609-B5EB4E6D63C0
                   ",
                   "udid" : "C8AE5AC3-9760-436E-8609-B5EB4E6D63C0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (2nd generation)"
                 },
                 {
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A642509D-78ED-48EA-89A
                   9-618B9CF2D419\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A642509D-78ED-48EA-89A9-618B9CF2D419
                   ",
                   "udid" : "A642509D-78ED-48EA-89A9-618B9CF2D419",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/EDA510C3-AB9E-489A-8DE
                   2-84AB3333449C\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/EDA510C3-AB9E-489A-8DE2-84AB3333449C
                   ",
                   "udid" : "EDA510C3-AB9E-489A-8DE2-84AB3333449C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B70742E4-6375-45A0-ABD
                   B-1CF9A38E634F\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B70742E4-6375-45A0-ABDB-1CF9A38E634F
                   ",
                   "udid" : "B70742E4-6375-45A0-ABDB-1CF9A38E634F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B73E58CC-0074-42F2-9D8
                   2-B7648049CB6C\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B73E58CC-0074-42F2-9D82-B7648049CB6C
                   ",
                   "udid" : "B73E58CC-0074-42F2-9D82-B7648049CB6C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AD8B5772-38AB-4ECB-BD9
                   1-987312DEBB0A\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AD8B5772-38AB-4ECB-BD91-987312DEBB0A
                   ",
                   "udid" : "AD8B5772-38AB-4ECB-BD91-987312DEBB0A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3475871B-9643-4C29-B02
                   6-FEB5D8173A45\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3475871B-9643-4C29-B026-FEB5D8173A45
                   ",
                   "udid" : "3475871B-9643-4C29-B026-FEB5D8173A45",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/697F5B17-2D37-4C30-A6F
                   B-4F52F907112B\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/697F5B17-2D37-4C30-A6FB-4F52F907112B
                   ",
                   "udid" : "697F5B17-2D37-4C30-A6FB-4F52F907112B",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/06D7A49F-01C8-414C-A78
                   3-7BD4E83C47D5\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/06D7A49F-01C8-414C-A783-7BD4E83C47D5
                   ",
                   "udid" : "06D7A49F-01C8-414C-A783-7BD4E83C47D5",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/510E566E-474B-419C-922
                   F-A835A7D0C9CC\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/510E566E-474B-419C-922F-A835A7D0C9CC
                   ",
                   "udid" : "510E566E-474B-419C-922F-A835A7D0C9CC",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (7th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B2D71655-1A30-49C8-899
                   6-1779AB76FA37\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B2D71655-1A30-49C8-8996-1779AB76FA37
                   ",
                   "udid" : "B2D71655-1A30-49C8-8996-1779AB76FA37",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3772F924-EC76-449B-BFA
                   A-FFCCDA7B1C30\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3772F924-EC76-449B-BFAA-FFCCDA7B1C30
                   ",
                   "udid" : "3772F924-EC76-449B-BFAA-FFCCDA7B1C30",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/74E53986-1908-4C35-9BE
                   2-509DCE95B21C\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/74E53986-1908-4C35-9BE2-509DCE95B21C
                   ",
                   "udid" : "74E53986-1908-4C35-9BE2-509DCE95B21C",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (3rd generation)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/51116B00-AEF6-4333-99C
                   B-33F83879099A\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/51116B00-AEF6-4333-99CB-33F83879099A
                   ",
                   "udid" : "51116B00-AEF6-4333-99CB-33F83879099A",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/02663950-4C4C-41FF-AF7
                   6-529AA0215C38\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/02663950-4C4C-41FF-AF76-529AA0215C38
                   ",
                   "udid" : "02663950-4C4C-41FF-AF76-529AA0215C38",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 4 - 44mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/61F72B79-88C3-459F-820
                   B-05ED464A7949\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/61F72B79-88C3-459F-820B-05ED464A7949
                   ",
                   "udid" : "61F72B79-88C3-459F-820B-05ED464A7949",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/900A16C4-A729-43E2-94A
                   2-803F33112181\/data",
                   "logPath" :
                   "\/Users\/nate\/Library\/Logs\/CoreSimulator\/900A16C4-A729-43E2-94A2-803F33112181
                   ",
                   "udid" : "900A16C4-A729-43E2-94A2-803F33112181",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 }
               ]
             }
           }
[+2438 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "0E34A55A-72E6-4AC1-812C-BA37E18D6095",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "A642509D-78ED-48EA-89A9-618B9CF2D419",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (at 1080p) (2nd generation)",
                        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "4B91A821-4188-48C4-82CC-D1AF4BB7B290",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "8092DD59-63B0-4EA8-87E2-631821D20878",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "B30457C6-EB5E-47DB-B6B5-21F42DABAED4",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,5",
                        "identifier" : "AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-3rd-1",
                        "modelName" : "iPad Pro (11-inch) (3rd generation)",
                        "name" : "iPad Pro (11-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,10",
                        "identifier" : "46BCB8DD-C1D9-4E79-B991-18A56A506043",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-5th-1",
                        "modelName" : "iPad Pro (12.9-inch) (5th generation)",
                        "name" : "iPad Pro (12.9-inch) (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "28A58D69-1EFC-4B13-8263-E6A4ADEAD364",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "ACDC9078-C25F-4C95-A195-F317431D824A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "A4D0D1B6-F374-4B73-9C0C-F86CE62489FA",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
                        "modelName" : "iPad Pro (12.9-inch) (4th generation)",
                        "name" : "iPad Pro (12.9-inch) (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "87261282-551B-4916-B703-77EA8F73B873",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "9A42BA57-008B-4BE7-B35E-B55EB11C3EDB",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "4451C20F-9AA7-4183-A0A6-8F267E40B0ED",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "25788901-53A9-40A8-A406-059E9A2F7FDC",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "A14E695C-4799-42AF-BD38-89516C05C1C1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "0DFF1DFE-2A3A-448F-8C82-B43D15D334FF",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "9E112965-926B-4081-BFC3-959FC54996C0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "672B0E2C-72A8-4AF6-8E74-D181A0EB3966",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "1F7D1D65-B556-4D4A-95BC-97A3BA656B53",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "AE19172E-D35C-4C5E-9B6D-86F7D8D3B671",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "219A86A0-5E83-4A9D-A564-CBAA40B6A148",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "2012D018-F03C-4B71-93A1-3F65042E281E",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
                        "modelName" : "iPad Pro (11-inch) (2nd generation)",
                        "name" : "iPad Pro (11-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "C8AE5AC3-9760-436E-8609-B5EB4E6D63C0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (2nd generation)",
                        "name" : "Apple TV 4K (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "42D38ABD-8D1D-4155-A9C9-79605E72F266",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      }
                    ]
[   +6 ms] 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.
[   +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.
[  +73 ms] Skipping pub get: version match.
[  +31 ms] Found plugin audio_session at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/audio_session-0.1.5/
[   +8 ms] Found plugin better_player at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.72/
[  +13 ms] Found plugin camera at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.8.1+7/
[   +5 ms] Found plugin cloud_firestore at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-2.4.0/
[   +2 ms] Found plugin cloud_firestore_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.3.0/
[   +1 ms] Found plugin cloud_functions at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.0.0/
[   +1 ms] Found plugin cloud_functions_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.0.10/
[   +2 ms] Found plugin connectivity_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.6/
[   +1 ms] Found plugin connectivity_plus_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[   +1 ms] Found plugin connectivity_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[   +1 ms] Found plugin connectivity_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[        ] Found plugin connectivity_plus_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[   +1 ms] Found plugin contact_picker_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/contact_picker_web-4.5.1/
[   +8 ms] Found plugin file_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/
[   +1 ms] Found plugin firebase_analytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.2.0/
[   +1 ms] Found plugin firebase_analytics_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.0.1/
[   +1 ms] Found plugin firebase_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.0.0/
[        ] Found plugin firebase_core at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.4.0/
[   +1 ms] Found plugin firebase_core_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[        ] Found plugin firebase_crashlytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-2.1.1/
[   +1 ms] Found plugin firebase_dynamic_links at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-2.0.7/
[        ] Found plugin firebase_messaging at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.4/
[   +1 ms] Found plugin firebase_messaging_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.3/
[        ] Found plugin firebase_storage at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.0.1/
[   +1 ms] Found plugin firebase_storage_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.0.0/
[   +5 ms] Found plugin flutter_contact at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_contact-0.9.1+7/
[   +1 ms] Found plugin flutter_facebook_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth-3.5.0/
[   +1 ms] Found plugin flutter_facebook_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth_web-2.6.0+2/
[   +1 ms] Found plugin flutter_local_notifications at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-8.0.0/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0
.1/
[   +2 ms] Found plugin flutter_sound at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound-8.3.9/
[   +2 ms] Found plugin flutter_sound_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound_web-8.3.9/
[   +1 ms] Found plugin flutter_uploader at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_uploader-1.2.1/
[   +1 ms] Found plugin fluttercontactpicker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/fluttercontactpicker-4.5.1/
[   +2 ms] Found plugin google_sign_in at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.5/
[   +1 ms] Found plugin google_sign_in_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[   +5 ms] Found plugin image_cropper at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-1.4.1/
[        ] Found plugin image_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.2/
[        ] Found plugin image_picker_for_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.1.1/
[   +3 ms] Found plugin just_audio at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio-0.9.5/
[   +1 ms] Found plugin just_audio_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio_web-0.4.1/
[   +5 ms] Found plugin path_provider at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[        ] Found plugin path_provider_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/
[        ] Found plugin permission_handler at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.4+2/
[   +5 ms] Found plugin share_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus-2.1.4/
[        ] Found plugin share_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_macos-2.0.2/
[        ] Found plugin share_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_web-2.0.4/
[   +3 ms] Found plugin sqflite at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +6 ms] Found plugin url_launcher at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.6/
[        ] Found plugin url_launcher_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[        ] Found plugin url_launcher_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[   +1 ms] Found plugin video_thumbnail at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.4.3/
[   +1 ms] Found plugin wakelock at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.2/
[        ] Found plugin wakelock_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.1.0+1/
[        ] Found plugin wakelock_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.2.0+1/
[  +66 ms] Found plugin audio_session at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/audio_session-0.1.5/
[        ] Found plugin better_player at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.72/
[   +3 ms] Found plugin camera at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.8.1+7/
[   +1 ms] Found plugin cloud_firestore at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-2.4.0/
[        ] Found plugin cloud_firestore_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.3.0/
[        ] Found plugin cloud_functions at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.0.0/
[        ] Found plugin cloud_functions_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.0.10/
[        ] Found plugin connectivity_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.6/
[        ] Found plugin connectivity_plus_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[        ] Found plugin connectivity_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[        ] Found plugin connectivity_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[        ] Found plugin connectivity_plus_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[        ] Found plugin contact_picker_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/contact_picker_web-4.5.1/
[   +3 ms] Found plugin file_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/
[        ] Found plugin firebase_analytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.2.0/
[        ] Found plugin firebase_analytics_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.0.1/
[        ] Found plugin firebase_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.0.0/
[        ] Found plugin firebase_core at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.4.0/
[        ] Found plugin firebase_core_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[        ] Found plugin firebase_crashlytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-2.1.1/
[   +1 ms] Found plugin firebase_dynamic_links at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-2.0.7/
[        ] Found plugin firebase_messaging at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.4/
[        ] Found plugin firebase_messaging_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.3/
[        ] Found plugin firebase_storage at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.0.1/
[        ] Found plugin firebase_storage_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.0.0/
[   +2 ms] Found plugin flutter_contact at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_contact-0.9.1+7/
[        ] Found plugin flutter_facebook_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth-3.5.0/
[        ] Found plugin flutter_facebook_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth_web-2.6.0+2/
[        ] Found plugin flutter_local_notifications at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-8.0.0/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0
.1/
[        ] Found plugin flutter_sound at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound-8.3.9/
[        ] Found plugin flutter_sound_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound_web-8.3.9/
[        ] Found plugin flutter_uploader at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_uploader-1.2.1/
[        ] Found plugin fluttercontactpicker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/fluttercontactpicker-4.5.1/
[   +1 ms] Found plugin google_sign_in at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.5/
[        ] Found plugin google_sign_in_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[   +2 ms] Found plugin image_cropper at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-1.4.1/
[        ] Found plugin image_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.2/
[        ] Found plugin image_picker_for_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.1.1/
[   +2 ms] Found plugin just_audio at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio-0.9.5/
[        ] Found plugin just_audio_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio_web-0.4.1/
[   +3 ms] Found plugin path_provider at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[        ] Found plugin path_provider_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/
[        ] Found plugin permission_handler at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.4+2/
[   +3 ms] Found plugin share_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus-2.1.4/
[        ] Found plugin share_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_macos-2.0.2/
[        ] Found plugin share_plus_web a
57A6
t
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_web-2.0.4/
[   +1 ms] Found plugin sqflite at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +3 ms] Found plugin url_launcher at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.6/
[        ] Found plugin url_launcher_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[        ] Found plugin url_launcher_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[        ] Found plugin video_thumbnail at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.4.3/
[        ] Found plugin wakelock at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.2/
[        ] Found plugin wakelock_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.1.0+1/
[        ] Found plugin wakelock_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.2.0+1/
[  +13 ms] Generating
/Users/nate/AndroidStudioProjects/wakie_up/android/app/src/main/java/io/flutter/plugins/GeneratedPlug
inRegistrant.java
[ +167 ms] Launching lib/main.dart on Chrome in debug mode...
[  +91 ms] Updating assets
[ +253 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force
rerun. for more information see #56466.
[   +3 ms] Waiting for connection from debug service on Chrome...
[  +10 ms] Found plugin audio_session at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/audio_session-0.1.5/
[        ] Found plugin better_player at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.72/
[   +3 ms] Found plugin camera at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.8.1+7/
[   +1 ms] Found plugin cloud_firestore at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-2.4.0/
[        ] Found plugin cloud_firestore_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.3.0/
[        ] Found plugin cloud_functions at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.0.0/
[        ] Found plugin cloud_functions_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.0.10/
[   +1 ms] Found plugin connectivity_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.6/
[        ] Found plugin connectivity_plus_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[        ] Found plugin connectivity_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[        ] Found plugin connectivity_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[        ] Found plugin connectivity_plus_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[        ] Found plugin contact_picker_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/contact_picker_web-4.5.1/
[   +3 ms] Found plugin file_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/
[        ] Found plugin firebase_analytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.2.0/
[        ] Found plugin firebase_analytics_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.0.1/
[        ] Found plugin firebase_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.0.0/
[        ] Found plugin firebase_core at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.4.0/
[        ] Found plugin firebase_core_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[        ] Found plugin firebase_crashlytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-2.1.1/
[        ] Found plugin firebase_dynamic_links at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-2.0.7/
[        ] Found plugin firebase_messaging at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.4/
[        ] Found plugin firebase_messaging_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.3/
[        ] Found plugin firebase_storage at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.0.1/
[        ] Found plugin firebase_storage_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.0.0/
[   +1 ms] Found plugin flutter_contact at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_contact-0.9.1+7/
[        ] Found plugin flutter_facebook_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth-3.5.0/
[        ] Found plugin flutter_facebook_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth_web-2.6.0+2/
[        ] Found plugin flutter_local_notifications at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-8.0.0/
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0
.1/
[        ] Found plugin flutter_sound at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound-8.3.9/
[        ] Found plugin flutter_sound_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound_web-8.3.9/
[        ] Found plugin flutter_uploader at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_uploader-1.2.1/
[        ] Found plugin fluttercontactpicker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/fluttercontactpicker-4.5.1/
[   +1 ms] Found plugin google_sign_in at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.5/
[        ] Found plugin google_sign_in_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[   +2 ms] Found plugin image_cropper at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-1.4.1/
[        ] Found plugin image_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.2/
[        ] Found plugin image_picker_for_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.1.1/
[   +1 ms] Found plugin just_audio at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio-0.9.5/
[        ] Found plugin just_audio_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio_web-0.4.1/
[   +3 ms] Found plugin path_provider at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[        ] Found plugin path_provider_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/
[        ] Found plugin permission_handler at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.4+2/
[   +5 ms] Found plugin share_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus-2.1.4/
[        ] Found plugin share_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_macos-2.0.2/
[        ] Found plugin share_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_web-2.0.4/
[   +1 ms] Found plugin sqflite at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +3 ms] Found plugin url_launcher at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.6/
[        ] Found plugin url_launcher_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[        ] Found plugin url_launcher_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[        ] Found plugin video_thumbnail at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.4.3/
[        ] Found plugin wakelock at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.2/
[        ] Found plugin wakelock_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.1.0+1/
[   +1 ms] Found plugin wakelock_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.2.0+1/
[   +9 ms] Found plugin audio_session at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/audio_session-0.1.5/
[        ] Found plugin better_player at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.72/
[   +2 ms] Found plugin camera at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/camera-0.8.1+7/
[   +1 ms] Found plugin cloud_firestore at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-2.4.0/
[        ] Found plugin cloud_firestore_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-2.3.0/
[        ] Found plugin cloud_functions at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions-3.0.0/
[        ] Found plugin cloud_functions_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_functions_web-4.0.10/
[        ] Found plugin connectivity_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.6/
[        ] Found plugin connectivity_plus_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[        ] Found plugin connectivity_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[        ] Found plugin connectivity_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[        ] Found plugin connectivity_plus_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[        ] Found plugin contact_picker_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/contact_picker_web-4.5.1/
[   +3 ms] Found plugin file_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/
[        ] Found plugin firebase_analytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.2.0/
[        ] Found plugin firebase_analytics_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.0.1/
[        ] Found plugin firebase_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-3.0.0/
[        ] Found plugin firebase_core at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.4.0/
[        ] Found plugin firebase_core_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[        ] Found plugin firebase_crashlytics at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_crashlytics-2.1.1/
[        ] Found plugin firebase_dynamic_links at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_dynamic_links-2.0.7/
[        ] Found plugin firebase_messaging at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.4/
[        ] Found plugin firebase_messaging_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.3/
[        ] Found plugin firebase_storage at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-10.0.1/
[        ] Found plugin firebase_storage_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-3.0.0/
[   +1 ms] Found plugin flutter_contact at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_contact-0.9.1+7/
[        ] Found plugin flutter_facebook_auth at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth-3.5.0/
[        ] Found plugin flutter_facebook_auth_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_facebook_auth_web-2.6.0+2/
[        ] Found plugin flutter_local_notifications at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-8.0.0/
[        ] Found plugin flutter_plugin_android_lifecycle at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0
.1/
[        ] Found plugin flutter_sound at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound-8.3.9/
[        ] Found plugin flutter_sound_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_sound_web-8.3.9/
[        ] Found plugin flutter_uploader at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_uploader-1.2.1/
[        ] Found plugin fluttercontactpicker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/fluttercontactpicker-4.5.1/
[   +1 ms] Found plugin google_sign_in at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in-5.0.5/
[        ] Found plugin google_sign_in_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/google_sign_in_web-0.10.0/
[   +2 ms] Found plugin image_cropper at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_cropper-1.4.1/
[        ] Found plugin image_picker at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.2/
[        ] Found plugin image_picker_for_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.1.1/
[   +1 ms] Found plugin just_audio at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio-0.9.5/
[        ] Found plugin just_audio_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/just_audio_web-0.4.1/
[   +2 ms] Found plugin path_provider at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[        ] Found plugin path_provider_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/
[        ] Found plugin permission_handler at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.4+2/
[   +2 ms] Found plugin share_plus at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus-2.1.4/
[   +1 ms] Found plugin share_plus_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_macos-2.0.2/
[        ] Found plugin share_plus_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus_web-2.0.4/
[   +1 ms] Found plugin sqflite at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +3 ms] Found plugin url_launcher at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.6/
[        ] Found plugin url_launcher_linux at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[        ] Found plugin url_launcher_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[        ] Found plugin video_thumbnail at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/video_thumbnail-0.4.3/
[        ] Found plugin wakelock at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.2/
[        ] Found plugin wakelock_macos at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.1.0+1/
[        ] Found plugin wakelock_web at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.2.0+1/
[ +299 ms] <- reset
[   +4 ms] /Users/nate/Developer/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/nate/Developer/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot
--sdk-root /Users/nate/Developer/flutter/bin/cache/flutter_web_sdk/ --incremental --target=dartdevc
--debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true
--output-dill
/var/folders/67/llrrtlr10bvb7zx28x78m9jc0000gn/T/flutter_tools.l1jHVd/flutter_tool.yGVjE9/app.dill
--libraries-spec file:///Users/nate/Developer/flutter/bin/cache/flutter_web_sdk/libraries.json
--packages /Users/nate/AndroidStudioProjects/wakie_up/.dart_tool/package_config.json
-Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation
--filesystem-root
/var/folders/67/llrrtlr10bvb7zx28x78m9jc0000gn/T/flutter_tools.l1jHVd/flutter_tools.IDHJcG
--filesystem-scheme org-dartlang-app --initialize-from-dill
build/b1b715402d823b7fd5c2b68d2edcb2ce.cache.dill.track.dill --platform
file:///Users/nate/Developer/flutter/bin/cache/flutter_web_sdk/kernel/flutter_ddc_sdk_sound.dill
--sound-null-safety
[   +7 ms] <- compile org-dartlang-app:/web_entrypoint.dart
[+23143 ms] Waiting for connection from debug service on Chrome... (completed in 23.6s)
[        ] Synced 49.6MB.
[        ] <- accept
[        ] Caching compiled dill
[  +88 ms] Using Google Chrome 92.0.4515.131 

[ +371 ms] [CHROME]:
[   +1 ms] [CHROME]:DevTools listening on
ws://127.0.0.1:62355/devtools/browser/f4b27230-8e8f-482a-a7a0-cc4578a30250
[+1009 ms] DwdsInjector: Received request for entrypoint at
http://localhost:62339/main_module.bootstrap.js
[   +4 ms] MetadataProvider: Loading debug metadata...
[  +24 ms] MetadataProvider: Loaded debug metadata (sound null safety)
[  +11 ms] DwdsInjector: Injected debugging metadata for entrypoint at
http://localhost:62339/main_module.bootstrap.js
[+2165 ms] ChromeProxyService: Initializing expression compiler for main_module.bootstrap.js with
sound null safety: true
[ +132 ms] DevHandler: Debug service listening on ws://127.0.0.1:62375/-tIe8BgtazM=/ws

[  +19 ms] This app is linked to the debug service: ws://127.0.0.1:62375/-tIe8BgtazM=/ws
[   +5 ms] Debug service listening on ws://127.0.0.1:62375/-tIe8BgtazM=/ws
[        ] 💪 Running with sound null safety 💪
[   +2 ms] 🔥  To hot restart changes while running, press "r" or "R".
[        ] For a more detailed help message, press "h". To quit, press "q".
[  +19 ms] TypeError: Cannot read property 'app' of undefined
               at Object.app$ [as app]

(http://localhost:62339/packages/firebase_core_web/src/interop/core.dart.lib.js:31:101)
               at new cloud_firestore_web.FirebaseFirestoreWeb.new

(http://localhost:62339/packages/cloud_firestore_web/src/write_batch_web.dart.lib.js:780:64)
               at Function.registerWith

(http://localhost:62339/packages/cloud_firestore_web/src/write_batch_web.dart.lib.js:692:73)
               at Object.registerPlugins

(http://localhost:62339/packages/wakie_up/generated_plugin_registrant.dart.lib.js:32:46)
               at main (http://localhost:62339/web_entrypoint.dart.lib.js:32:35)
               at main.next (<anonymous>)
               at runBody (http://localhost:62339/dart_sdk.js:37422:34)
               at Object._async [as async] (http://localhost:62339/dart_sdk.js:37453:7)
               at main$ (http://localhost:62339/web_entrypoint.dart.lib.js:31:18)
               at http://localhost:62339/main_module.bootstrap.js:19:10
               at Array.forEach (<anonymous>)
               at window.$dartRunMain (http://localhost:62339/main_module.bootstrap.js:18:32)
               at <anonymous>:1:8
               at Object.runMain (http://localhost:62339/dwds/src/injected/client.js:8825:21)
               at http://localhost:62339/dwds/src/injected/client.js:22713:19
               at _wrapJsFunctionForAsync_closure.$protected
               (http://localhost:62339/dwds/src/injected/client.js:3851:15)
               at _wrapJsFunctionForAsync_closure.call$2
               (http://localhost:62339/dwds/src/injected/client.js:11063:12)
               at Object._asyncStartSync (http://localhost:62339/dwds/src/injected/client.js:3815:20)
               at main__closure1.$call$body$main__closure
               (http://localhost:62339/dwds/src/injected/client.js:227
B422
25:16)
               at main__closure1.call$1 (http://localhost:62339/dwds/src/injected/client.js:22652:19)
               at StaticClosure._rootRunUnary [as call$2$5]
               (http://localhost:62339/dwds/src/injected/client.js:4185:16)
               at _CustomZone.runUnary$2$2
(http://localhost:62339/dwds/src/injected/client.js:12436:39)
               at _CustomZone.runUnaryGuarded$1$2
(http://localhost:62339/dwds/src/injected/client.js:12383:14)
               at _ControllerSubscription._sendData$1
               (http://localhost:62339/dwds/src/injected/client.js:11959:19)
               at _DelayedData.perform$1
(http://localhost:62339/dwds/src/injected/client.js:12148:59)
               at _PendingEvents_schedule_closure.call$0
               (http://localhost:62339/dwds/src/injected/client.js:12197:14)
               at Object._microtaskLoop (http://localhost:62339/dwds/src/injected/client.js:4023:24)
               at StaticClosure._startMicrotaskLoop
(http://localhost:62339/dwds/src/injected/client.js:4029:11)
               at _AsyncRun__initializeScheduleImmediate_internalCallback.call$1
               (http://localhost:62339/dwds/src/injected/client.js:10932:9)
               at invokeClosure (http://localhost:62339/dwds/src/injected/client.js:1259:26)
               at MutationObserver.<anonymous>
(http://localhost:62339/dwds/src/injected/client.js:1278:18)
[+3579 ms] DevHandler: Stopped debug service on ws://127.0.0.1:62373

[ +827 ms] Application finished.
[   +3 ms] "flutter run" took 35,524ms.
[ +131 ms] ensureAnalyticsSent: 128ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 0
ios/Flutter/Generated.xconfig
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/nate/Developer/flutter
FLUTTER_APPLICATION_PATH=/Users/nate/AndroidStudioProjects/wakie_up
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build/ios
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=15
EXCLUDED_ARCHS[sdk=iphonesimulator*]=arm64 i386
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/nate/AndroidStudioProjects/wakie_up/.dart_tool/package_config.json
ios/Runner.xcodeproj/project.pbxproj
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 51;
	objects = {

/* Begin PBXBuildFile section */
		1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
		3170ED7B1896F9751B202EA3 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36C60A6DBDD3BEDB40439F34 /* Pods_Runner.framework */; };
		3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
		43FE8A6526BEEFA100398C8E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 43FE8A6426BEEFA100398C8E /* GoogleService-Info.plist */; };
		74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
		97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
		97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
		97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		9705A1C41CF9048500538489 /* Embed Frameworks */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "";
			dstSubfolderSpec = 10;
			files = (
			);
			name = "Embed Frameworks";
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
		1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
		340F9F00E58B2ED3FF1C65D5 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
		36C60A6DBDD3BEDB40439F34 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
		43FE8A6426BEEFA100398C8E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
		43FE8A6626BEF33800398C8E /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
		74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
		74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
		9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
		97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
		97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
		97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		C0B1F422E2C7AFB13DDCDAEF /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
		CFF727D0961BED63B77CCCA3 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		97C146EB1CF9000F007C117D /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3170ED7B1896F9751B202EA3 /* Pods_Runner.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		01FB71E59B8340119B8E12DC /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				36C60A6DBDD3BEDB40439F34 /* Pods_Runner.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		6159DA497EC57E992EB3A67B /* Pods */ = {
			isa = PBXGroup;
			children = (
				C0B1F422E2C7AFB13DDCDAEF /* Pods-Runner.debug.xcconfig */,
				CFF727D0961BED63B77CCCA3 /* Pods-Runner.release.xcconfig */,
				340F9F00E58B2ED3FF1C65D5 /* Pods-Runner.profile.xcconfig */,
			);
			path = Pods;
			sourceTree = "<group>";
		};
		9740EEB11CF90186004384FC /* Flutter */ = {
			isa = PBXGroup;
			children = (
				3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
				9740EEB21CF90195004384FC /* Debug.xcconfig */,
				7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
				9740EEB31CF90195004384FC /* Generated.xcconfig */,
			);
			name = Flutter;
			sourceTree = "<group>";
		};
		97C146E51CF9000F007C117D = {
			isa = PBXGroup;
			children = (
				9740EEB11CF90186004384FC /* Flutter */,
				97C146F01CF9000F007C117D /* Runner */,
				97C146EF1CF9000F007C117D /* Products */,
				6159DA497EC57E992EB3A67B /* Pods */,
				01FB71E59B8340119B8E12DC /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		97C146EF1CF9000F007C117D /* Products */ = {
			isa = PBXGroup;
			children = (
				97C146EE1CF9000F007C117D /* Runner.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		97C146F01CF9000F007C117D /* Runner */ = {
			isa = PBXGroup;
			children = (
				43FE8A6626BEF33800398C8E /* Runner.entitlements */,
				43FE8A6426BEEFA100398C8E /* GoogleService-Info.plist */,
				97C146FA1CF9000F007C117D /* Main.storyboard */,
				97C146FD1CF9000F007C117D /* Assets.xcassets */,
				97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
				97C147021CF9000F007C117D /* Info.plist */,
				97C146F11CF9000F007C117D /* Supporting Files */,
				1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
				1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
				74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
				74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
			);
			path = Runner;
			sourceTree = "<group>";
		};
		97C146F11CF9000F007C117D /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		97C146ED1CF9000F007C117D /* Runner */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
			buildPhases = (
				A0F0B6EE9B7DDB0DB637305D /* [CP] Check Pods Manifest.lock */,
				9740EEB61CF901F6004384FC /* Run Script */,
				97C146EA1CF9000F007C117D /* Sources */,
				97C146EB1CF9000F007C117D /* Frameworks */,
				97C146EC1CF9000F007C117D /* Resources */,
				9705A1C41CF9048500538489 /* Embed Frameworks */,
				3B06AD1E1E4923F5004D2608 /* Thin Binary */,
				F097C2538A3FBEC815289EA8 /* [CP] Embed Pods Frameworks */,
				3A493BAA48C6665C2DC916B8 /* [CP] Copy Pods Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Runner;
			productName = Runner;
			productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		97C146E61CF9000F007C117D /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 1220;
				ORGANIZATIONNAME = "";
				TargetAttributes = {
					97C146ED1CF9000F007C117D = {
						CreatedOnToolsVersion = 7.3.1;
						LastSwiftMigration = 1100;
					};
				};
			};
			buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
			compatibilityVersion = "Xcode 10.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 97C146E51CF9000F007C117D;
			productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				97C146ED1CF9000F007C117D /* Runner */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		97C146EC1CF9000F007C117D /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
				3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
				43FE8A6526BEEFA100398C8E /* GoogleService-Info.plist in Resources */,
				97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
				97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		3A493BAA48C6665C2DC916B8 /* [CP] Copy Pods Resources */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
			);
			name = "[CP] Copy Pods Resources";
			outputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
			showEnvVarsInLog = 0;
		};
		3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "Thin Binary";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
		};
		9740EEB61CF901F6004384FC /* Run Script */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "Run Script";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
		};
		A0F0B6EE9B7DDB0DB637305D /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputFileListPaths = (
			);
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
		F097C2538A3FBEC815289EA8 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
			);
			name = "[CP] Embed Pods Frameworks";
			outputFileListPaths = (
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		97C146EA1CF9000F007C117D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
				1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		97C146FA1CF9000F007C117D /* Main.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				97C146FB1CF9000F007C117D /* Base */,
			);
			name = Main.storyboard;
			sourceTree = "<group>";
		};
		97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				97C147001CF9000F007C117D /* Base */,
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		249021D3217E4FDB00AE95B9 /* Profile */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_W
F438
ARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				SUPPORTED_PLATFORMS = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Profile;
		};
		249021D4217E4FDB00AE95B9 /* Profile */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
				DEVELOPMENT_TEAM = D4MRLR84G8;
				ENABLE_BITCODE = NO;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				INFOPLIST_FILE = Runner/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				PRODUCT_BUNDLE_IDENTIFIER = guru.appbox.wakieUp;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
				SWIFT_VERSION = 5.0;
				VERSIONING_SYSTEM = "apple-generic";
			};
			name = Profile;
		};
		97C147031CF9000F007C117D /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		97C147041CF9000F007C117D /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				SUPPORTED_PLATFORMS = iphoneos;
				SWIFT_COMPILATION_MODE = wholemodule;
				SWIFT_OPTIMIZATION_LEVEL = "-O";
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		97C147061CF9000F007C117D /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
				DEVELOPMENT_TEAM = D4MRLR84G8;
				ENABLE_BITCODE = NO;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				INFOPLIST_FILE = Runner/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				PRODUCT_BUNDLE_IDENTIFIER = guru.appbox.wakieUp;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 5.0;
				VERSIONING_SYSTEM = "apple-generic";
			};
			name = Debug;
		};
		97C147071CF9000F007C117D /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
				DEVELOPMENT_TEAM = D4MRLR84G8;
				ENABLE_BITCODE = NO;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				INFOPLIST_FILE = Runner/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
				);
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Flutter",
				);
				PRODUCT_BUNDLE_IDENTIFIER = guru.appbox.wakieUp;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
				SWIFT_VERSION = 5.0;
				VERSIONING_SYSTEM = "apple-generic";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				97C147031CF9000F007C117D /* Debug */,
				97C147041CF9000F007C117D /* Release */,
				249021D3217E4FDB00AE95B9 /* Profile */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				97C147061CF9000F007C117D /* Debug */,
				97C147071CF9000F007C117D /* Release */,
				249021D4217E4FDB00AE95B9 /* Profile */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 97C146E61CF9000F007C117D /* Project object */;
}

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 9, 2021
@darshankawar
Copy link
Member

@Zelfapp
From your verbose log, it seems to be failing due to below error:

`TypeError: Cannot read property 'app' of undefined
               at Object.app$ [as app]

(http://localhost:62339/packages/firebase_core_web/src/interop/core.dart.lib.js:31:101)
               at new cloud_firestore_web.FirebaseFirestoreWeb.new

(http://localhost:62339/packages/cloud_firestore_web/src/write_batch_web.dart.lib.js:780:64)
               at Function.registerWith

(http://localhost:62339/packages/cloud_firestore_web/src/write_batch_web.dart.lib.js:692:73)
               at Object.registerPlugins`

And seems to be pointing to firebase_core_web plugin.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 10, 2021
@Zelfapp
Copy link
Author
Zelfapp commented Aug 10, 2021

@darshankawar my app is not going to be on web, just iOS and Android. Something must be different in default configs on iOS as on Android it never connects to the web.

I just ran flutter config --no-enable-web to disable it.

However, when I run flutter build ios --release I am getting the same symbols error.

Now when I run flutter run I get the following log, because I'm not connected to any device, but running --release does not require being connected to a device.

flutter run --verbose
[  +96 ms] executing: sysctl hw.optional.arm64
[  +19 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[   +7 ms] executing: [/Users/nate/Developer/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +14 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] executing: [/Users/nate/Developer/flutter/] git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[  +24 ms] Exit code 0 from: git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] 2.2.3
[   +6 ms] executing: [/Users/nate/Developer/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/nate/Developer/flutter/] git ls-remote --get-url origin
[  +14 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +109 ms] executing: [/Users/nate/Developer/flutter/] git rev-parse --abbrev-ref HEAD
[  +19 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +5 ms] executing: sw_vers -productName
[  +12 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +14 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.5.1
[        ] executing: sw_vers -buildVersion
[  +13 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20G80
[  +65 ms] 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.
[  +46 ms] executing: /Users/nate/Library/Android/sdk/platform-tools/adb devices -l
[  +12 ms] executing: sysctl hw.optional.arm64
[   +4 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[ +109 ms] Exit code 0 from: xcrun xcodebuild -version
[        ] Xcode 12.5.1
           Build version 12E507
[   +3 ms] executing: xcrun xcdevice list --timeout 2
[   +3 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[  +43 ms] List of devices attached
[ +116 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/E4A7E4AD-6543-4B90-95BC-9F9A30DA3336\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/E4A7E4AD-6543-4B90-95BC-9F9A30DA3336",
                            "udid" : "E4A7E4AD-6543-4B90-95BC-9F9A30DA3336",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/42BB8D46-0C33-494C-8821-8462A0B4E2D0\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/42BB8D46-0C33-494C-8821-8462A0B4E2D0",
                            "udid" : "42BB8D46-0C33-494C-8821-8462A0B4E2D0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C2908BCD-7B05-428A-8DB5-F3C8A0ED74FC\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C2908BCD-7B05-428A-8DB5-F3C8A0ED74FC",
                            "udid" : "C2908BCD-7B05-428A-8DB5-F3C8A0ED74FC",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                    
E377
    ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-2" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3860D704-640F-4590-8661-E0C4ACE13730\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3860D704-640F-4590-8661-E0C4ACE13730",
                            "udid" : "3860D704-640F-4590-8661-E0C4ACE13730",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/308A43DA-A021-476E-823D-B6C9879375C6\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/308A43DA-A021-476E-823D-B6C9879375C6",
                            "udid" : "308A43DA-A021-476E-823D-B6C9879375C6",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9966CAE0-1203-4CFA-87DD-6031D33C3B15\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9966CAE0-1203-4CFA-87DD-6031D33C3B15",
                            "udid" : "9966CAE0-1203-4CFA-87DD-6031D33C3B15",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/219A86A0-5E83-4A9D-A564-CBAA40B6A148\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/219A86A0-5E83-4A9D-A564-CBAA40B6A148",
                            "udid" : "219A86A0-5E83-4A9D-A564-CBAA40B6A148",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/42D38ABD-8D1D-4155-A9C9-79605E72F266\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/42D38ABD-8D1D-4155-A9C9-79605E72F266",
                            "udid" : "42D38ABD-8D1D-4155-A9C9-79605E72F266",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/4451C20F-9AA7-4183-A0A6-8F267E40B0ED\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/4451C20F-9AA7-4183-A0A6-8F267E40B0ED",
                            "udid" : "4451C20F-9AA7-4183-A0A6-8F267E40B0ED",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B30457C6-EB5E-47DB-B6B5-21F42DABAED4\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B30457C6-EB5E-47DB-B6B5-21F42DABAED4",
                            "udid" : "B30457C6-EB5E-47DB-B6B5-21F42DABAED4",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9A42BA57-008B-4BE7-B35E-B55EB11C3EDB\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9A42BA57-008B-4BE7-B35E-B55EB11C3EDB",
                            "udid" : "9A42BA57-008B-4BE7-B35E-B55EB11C3EDB",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/1F7D1D65-B556-4D4A-95BC-97A3BA656B53\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/1F7D1D65-B556-4D4A-95BC-97A3BA656B53",
                            "udid" : "1F7D1D65-B556-4D4A-95BC-97A3BA656B53",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/28A58D69-1EFC-4B13-8263-E6A4ADEAD364\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/28A58D69-1EFC-4B13-8263-E6A4ADEAD364",
                            "udid" : "28A58D69-1EFC-4B13-8263-E6A4ADEAD364",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/672B0E2C-72A8-4AF6-8E74-D181A0EB3966\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/672B0E2C-72A8-4AF6-8E74-D181A0EB3966",
                            "udid" : "672B0E2C-72A8-4AF6-8E74-D181A0EB3966",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/87261282-551B-4916-B703-77EA8F73B873\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/87261282-551B-4916-B703-77EA8F73B873",
                            "udid" : "87261282-551B-4916-B703-77EA8F73B873",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A14E695C-4799-42AF-BD38-89516C05C1C1\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A14E695C-4799-42AF-BD38-89516C05C1C1",
                            "udid" : "A14E695C-4799-42AF-BD38-89516C05C1C1",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/9E112965-926B-4081-BFC3-959FC54996C0\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/9E112965-926B-4081-BFC3-959FC54996C0",
                            "udid" : "9E112965-926B-4081-BFC3-959FC54996C0",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0DFF1DFE-2A3A-448F-8C82-B43D15D334FF\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0DFF1DFE-2A3A-448F-8C82-B43D15D334FF",
                            "udid" : "0DFF1DFE-2A3A-448F-8C82-B43D15D334FF",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/ACDC9078-C25F-4C95-A195-F317431D824A\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/ACDC9078-C25F-4C95-A195-F317431D824A",
                            "udid" : "ACDC9078-C25F-4C95-A195-F317431D824A",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED",
                            "udid" : "C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/25788901-53A9-40A8-A406-059E9A2F7FDC\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/25788901-53A9-40A8-A406-059E9A2F7FDC",
                            "udid" : "25788901-53A9-40A8-A406-059E9A2F7FDC",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/4B91A821-4188-48C4-82CC-D1AF4BB7B290\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/4B91A821-4188-48C4-82CC-D1AF4BB7B290",
                            "udid" : "4B91A821-4188-48C4-82CC-D1AF4BB7B290",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/2012D018-F03C-4B71-93A1-3F65042E281E\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/2012D018-F03C-4B71-93A1-3F65042E281E",
                            "udid" : "2012D018-F03C-4B71-93A1-3F65042E281E",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A4D0D1B6-F374-4B73-9C0C-F86CE62489FA\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A4D0D1B6-F374-4B73-9C0C-F86CE62489FA",
                            "udid" : "A4D0D1B6-F374-4B73-9C0C-F86CE62489FA",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D",
                            "udid" : "0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AE19172E-D35C-4C5E-9B6D-86F7D8D3B671\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AE19172E-D35C-4C5E-9B6D-86F7D8D3B671",
                            "udid" : "AE19172E-D35C-4C5E-9B6D-86F7D8D3B671",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038",
                            "udid" : "AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (3rd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/46BCB8DD-C1D9-4E79-B991-18A56A506043\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/46BCB8DD-C1D9-4E79-B991-18A56A506043",
                            "udid" : "46BCB8DD-C1D9-4E79-B991-18A56A506043",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (5th generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-1" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/24973E6C-D863-4BD2-B3D2-B9EFBE4A9A7C\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/24973E6C-D863-4BD2-B3D2-B9EFBE4A9A7C",
                            "udid" : "24973E6C-D863-4BD2-B3D2-B9EFBE4A9A7C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/CF51007E-A1F6-40AA-89A1-07A15876CD81\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/CF51007E-A1F6-40AA-89A1-07A15876CD81",
                            "udid" : "CF51007E-A1F6-40AA-89A1-07A15876CD81",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/92961DE7-27CA-4056-A5BA-BAC5D389E1B3\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/92961DE7-27CA-4056-A5BA-BAC5D389E1B3",
                            "udid" : "92961DE7-27CA-4056-A5BA-BAC5D389E1B3",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3D5907FA-18E1-4D5A-96D2-AD61CC79E1F2\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3D5907FA-18E1-4D5A-96D2-AD61CC79E1F2",
                            "udid" : "3D5907FA-18E1-4D5A-96D2-AD61CC79E1F2",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-2" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C0AA552D-EF96-48AC-83AE-AB57E6B2FF08\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C0AA552D-EF96-48AC-83AE-AB57E6B2FF08",
                            "udid" : "C0AA552D-EF96-48AC-83AE-AB57E6B2FF08",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/E31E764A-E379-4D98-A658-8BFF1DFBA701\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/E31E764A-E379-4D98-A658-8BFF1DFBA701",
                            "udid" : "E31E764A-E379-4D98-A658-8BFF1DFBA701",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/044DF8C9-B79E-4C0A-8070-527324459B4B\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/044DF8C9-B79E-4C0A-8070-527324459B4B",
                            "udid" : "044DF8C9-B79E-4C0A-8070-527324459B4B",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/581FCACA-3DD6-4932-AF32-E94A7E33732F\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/581FCACA-3DD6-4932-AF32-E94A7E33732F",
                            "udid" : "581FCACA-3DD6-4932-AF32-E94A7E33732F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/FB86E9E9-2D7E-474F-AC2B-EAFE91A3236E\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/FB86E9E9-2D7E-474F-AC2B-EAFE91A3236E",
                            "udid" : "FB86E9E9-2D7E-474F-AC2B-EAFE91A3236E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/F85CAAAF-6BAA-42B1-B8B2-100F5C871049\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/F85CAAAF-6BAA-42B1-B8B2-100F5C871049",
                            "udid" : "F85CAAAF-6BAA-42B1-B8B2-100F5C871049",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AFC8A2B7-7E2D-451D-B749-C1F26D98067D\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AFC8A2B7-7E2D-451D-B749-C1F26D98067D",
                            "udid" : "AFC8A2B7-7E2D-451D-B749-C1F26D98067D",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3C9831FC-F73C-49B4-AEFC-DCD2D0140189\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3C9831FC-F73C-49B4-AEFC-DCD2D0140189",
                            "udid" : "3C9831FC-F73C-49B4-AEFC-DCD2D0140189",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3110A723-BE9A-4F6C-8DD0-DA7A11F05B43\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3110A723-BE9A-4F6C-8DD0-DA7A11F05B43",
                            "udid" : "3110A723-BE9A-4F6C-8DD0-DA7A11F05B43",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/F50A7E05-3933-4DAD-97B5-DF20E6F34A06\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/F50A7E05-3933-4DAD-97B5-DF20E6F34A06",
                            "udid" : "F50A7E05-3933-4DAD-97B5-DF20E6F34A06",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/804F3C25-11B9-4594-8F91-06560469FF83\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/804F3C25-11B9-4594-8F91-06560469FF83",
                            "udid" : "804F3C25-11B9-4594-8F91-06560469FF83",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/1346D8AC-956D-49FC-B62C-F4DB01A1984F\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/1346D8AC-956D-49FC-B62C-F4DB01A1984F",
                            "udid" : "1346D8AC-956D-49FC-B62C-F4DB01A1984F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/91E8024C-5A86-4769-BF3C-B8F3BC096665\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/91E8024C-5A86-4769-BF3C-B8F3BC096665",
                            "udid" : "91E8024C-5A86-4769-BF3C-B8F3BC096665",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/FCB11B39-9472-4097-8C6E-F494BA1B79EB\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/FCB11B39-9472-4097-8C6E-F494BA1B79EB",
                            "udid" : "FCB11B39-9472-4097-8C6E-F494BA1B79EB",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A31BE715-36C1-4656-A03E-208CFF80BD9E\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A31BE715-36C1-4656-A03E-208CFF80BD9E",
                            "udid" : "A31BE715-36C1-4656-A03E-208CFF80BD9E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/D93AD70E-491E-428A-92C3-7F857CBD3D63\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/D93AD70E-491E-428A-92C3-7F857CBD3D63",
                            "udid" : "D93AD70E-491E-428A-92C3-7F857CBD3D63",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/0E34A55A-72E6-4AC1-812C-BA37E18D6095\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/0E34A55A-72E6-4AC1-812C-BA37E18D6095",
                            "udid" : "0E34A55A-72E6-4AC1-812C-BA37E18D6095",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/8092DD59-63B0-4EA8-87E2-631821D20878\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/8092DD59-63B0-4EA8-87E2-631821D20878",
                            "udid" : "8092DD59-63B0-4EA8-87E2-631821D20878",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE",
                            "udid" : "C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/C8AE5AC3-9760-436E-8609-B5EB4E6D63C0\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/C8AE5AC3-9760-436E-8609-B5EB4E6D63C0",
                            "udid" : "C8AE5AC3-9760-436E-8609-B5EB4E6D63C0",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/A642509D-78ED-48EA-89A9-618B9CF2D419\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/A642509D-78ED-48EA-89A9-618B9CF2D419",
                            "udid" : "A642509D-78ED-48EA-89A9-618B9CF2D419",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/EDA510C3-AB9E-489A-8DE2-84AB3333449C\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/EDA510C3-AB9E-489A-8DE2-84AB3333449C",
                            "udid" : "EDA510C3-AB9E-489A-8DE2-84AB3333449C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B70742E4-6375-45A0-ABDB-1CF9A38E634F\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B70742E4-6375-45A0-ABDB-1CF9A38E634F",
                            "udid" : "B70742E4-6375-45A0-ABDB-1CF9A38E634F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B73E58CC-0074-42F2-9D82-B7648049CB6C\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B73E58CC-0074-42F2-9D82-B7648049CB6C",
                            "udid" : "B73E58CC-0074-42F2-9D82-B7648049CB6C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/AD8B5772-38AB-4ECB-BD91-987312DEBB0A\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/AD8B5772-38AB-4ECB-BD91-987312DEBB0A",
                            "udid" : "AD8B5772-38AB-4ECB-BD91-987312DEBB0A",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3475871B-9643-4C29-B026-FEB5D8173A45\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3475871B-9643-4C29-B026-FEB5D8173A45",
                            "udid" : "3475871B-9643-4C29-B026-FEB5D8173A45",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/697F5B17-2D37-4C30-A6FB-4F52F907112B\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/697F5B17-2D37-4C30-A6FB-4F52F907112B",
                            "udid" : "697F5B17-2D37-4C30-A6FB-4F52F907112B",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/06D7A49F-01C8-414C-A783-7BD4E83C47D5\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/06D7A49F-01C8-414C-A783-7BD4E83C47D5",
                            "udid" : "06D7A49F-01C8-414C-A783-7BD4E83C47D5",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/510E566E-474B-419C-922F-A835A7D0C9CC\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/510E566E-474B-419C-922F-A835A7D0C9CC",
                            "udid" : "510E566E-474B-419C-922F-A835A7D0C9CC",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/B2D71655-1A30-49C8-8996-1779AB76FA37\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/B2D71655-1A30-49C8-8996-1779AB76FA37",
                            "udid" : "B2D71655-1A30-49C8-8996-1779AB76FA37",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/3772F924-EC76-449B-BFAA-FFCCDA7B1C30\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/3772F924-EC76-449B-BFAA-FFCCDA7B1C30",
                            "udid" : "3772F924-EC76-449B-BFAA-FFCCDA7B1C30",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/74E53986-1908-4C35-9BE2-509DCE95B21C\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/74E53986-1908-4C35-9BE2-509DCE95B21C",
                            "udid" : "74E53986-1908-4C35-9BE2-509DCE95B21C",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/51116B00-AEF6-4333-99CB-33F83879099A\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/51116B00-AEF6-4333-99CB-33F83879099A",
                            "udid" : "51116B00-AEF6-4333-99CB-33F83879099A",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/02663950-4C4C-41FF-AF76-529AA0215C38\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/02663950-4C4C-41FF-AF76-529AA0215C38",
                            "udid" : "02663950-4C4C-41FF-AF76-529AA0215C38",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 44mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/61F72B79-88C3-459F-820B-05ED464A7949\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/61F72B79-88C3-459F-820B-05ED464A7949",
                            "udid" : "61F72B79-88C3-459F-820B-05ED464A7949",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/nate\/Library\/Developer\/CoreSimulator\/Devices\/900A16C4-A729-43E2-94A2-803F33112181\/data",
                            "logPath" : "\/Users\/nate\/Library\/Logs\/CoreSimulator\/900A16C4-A729-43E2-94A2-803F33112181",
                            "udid" : "900A16C4-A729-43E2-94A2-803F33112181",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          }
                        ]
                      }
                    }
[+2511 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "C6EA8793-F646-46E7-BBDE-AAD83DDDE4AE",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "0E34A55A-72E6-4AC1-812C-BA37E18D6095",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "A642509D-78ED-48EA-89A9-618B9CF2D419",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (at 1080p) (2nd generation)",
                        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "4B91A821-4188-48C4-82CC-D1AF4BB7B290",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "8092DD59-63B0-4EA8-87E2-631821D20878",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "B30457C6-EB5E-47DB-B6B5-21F42DABAED4",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,5",
                        "identifier" : "AABC7D5D-3C4F-4B9C-BDD0-D4E26CADD038",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-3rd-1",
                        "modelName" : "iPad Pro (11-inch) (3rd generation)",
                        "name" : "iPad Pro (11-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,10",
                        "identifier" : "46BCB8DD-C1D9-4E79-B991-18A56A506043",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-5th-1",
                        "modelName" : "iPad Pro (12.9-inch) (5th generation)",
                        "name" : "iPad Pro (12.9-inch) (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "28A58D69-1EFC-4B13-8263-E6A4ADEAD364",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "ACDC9078-C25F-4C95-A195-F317431D824A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "A4D0D1B6-F374-4B73-9C0C-F86CE62489FA",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
                        "modelName" : "iPad Pro (12.9-inch) (4th generation)",
                        "name" : "iPad Pro (12.9-inch) (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "87261282-551B-4916-B703-77EA8F73B873",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "0B000211-1C3A-4D9E-AECE-5B1AC84A5F7D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "9A42BA57-008B-4BE7-B35E-B55EB11C3EDB",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
       
2851
                 "modelCode" : "Watch6,1",
                        "identifier" : "4451C20F-9AA7-4183-A0A6-8F267E40B0ED",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "25788901-53A9-40A8-A406-059E9A2F7FDC",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "A14E695C-4799-42AF-BD38-89516C05C1C1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "0DFF1DFE-2A3A-448F-8C82-B43D15D334FF",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "9E112965-926B-4081-BFC3-959FC54996C0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "672B0E2C-72A8-4AF6-8E74-D181A0EB3966",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "1F7D1D65-B556-4D4A-95BC-97A3BA656B53",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "AE19172E-D35C-4C5E-9B6D-86F7D8D3B671",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "219A86A0-5E83-4A9D-A564-CBAA40B6A148",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "2012D018-F03C-4B71-93A1-3F65042E281E",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
                        "modelName" : "iPad Pro (11-inch) (2nd generation)",
                        "name" : "iPad Pro (11-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "C8AE5AC3-9760-436E-8609-B5EB4E6D63C0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (2nd generation)",
                        "name" : "Apple TV 4K (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "42D38ABD-8D1D-4155-A9C9-79605E72F266",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      }
                    ]
[   +4 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +55 ms] No supported devices connected.
[  +13 ms] "flutter run" took 2,956ms.
[  +20 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:453:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1148:5)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1043:27)
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:196:13)
           <asynchronous suspension>
F438
;
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>
           
           
[ +185 ms] ensureAnalyticsSent: 181ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 10, 2021
@darshankawar
Copy link
Member

@Zelfapp
Can you provide ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 11, 2021
@Zelfapp
Copy link
Author
Zelfapp commented Aug 11, 2021

@darshankawar Note: I reverted everything (thought maybe I missed something or followed wrong advice for this issue from SO posts out there).

I then followed iOS install instructions (again) for all packages in my app, updated Podfile according to iOS install instructions, including Firebase install instructions and Crashlytics. However, attempting to build using Android Studio on the iOS 12 Pro Max simulator (see below AS output) the build failed.

Attached zip file includes the newly built xCode files and results of latest flutter run --verbose:

  1. ios/Flutter/Generated.xcconfig
  2. ios/Runner.xcodeproj/project.pbxproj
  3. ios/Podfile
  4. ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  5. Results of flutter run --verbose

Results attempting to build in Android Studio:

Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
Running pod install...
Running Xcode build...
Xcode build done.                                           14.3s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    Undefined symbols for architecture arm64:
      "_OBJC_CLASS_$_GULAppEnvironmentUtil", referenced from:
          objc-class-ref in FIRCLSApplication.o
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Analyzing workspace
    note: Constructing build description
    note: Build preparation complete

Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.

Additional question: Do I need to click the build button in xCode when I've made updates in xCode or does flutter run take care of any xCode building?

image

ios-xcode-build-files.zip

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 11, 2021
@darshankawar
Copy link
Member

@Zelfapp
Can you also attach the full Xcode build log that is generated from by running your project from Xcode and shows Undefined symbols for architecture arm64: "_OBJC_CLASS_$_GULAppEnvironmentUtil", referenced from: objc-class-ref in FIRCLSApplication.o ld: symbol(s) not found for architecture arm64

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 12, 2021
@Zelfapp
Copy link
Author
Zelfapp commented Aug 12, 2021

image

Build Runner_2021-08-12T10-33-09.txt

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 12, 2021
@darshankawar
Copy link
Member

ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings seems to be correct:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PreviewsEnabled</key>
	<false/>
</dict>
</plist>

I tried recreating this scenario by adding firebase_crashlytics on latest stable, but didn't hit the linker issue.

From XCode logs, it seems to be failing here:

-Xlinker /Users/nate/Library/Developer/Xcode/DerivedData/Runner-fbaonhxybgffaahiqesikumkqpfd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FirebaseCrashlytics.build/Objects-normal/x86_64/FirebaseCrashlytics_dependency_info.dat -o /Users/nate/Library/Developer/Xcode/DerivedData/Runner-fbaonhxybgffaahiqesikumkqpfd/Build/Products/Debug-iphonesimulator/FirebaseCrashlytics/FirebaseCrashlytics.framework/FirebaseCrashlytics

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_GULAppEnvironmentUtil", referenced from:
      objc-class-ref in FIRCLSApplication.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Keeping it open for further insights from the team.

cc: @jmagman

@darshankawar darshankawar added platform-ios iOS applications specifically c: crash Stack traces logged to the console t: xcode "xcodebuild" on iOS and general Xcode project management tool Affects the "flutter" command-line tool. See also t: labels. passed first triage and removed in triage Presently being triaged by the triage team labels Aug 13, 2021
@CaoGiaHieu-dev
Copy link

I get the same issue when using package google_ml_kit

@Zelfapp
Copy link
Author
Zelfapp commented Aug 20, 2021

@darshankawar any more info on this? I'm completely stuck trying to get my app running on iOS because I can't get passed whatever this seemingly Crashlytics problem is.

@jmagman
Copy link
Member
jmagman commented Aug 20, 2021

@Zelfapp I tried to reproduce this on the same version of Flutter with your Podfile and Xcode project. flutter build ios --release and running from Xcode targeting a real device built successfully. It also built successfully targeting a simulator.

GULAppEnvironmentUtil is a symbol from GoogleUtilities.framework, and I can see it contains x86_64 after a flutter build ios --simulator:

$ file ./build/ios/iphonesimulator/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
./build/ios/iphonesimulator/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities: Mach-O universal binary with 1 architecture: [x86_64:Mach-O 64-bit dynamically linked shared library x86_64]
./build/ios/iphonesimulator/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64

It also contains the expected armv7 and arm64 architectures after a flutter build ios --release.

@CaoGiaHieu-dev Can you file a new issue and include your --verbose logs?

@jmagman
Copy link
Member
jmagman commented Aug 20, 2021

@Zelfapp There's been a lot of recent work in this area, though without knowing exactly what's wrong it's just a guess that it will help. #85059, #87244, etc are available on the beta channel, does it build if you switch channels? https://github.com/flutter/flutter/wiki/Flutter-build-release-channels#how-to-change-channels

@jmagman jmagman added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 20, 2021
@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 21, 2021
@Zelfapp
Copy link
Author
Zelfapp commented Sep 1, 2021

Steps to Reproduce

Trying to run app (that compiles and works perfectly on android) on ios.

@jmagman requested I create a new issue after switching to flutter beta channel to try to take advantage of #85059 and #87244. See #87908, my original issue on flutter stable.

It still will not build on beta. Verbose logs and other info attached in large zips.

Trying to run in devtools in Android Studio here's a summary of what is in the attached verbose log of what fails now on beta:

error attempting to run in AS on ios simulator
The plugins `cloud_functions, flutter_contact, flutter_uploader` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
Running pod install...
Running Xcode build...
Xcode build done.                                           14.0s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    Command CompileSwift failed with a nonzero exit code
    Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_GULAppEnvironmentUtil", referenced from:
          objc-class-ref in FIRCLSApplication.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Analyzing workspace
    note: Constructing build description
    note: Build preparation complete

Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.

Logs

@jmagman as requested here are the --verbose logs on flutter beta channel.
flutter-run-verbose-beta-channel.zip

Also, included all the items @darshankawar had requested at some point.
ios-xcode-build-files.zip

flutter doctor -v
[✓] Flutter (Channel beta, 2.5.0-5.2.pre, on macOS 11.5.1 20G80 darwin-x64, locale en-US)
    • Flutter version 2.5.0-5.2.pre at /Users/nate/Developer/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 19c61fed0d (3 days ago), 2021-08-18 17:10:31 -0700
    • Engine revision 7a4c4505f6
    • Dart version 2.14.0 (build 2.14.0-377.7.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
    • Android SDK at /Users/nate/Library/Android/sdk
    • Platform android-30, build-tools 30.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5.1, Build version 12E507
    • CocoaPods version 1.10.2

[✓] Android Studio (version 2020.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)

[✓] Connected device (1 available)
    • iPhone 12 Pro Max (mobile) • C90B29AC-5AD4-4BC2-A379-EAA45B77D5ED • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-5 (simulator)

• No issues found!

@Zelfapp
Copy link
Author
Zelfapp commented Sep 1, 2021

@jmagman @darshankawar what can I do to get this resolved? I opened this issue 24 days ago. I've sent all the files requested, have attempted beta channel. Nothing is working. Totally sucks I can't get this working on iOS. Again, works perfectly on Android, zero issues. Being stuck for 24 days is really driving me nuts here. Is there anything that can be done to find out why this dang app won't build on iOS??? Thanks.

@jmagman
Copy link
Member
jmagman commented Sep 8, 2021

I'm not sure why I assumed this was related to an architecture missing, since as you pointed out in your description it's the same as firebase/firebase-ios-sdk#8137, and it's happening when building FirebaseCrashlytics.

You are on firebase_core version 1.4.0:

Found plugin firebase_core at
/Users/nate/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.4.0/

firebase_core 1.4.0 uses Firebase SDK 8.3.0:
https://github.com/FirebaseExtended/flutterfire/blob/firebase_core-v1.4.0/packages/firebase_core/firebase_core/ios/firebase_sdk_version.rb

Firebase SDK 8.3.0 was missing the fix in firebase/firebase-ios-sdk#8137 (comment).

firebase_core 1.5.0 uses Firebase SDK 8.5, which includes the fix.
https://github.com/FirebaseExtended/flutterfire/blob/firebase_core-v1.5.0/packages/firebase_core/firebase_core/ios/firebase_sdk_version.rb

So if you upgrade your firebase plugin constraints in your pubspec (which somehow none of us asked you for so I can't see it) then you should build again.

Closing as a duplicate of firebase/firebase-ios-sdk#8137

@jmagman jmagman closed this as completed Sep 8, 2021
@darshankawar darshankawar added the r: duplicate Issue is closed as a duplicate of an existing issue label Sep 9, 2021
@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 Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console platform-ios iOS applications specifically r: duplicate Issue is closed as a duplicate of an existing issue t: xcode "xcodebuild" on iOS and general Xcode project management tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

5 participants
@jmagman @Zelfapp @CaoGiaHieu-dev @darshankawar and others
0