Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[macOS Moneterey] App crashes when running simulator #85545

Closed
DB-25 opened this issue Jun 29, 2021 · 29 comments
Closed

[macOS Moneterey] App crashes when running simulator #85545

DB-25 opened this issue Jun 29, 2021 · 29 comments
Labels
e: OS-version specific Affects only some versions of the relevant operating system engine flutter/engine repository. See also e: labels. platform-host-arm Building on an ARM-based platform platform-ios iOS applications specifically r: invalid Issue is closed as not valid

Comments

@DB-25
Copy link

DB-25 commented Jun 29, 2021

Steps to Reproduce

  1. Run flutter create bug.
  2. Update the files as follows: ...
  3. ...

Expected results:

Actual results:

Logs
[  147 ms] executing: sysctl hw.optional.arm64
[   31 ms] Exit code 0 from: sysctl hw.optional.arm64
[    3 ms] hw.optional.arm64: 1
[   10 ms] executing: [/opt/homebrew/Caskroom/flutter/2.2.0/flutter/] git -c
log.showSignature=false log -n 1 --pretty=format:%H
[   15 ms] Exit code 0 from: git -c log.showSignature=false log -n 1
--pretty=format:%H
[    1 ms] d79295af24c3ed621c33713ecda14ad196fd9c31
[        ] executing: [/opt/homebrew/Caskroom/flutter/2.2.0/flutter/] git tag
--points-at d79295af24c3ed621c33713ecda14ad196fd9c31
[   12 ms] Exit code 0 from: git tag --points-at
d79295af24c3ed621c33713ecda14ad196fd9c31
[        ] 2.2.2
[    7 ms] executing: [/opt/homebrew/Caskroom/flutter/2.2.0/flutter/] git
rev-parse --abbrev-ref --symbolic @{u}
[    8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/opt/homebrew/Caskroom/flutter/2.2.0/flutter/] git
ls-remote --get-url origin
[    8 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  138 ms] executing: [/opt/homebrew/Caskroom/flutter/2.2.0/flutter/] git
rev-parse --abbrev-ref HEAD
[   16 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[    8 ms] executing: sw_vers -productName
[   17 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   19 ms] Exit code 0 from: sw_vers -productVersion
[        ] 12.0
[        ] executing: sw_vers -buildVersion
[   15 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 21A5268h
[   70 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.
[    6 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.
[   72 ms] executing: /Users/db/Library/Android/sdk/platform-tools/adb devices
-l
[   19 ms] executing: sysctl hw.optional.arm64
[   10 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[        ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
[   82 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
[        ] Xcode 12.5.1
           Build version 12E507
[    4 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2
[    5 ms] /usr/bin/arch -arm64e xcrun simctl list --json devices
[        ] executing: /usr/bin/arch -arm64e xcrun simctl list --json devices
[   69 ms] List of devices attached
[  112 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/EE9732E1-B93A-42D5-B6E5-EAB73E5F0090\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/EE9732E1
                            -B93A-42D5-B6E5-EAB73E5F0090",
                            "udid" : "EE9732E1-B93A-42D5-B6E5-EAB73E5F0090",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/73B85C1E-70F1-42F3-AC44-1EE2725D9DD8\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/73B85C1E
                            -70F1-42F3-AC44-1EE2725D9DD8",
                            "udid" : "73B85C1E-70F1-42F3-AC44-1EE2725D9DD8",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/090D1EBC-2D57-4F7C-ADD7-44E5B73D1AF5\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/090D1EBC
                            -2D57-4F7C-ADD7-44E5B73D1AF5",
                            "udid" : "090D1EBC-2D57-4F7C-ADD7-44E5B73D1AF5",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/39269EE5-14E5-4937-9DCE-C64123DF53ED\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/39269EE5
                            -14E5-4937-9DCE-C64123DF53ED",
                            "udid" : "39269EE5-14E5-4937-9DCE-C64123DF53ED",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/D51615D8-F1E6-4573-B666-055F4BC967FB\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/D51615D8
                            -F1E6-4573-B666-055F4BC967FB",
                            "udid" : "D51615D8-F1E6-4573-B666-055F4BC967FB",
                            "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\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/F6EFBDD4-0712-4F45-94A5-5EE271ADF15F\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/F6EFBDD4
                            -0712-4F45-94A5-5EE271ADF15F",
                            "udid" : "F6EFBDD4-0712-4F45-94A5-5EE271ADF15F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2n
                            d-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/716AB418-432F-438E-85AC-97487585BBB3\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/716AB418
                            -432F-438E-85AC-97487585BBB3",
                            "udid" : "716AB418-432F-438E-85AC-97487585BBB3",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12-min
                            i",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/FE4DD410-470F-4524-897B-F47BE9062430\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/FE4DD410
                            -470F-4524-897B-F47BE9062430",
                            "udid" : "FE4DD410-470F-4524-897B-F47BE9062430",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/ABC5D2BF-19EE-4754-A2AC-847F51FC980E\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/ABC5D2BF
                            -19EE-4754-A2AC-847F51FC980E",
                            "udid" : "ABC5D2BF-19EE-4754-A2AC-847F51FC980E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/422F53F9-3FD4-4516-A5E0-6E9979371A19\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/422F53F9
                            -3FD4-4516-A5E0-6E9979371A19",
                            "udid" : "422F53F9-3FD4-4516-A5E0-6E9979371A19",
                            "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\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/984DFB93-E6B9-4AC4-B08E-56ECF7118D8F\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/984DFB93
                            -E6B9-4AC4-B08E-56ECF7118D8F",
                            "udid" : "984DFB93-E6B9-4AC4-B08E-56ECF7118D8F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7
                            th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/124FD486-B26D-48F2-8897-55F85C12F563\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/124FD486
                            -B26D-48F2-8897-55F85C12F563",
                            "udid" : "124FD486-B26D-48F2-8897-55F85C12F563",
                            "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\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/E9CABD71-2662-4027-9669-2D35E42A07D1\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/E9CABD71
                            -2662-4027-9669-2D35E42A07D1",
                            "udid" : "E9CABD71-2662-4027-9669-2D35E42A07D1",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th
                            -generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/1949DAED-9843-48E1-8D67-08494F2808F7\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/1949DAED
                            -9843-48E1-8D67-08494F2808F7",
                            "udid" : "1949DAED-9843-48E1-8D67-08494F2808F7",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-i
                            nch-3rd-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (3rd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/EB8CF9A7-EF60-4F83-BF88-4C7C9CA29FF8\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/EB8CF9A7
                            -EF60-4F83-BF88-4C7C9CA29FF8",
                            "udid" : "EB8CF9A7-EF60-4F83-BF88-4C7C9CA29FF8",
                            "isAvailable" : false,
                            "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.tvOS-15-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/39BA18A1-8FC3-4016-927D-7B0ED1EB3BE0\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/39BA18A1
                            -8FC3-4016-927D-7B0ED1EB3BE0",
                            "udid" : "39BA18A1-8FC3-4016-927D-7B0ED1EB3BE0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080
                            p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/773C7C39-4A37-4AC4-9F22-E6D2DFB935DB\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/773C7C39
                            -4A37-4AC4-9F22-E6D2DFB935DB",
                            "udid" : "773C7C39-4A37-4AC4-9F22-E6D2DFB935DB",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2
                            nd-generation-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/C2F66F85-D5C0-4EA0-B4FA-622E3C82A743\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/C2F66F85
                            -D5C0-4EA0-B4FA-622E3C82A743",
                            "udid" : "C2F66F85-D5C0-4EA0-B4FA-622E3C82A743",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2
                            nd-generation-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/F8DCB912-FD14-4AD8-B45F-53DCB6944C94\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/F8DCB912
                            -FD14-4AD8-B45F-53DCB6944C94",
                            "udid" : "F8DCB912-FD14-4AD8-B45F-53DCB6944C94",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/CC873E07-4F81-4E16-BED6-828AE10FEC25\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/CC873E07
                            -4F81-4E16-BED6-828AE10FEC25",
                            "udid" : "CC873E07-4F81-4E16-BED6-828AE10FEC25",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/520E8C45-2989-4E38-93DE-AB037D145059\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/520E8C45
                            -2989-4E38-93DE-AB037D145059",
                            "udid" : "520E8C45-2989-4E38-93DE-AB037D145059",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/4B75DB62-84D9-4EA2-AD46-699B1C680003\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/4B75DB62
                            -84D9-4EA2-AD46-699B1C680003",
                            "udid" : "4B75DB62-84D9-4EA2-AD46-699B1C680003",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/0120A3EC-C70D-4F06-82FF-8CA59250F448\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/0120A3EC
                            -C70D-4F06-82FF-8CA59250F448",
                            "udid" : "0120A3EC-C70D-4F06-82FF-8CA59250F448",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080
                            p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/FF028D70-2F16-4D77-A656-C6B3A10B1389\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/FF028D70
                            -2F16-4D77-A656-C6B3A10B1389",
                            "udid" : "FF028D70-2F16-4D77-A656-C6B3A10B1389",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2
                            nd-generation-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (2nd generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/0157D7C9-776D-4E31-ACA9-A1593B57D23F\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/0157D7C9
                            -776D-4E31-ACA9-A1593B57D23F",
                            "udid" : "0157D7C9-776D-4E31-ACA9-A1593B57D23F",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2
                            nd-generation-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/0DFD9573-64A8-4DD6-9846-60C67C33DEB5\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/0DFD9573
                            -64A8-4DD6-9846-60C67C33DEB5",
                            "udid" : "0DFD9573-64A8-4DD6-9846-60C67C33DEB5",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/D155DEDD-2245-4B8A-AC23-E3B3CEE7ED31\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/D155DEDD
                            -2245-4B8A-AC23-E3B3CEE7ED31",
                            "udid" : "D155DEDD-2245-4B8A-AC23-E3B3CEE7ED31",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/4CCB4833-9FED-4DC4-A5A8-DFF0B574AC69\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/4CCB4833
                            -9FED-4DC4-A5A8-DFF0B574AC69",
                            "udid" : "4CCB4833-9FED-4DC4-A5A8-DFF0B574AC69",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/4683EDD8-136F-427C-84AF-AC6895DC14B2\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/4683EDD8
                            -136F-427C-84AF-AC6895DC14B2",
                            "udid" : "4683EDD8-136F-427C-84AF-AC6895DC14B2",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/7433E96D-637D-4761-8B0C-3B3F86A0E01C\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/7433E96D
                            -637D-4761-8B0C-3B3F86A0E01C",
                            "udid" : "7433E96D-637D-4761-8B0C-3B3F86A0E01C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro
                            -Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/F24E2D75-3266-491D-97D1-F127C7FEDA99\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/F24E2D75
                            -3266-491D-97D1-F127C7FEDA99",
                            "udid" : "F24E2D75-3266-491D-97D1-F127C7FEDA99",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2n
                            d-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/3D22B638-44AD-4413-95B4-3E3C2E8180B0\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/3D22B638
                            -44AD-4413-95B4-3E3C2E8180B0",
                            "udid" : "3D22B638-44AD-4413-95B4-3E3C2E8180B0",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12-min
                            i",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/695E8109-84B6-4A64-888A-1AFCABD6156C\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/695E8109
                            -84B6-4A64-888A-1AFCABD6156C",
                            "udid" : "695E8109-84B6-4A64-888A-1AFCABD6156C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/69F20B16-1FC5-4186-8245-51D2E8C1176C\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/69F20B16
                            -1FC5-4186-8245-51D2E8C1176C",
                            "udid" : "69F20B16-1FC5-4186-8245-51D2E8C1176C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro
                            ",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/05B406C5-2B2D-450D-9E3A-D79E0E07785E\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/05B406C5
                            -2B2D-450D-9E3A-D79E0E07785E",
                            "udid" : "05B406C5-2B2D-450D-9E3A-D79E0E07785E",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro
                            -Max",
                            "state" : "Booted",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/A1684F87-2789-4091-9FAC-8779D83FEA50\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/A1684F87
                            -2789-4091-9FAC-8779D83FEA50",
                            "udid" : "A1684F87-2789-4091-9FAC-8779D83FEA50",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7
                            th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/9E4C3454-B2E4-459A-B257-F04DB1C661A8\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/9E4C3454
                            -B2E4-459A-B257-F04DB1C661A8",
                            "udid" : "9E4C3454-B2E4-459A-B257-F04DB1C661A8",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7
                            -inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/4BCC4A41-4383-4FC4-A680-C2C967B9D17D\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/4BCC4A41
                            -4383-4FC4-A680-C2C967B9D17D",
                            "udid" : "4BCC4A41-4383-4FC4-A680-C2C967B9D17D",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad--8th-gen
                            eration-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/011CA220-834A-42B3-9764-705C479A0040\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/011CA220
                            -834A-42B3-9764-705C479A0040",
                            "udid" : "011CA220-834A-42B3-9764-705C479A0040",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th
                            -generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/B2E6E7E4-91C8-45C1-B57E-E5C259FCB42C\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/B2E6E7E4
                            -91C8-45C1-B57E-E5C259FCB42C",
                            "udid" : "B2E6E7E4-91C8-45C1-B57E-E5C259FCB42C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-i
                            nch-3rd-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (3rd generation)"
                          },
                          {
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/813FBAC8-4355-495E-AEBA-531C84340DD2\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/813FBAC8
                            -4355-495E-AEBA-531C84340DD2",
                            "udid" : "813FBAC8-4355-495E-AEBA-531C84340DD2",
                            "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-8-0" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/0F0D6501-0136-4E37-BCD8-F07D3C7F05FA\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/0F0D6501
                            -0136-4E37-BCD8-F07D3C7F05FA",
                            "udid" : "0F0D6501-0136-4E37-BCD8-F07D3C7F05FA",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/C16685C7-ED0E-4F26-91FF-C69D5B21EA3E\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/C16685C7
                            -ED0E-4F26-91FF-C69D5B21EA3E",
                            "udid" : "C16685C7-ED0E-4F26-91FF-C69D5B21EA3E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/65B97BAD-E4D5-4682-A9E4-256EA757EE37\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/65B97BAD
                            -E4D5-4682-A9E4-256EA757EE37",
                            "udid" : "65B97BAD-E4D5-4682-A9E4-256EA757EE37",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" :
                            "\/Users\/db\/Library\/Developer\/CoreSimulator\/Dev
                            ices\/E6878358-5447-40E4-BDBF-099A81747756\/data",
                            "logPath" :
                            "\/Users\/db\/Library\/Logs\/CoreSimulator\/E6878358
                            -5447-40E4-BDBF-099A81747756",
                            "udid" : "E6878358-5447-40E4-BDBF-099A81747756",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" :
                            "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-S
                            eries-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ]
                      }
                    }
[ 6064 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "CC873E07-4F81-4E16-BED6-828AE10FEC25",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "05B406C5-2B2D-450D-9E3A-D79E0E07785E",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "A1684F87-2789-4091-9FAC-8779D83FEA50",
                        "architecture" : "arm64",
                        "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,1",
                        "identifier" : "4CCB4833-9FED-4DC4-A5A8-DFF0B574AC69",
                        "architecture" : "arm64",
                        "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" : "iPhone12,3",
                        "identifier" : "4683EDD8-136F-427C-84AF-AC6895DC14B2",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "0120A3EC-C70D-4F06-82FF-8CA59250F448",
                        "architecture" : "arm64",
                        "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" : "iPad13,5",
                        "identifier" : "B2E6E7E4-91C8-45C1-B57E-E5C259FCB42C",
                        "architecture" : "arm64",
                        "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 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "FF028D70-2F16-4D77-A656-C6B3A10B1389",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (2nd generation)",
                        "name" : "Apple TV 4K (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "9E4C3454-B2E4-459A-B257-F04DB1C661A8",
                        "architecture" : "arm64",
                        "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 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "D155DEDD-2245-4B8A-AC23-E3B3CEE7ED31",
                        "architecture" : "arm64",
                        "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" : "iPhone13,2",
                        "identifier" : "695E8109-84B6-4A64-888A-1AFCABD6156C",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "4B75DB62-84D9-4EA2-AD46-699B1C680003",
                        "architecture" : "arm64",
                        "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" : "iPad11,7",
                        "identifier" : "4BCC4A41-4383-4FC4-A680-C2C967B9D17D",
                        "architecture" : "arm64",
                        "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" : "iPad13,10",
                        "identifier" : "813FBAC8-4355-495E-AEBA-531C84340DD2",
                        "architecture" : "arm64",
                        "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" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "F8DCB912-FD14-4AD8-B45F-53DCB6944C94",
                        "architecture" : "arm64",
                        "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" : "iPhone13,1",
                        "identifier" : "3D22B638-44AD-4413-95B4-3E3C2E8180B0",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "520E8C45-2989-4E38-93DE-AB037D145059",
                        "architecture" : "arm64",
                        "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" : "iPhone13,3",
                        "identifier" : "69F20B16-1FC5-4186-8245-51D2E8C1176C",
                        "architecture" : "arm64",
                        "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" : "iPad13,2",
                        "identifier" : "011CA220-834A-42B3-9764-705C479A0040",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "0157D7C9-776D-4E31-ACA9-A1593B57D23F",
                        "architecture" : "arm64",
                        "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" : "iPhone12,5",
                        "identifier" : "7433E96D-637D-4761-8B0C-3B3F86A0E01C",
                        "architecture" : "arm64",
                        "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" : "iPhone12,8",
                        "identifier" : "F24E2D75-3266-491D-97D1-F127C7FEDA99",
                        "architecture" : "arm64",
                        "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" : "iPhone10,4",
                        "identifier" : "0DFD9573-64A8-4DD6-9846-60C67C33DEB5",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      }
                    ]

                    objc[11599]: Class AMSupportURLConnectionDelegate is
                    implemented in both /usr/lib/libauthinstall.dylib
                    (0x218e0f5a8) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice
                    .framework/Versions/A/MobileDevice (0x1059ec2c8). One of the
                    two will be used. Which one is undefined.
                    objc[11599]: Class AMSupportURLSession is implemented in
                    both /usr/lib/libauthinstall.dylib (0x218e0f5f8) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice
                    .framework/Versions/A/MobileDevice (0x1059ec318). One of the
                    two will be used. Which one is undefined.
[   37 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required,
skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,
skipping update.
[    5 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.
[   44 ms] "flutter run" took 6,560ms.
[   30 ms] Error: No pubspec.yaml file found.
           This command should be run from the root of your Flutter project.
[    5 ms] 
           #0      FlutterCommand.validateCommand
           (package:flutter_tools/src/runner/flutter_command.dart:1309:11)
           #1      RunCommand.validateCommand
           (package:flutter_tools/src/commands/run.dart:448:19)
           #2      FlutterCommand.verifyThenRunCommand
           (package:flutter_tools/src/runner/flutter_command.dart:1148:11)
           <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>
           #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>
           
           
[  256 ms] ensureAnalyticsSent: 250ms
[    1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

[✓] Flutter (Channel stable, 2.2.2, on macOS 12.0 21A5268h darwin-arm, locale
    en-IN)
    • Flutter version 2.2.2 at /opt/homebrew/Caskroom/flutter/2.2.0/flutter
    • Framework revision d79295af24 (3 weeks ago), 2021-06-11 08:56:01 -0700
    • Engine revision 91c9fc8fe0
    • Dart version 2.13.3

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/db/Library/Android/sdk
    • Platform android-S, build-tools 30.0.3
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8 10-b944.6916264)
    • 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.1

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

[!] Android Studio
    • Android Studio at /Applications/Android Studio Preview.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
    ✗ Unable to find bundled Java version.
    • Try updating or re-installing Android Studio.

[✓] Android Studio (version 4.2)
    • 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.8 10-b944.6916264)

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

[✓] Connected device (2 available)
    • iPhone 12 Pro Max (mobile) • 05B406C5-2B2D-450D-9E3A-D79E0E07785E • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-14-5 (simulator)
    • Chrome (web)               • chrome                               •
      web-javascript • Google Chrome 91.0.4472.114

! Doctor found issues in 1 category.
@TahaTesser TahaTesser added the in triage Presently being triaged by the triage team label Jun 30, 2021
@TahaTesser TahaTesser changed the title Flutter not supported on MacOS 12 beta 2 || IOS Simulator crashes as soon as splash screen loads for a flutter app which works fine on android and worked previously fine on MacOS 11 [macOS Moneterey] App crashes when running simulator Jun 30, 2021
@TahaTesser
Copy link
Member

Hi @DB-25

[ 44 ms] "flutter run" took 6,560ms.
[ 30 ms] Error: No pubspec.yaml file found.
This command should be run from the root of your Flutter project.
[ 5 ms]

Logs you've provided is not from flutter app, please execute flutter run -v from root of your Flutter project

I am surprised beta 2 is broken for you, I had beta 1, there was no such issue when running on the simulator in Xcode 12 or 13 but I had to downgrade to Big Sur for other reasons. Since this is beta 2 is still an unstable release of macOS Monterey the issue, there is a possibility something broke on macOS level

Just to be double sure, please follow these steps and provide the results
flutter create myap
flutter cd myapp
flutter run -v with simulator open (copy these logs and paste it below)

Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jun 30, 2021
@DB-25

This comment has been minimized.

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 1, 2021
@TahaTesser
Copy link
Member

Hi @DB-25
Your logs for flutter run -v are incomplete, please execute the command and provide complete logs (copy/paste in the Github issue)

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 2, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021 via email

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 2, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021

Simulator crashes with this pop up box

Screenshot 2021-07-02 at 6 37 09 PM

Screenshot 2021-07-02 at 6 36 50 PM

Screenshot 2021-07-02 at 6 37 14 PM

Screenshot 2021-07-02 at 6 36 57 PM

Screenshot 2021-07-02 at 6 37 00 PM

Screenshot 2021-07-02 at 6 37 16 PM

Screenshot 2021-07-02 at 6 37 05 PM

@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021

output.txt

@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021

after that there is no output

@TahaTesser
Copy link
Member

Hi @DB-25
Thanks, it seems to be on the team's radar,
Appreciate your time, closing as a duplicate of #85749

@TahaTesser TahaTesser added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels Jul 2, 2021
@jmagman
Copy link
Member

jmagman commented Jul 2, 2021

@TahaTesser #85749 didn't manifest as a crash, this is a segfault. Need the pasted crash log, not screenshots.

@jmagman jmagman reopened this Jul 2, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021


Translated Report (Full Report Below)

report
Incident Identifier: F355022A-D485-4F98-9D1F-AFB570721EAA
CrashReporter Key:   6B9E0456-9B54-8608-7B54-E7B34FCFF5FB
Hardware Model:      MacBookAir10,1
Process:             Runner [79645]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/05B406C5-2B2D-450D-9E3A-D79E0E07785E/data/Containers/Bundle/Application/8678D955-22AB-43B4-808C-83750985457C/Runner.app/Runner
Identifier:          com.wesource.weSourceCutomer
Version:             1.0.0 (1)
Code Type:           X86-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [79522]
Coalition:           com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E [15385]
Responsible Process: SimulatorTrampoline [48951]

Date/Time:           2021-07-02 23:36:04.9427  0530
Launch Time:         2021-07-02 23:36:04.8851  0530
OS Version:          macOS 12.0 (21A5268h)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes: 0x0000000000000001, 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4303093760
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      mapped file                 1007c0000-1010d4000    [ 9296K] r-x/r-x SM=COW  ...t_id=39735203
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [79645]

Triggered by Thread:  0

Application Specific Information:



Thread 0 Crashed:
0   ???                           	    0x7ff7ffceb118 ???
1   <translation info unavailable>	       0x10191ba3c ???
2   dyld                          	       0x2019fea32 dyld4::prepareSim(dyld4::RuntimeState&, char const*)   890
3   dyld                          	       0x2019fd6b5 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)   244
4   dyld                          	       0x2019fd4b4 start   388
5   dyld                          	       0x2019f8000 ???

Thread 1:: com.apple.rosetta.exceptionserver
0   ???                           	    0x7ff7ffcd8984 ???
1   ???                           	    0x7ff7ffcf0320 ???


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000109973af8  rcx: 0x0000000000000000  rdx: 0x0000000000000001
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x000000010a010000
   r8: 0x2d097647a29f0082   r9: 0x0000000000000000  r10: 0x000000010a010000  r11: 0x0000000109e34010
  r12: 0x0000000000000000  r13: 0x0000000109e34060  r14: 0x0000000201a6c080  r15: 0x0000000000000000
  rip: <unavailable>       rfl: 0x0000000000000283
 tmp0: 0x000000010190ad98 tmp1: 0x000000010190a090 tmp2: 0x0000000201a17a13


Binary Images:
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x2019f8000 -        0x201a5ffff dyld (*) <1051784a-31a4-3307-b922-6e65e511ff69> /usr/lib/dyld

EOF

Full Report

report
{"app_name":"Runner","timestamp":"2021-07-02 23:36:05.00  0530","app_version":"1.0.0","slice_uuid":"336072dc-b399-3715-8127-c60116525409","build_version":"1","platform":7,"bundleID":"com.wesource.weSourceCutomer","share_with_app_devs":0,"is_first_party":0,"etl_key":"3","bug_type":"309","os_version":"macOS 12.0 (21A5268h)","incident_id":"F355022A-D485-4F98-9D1F-AFB570721EAA","name":"Runner"}
{
  "uptime" : 110000,
  "procLaunch" : "2021-07-02 23:36:04.8851  0530",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 209,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 15385,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5268h",
    "releaseType" : "User"
  },
  "captureTime" : "2021-07-02 23:36:04.9427  0530",
  "incident" : "F355022A-D485-4F98-9D1F-AFB570721EAA",
  "pid" : 79645,
  "translated" : true,
  "cpuType" : "X86-64",
  "procName" : "Runner",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/05B406C5-2B2D-450D-9E3A-D79E0E07785E\/data\/Containers\/Bundle\/Application\/8678D955-22AB-43B4-808C-83750985457C\/Runner.app\/Runner",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0.0","CFBundleVersion":"1","CFBundleIdentifier":"com.wesource.weSourceCutomer"},
  "storeInfo" : {"deviceIdentifierForVendor":"653B6DEF-32AF-5501-9E7B-8E62E8132C22","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 79522,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E",
  "crashReporterKey" : "6B9E0456-9B54-8608-7B54-E7B34FCFF5FB",
  "responsiblePid" : 48951,
  "responsibleProc" : "SimulatorTrampoline",
  "wakeTime" : 1279,
  "sleepWakeUUID" : "4D213F1F-E053-4199-A2C5-E298B9F8CBAE",
  "sip" : "enabled",
  "vmRegionInfo" : "0 is not in any region.  Bytes before following region: 4303093760\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      mapped file                 1007c0000-1010d4000    [ 9296K] r-x\/r-x SM=COW  ...t_id=39735203",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":79645},
  "vmregioninfo" : "0 is not in any region.  Bytes before following region: 4303093760\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      mapped file                 1007c0000-1010d4000    [ 9296K] r-x\/r-x SM=COW  ...t_id=39735203",
  "asi" : {"dyld":[]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":3},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1263523,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":0},"r12":{"value":0},"rosetta":{"tmp2":{"value":8617294355},"tmp1":{"value":4321222800},"tmp0":{"value":4321226136}},"rbx":{"value":4455873272},"r8":{"value":3245255056540237954},"r15":{"value":0},"r10":{"value":4462804992},"rdx":{"value":1},"rdi":{"value":0},"r9":{"value":0},"r13":{"value":4460855392},"rflags":{"value":643},"rax":{"value":0},"rsp":{"value":4462804992},"r11":{"value":4460855312},"rcx":{"value":0},"r14":{"value":8617640064,"symbolLocation":0,"symbol":"dyld4::gProcessInfo"},"rsi":{"value":0}},"frames":[{"imageOffset":140703125385496,"imageIndex":0},{"imageOffset":4321294908,"region":"<translation info unavailable>","imageIndex":0},{"imageOffset":27186,"symbol":"dyld4::prepareSim(dyld4::RuntimeState&, char const*)","symbolLocation":890,"imageIndex":1},{"imageOffset":22197,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":244,"imageIndex":1},{"imageOffset":21684,"symbol":"start","symbolLocation":388,"imageIndex":1},{"imageOffset":0,"imageIndex":1}]},{"id":1263524,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":140703125309828,"imageIndex":0},{"imageOffset":140703125406496,"imageIndex":0}]}],
  "usedImages" : [
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 8617164800,
    "size" : 425984,
    "uuid" : "1051784a-31a4-3307-b922-6e65e511ff69",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=1068K resident=0K(0%) swapped_out_or_unallocated=1068K(100%)\nWritable regions: Total=154.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=154.9M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nRosetta Arena                     4096K        2 \nRosetta Generic                    732K      180 \nRosetta IndirectBranch              32K        1 \nRosetta JIT                      128.0M        1 \nRosetta Return Stack                20K        2 \nRosetta Thread Context              20K        2 \nStack                             8176K        1 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                       12.8M        6 \nVM_ALLOCATE (reserved)             168K        4         reserved VM address space (unallocated)\n__DATA                             224K        3 \n__DATA_CONST                        60K        2 \n__LINKEDIT                         320K        3 \n__TEXT                             776K        2 \ndyld private memory               1024K        1 \nmapped file                        5.8G       34 \nshared memory                       32K        2 \n===========                     =======  ======= \nTOTAL                              6.0G      247 \nTOTAL, minus reserved VM space     6.0G      247 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000091
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60c88ac7e7d17206e1f98633"
      },
      "deploymentId" : 250000052
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "60c8a862e7d17206e1f95953"
      },
      "deploymentId" : 250000112
    },
    {
      "rolloutId" : "601d9415f79519500ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "60ca460c10d03d047ed95dfe"
      },
      "deploymentId" : 250000082
    }
  ],
  "experiments" : [

  ]
}
}

Details

Model: MacBookAir10,1, BootROM 7429.0.133.121.1, proc 8:4:4 processors, 8 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: LPDDR4
AirPort: spairport_wireless_card_type_wifi, wl0: May 11 2021 22:21:31 version 18.20.284.1.7.8.108 FWID 01-9dd86976
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021


Translated Report (Full Report Below)

report
Incident Identifier: ED651F40-009D-4F47-8AF4-70CC04C4A92B
CrashReporter Key:   6B9E0456-9B54-8608-7B54-E7B34FCFF5FB
Hardware Model:      MacBookAir10,1
Process:             bulletindistributord [79640]
Path:                /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/bulletindistributord
Identifier:          com.apple.dt.Xcode
Version:             12.5.1 (18212)
Code Type:           ARM-64 (Native)
Role:                Unspecified
Parent Process:      Exited process [79522]
Coalition:           com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E [15385]
Responsible Process: SimulatorTrampoline [48951]

Date/Time:           2021-07-02 23:37:47.1565  0530
Launch Time:         2021-07-02 23:36:03.9076  0530
OS Version:          macOS 12.0 (21A5268h)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: LIBXPC 4 XPC_EXIT_REASON_SIGTERM_TIMEOUT

Triggered by Thread:  0

Application Specific Information:





Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1bc9fe044 semaphore_timedwait_trap   8
1   libdispatch.dylib             	       0x1801022c4 _dispatch_sema4_timedwait   60
2   libdispatch.dylib             	       0x180102888 _dispatch_semaphore_wait_slow   72
3   BulletinDistributorCompanion  	       0x1a6e232a4 __75 [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]_block_invoke   156
4   libdispatch.dylib             	       0x180101d44 _dispatch_client_callout   16
5   libdispatch.dylib             	       0x1801033ec _dispatch_once_callout   28
6   BulletinDistributorCompanion  	       0x1a6e23204  [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]   240
7   BulletinDistributorCompanion  	       0x1a6e1eb64 -[BLTWatchKitAppList _fetchWatchKitInfoWithForce:completion:]   308
8   BulletinDistributorCompanion  	       0x1a6e3fc6c -[BLTSectionConfiguration initWithWatchKitAppList:]   256
9   BulletinDistributorCompanion  	       0x1a6e62760 -[BLTBulletinDistributor init]   424
10  BulletinDistributorCompanion  	       0x1a6e625a0 __43 [BLTBulletinDistributor sharedDistributor]_block_invoke   20
11  libdispatch.dylib             	       0x180101d44 _dispatch_client_callout   16
12  libdispatch.dylib             	       0x1801033ec _dispatch_once_callout   28
13  BulletinDistributorCompanion  	       0x1a6e62588  [BLTBulletinDistributor sharedDistributor]   60
14  bulletindistributord          	       0x1006032dc 0x100600000   13020
15  dyld                          	       0x1006210fc start   520

Thread 1::  Dispatch queue: BLTBoundedWaitForActivePairedDevice
0   libsystem_kernel.dylib        	       0x1bc9fe02c semaphore_wait_trap   8
1   libdispatch.dylib             	       0x18010224c _dispatch_sema4_wait   24
2   libdispatch.dylib             	       0x1801028c0 _dispatch_semaphore_wait_slow   128
3   NanoRegistry                  	       0x1b14533e0 -[NRPairedDeviceRegistry waitForPairingStorePathPairingID:]   168
4   NanoRegistry                  	       0x1b145389c -[NRPairedDeviceRegistry waitForActivePairedDevice]   36
5   BulletinDistributorCompanion  	       0x1a6e23360 __75 [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]_block_invoke_2   64
6   libdispatch.dylib             	       0x180100580 _dispatch_call_block_and_release   24
7   libdispatch.dylib             	       0x180101d44 _dispatch_client_callout   16
8   libdispatch.dylib             	       0x180108c34 _dispatch_lane_serial_drain   560
9   libdispatch.dylib             	       0x1801097f8 _dispatch_lane_invoke   400
10  libdispatch.dylib             	       0x180113a58 _dispatch_workloop_worker_thread   744
11  libsystem_pthread.dylib       	       0x1bca3bbc4 _pthread_wqthread   284
12  libsystem_pthread.dylib       	       0x1bca3a948 start_wqthread   8

Thread 2:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 3:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000000000000e   x1: 0x3b9aa56100000077   x2: 0x000000003b9aa561   x3: 0x0000000fffffc088
    x4: 0x0000000000000507   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000403
    x8: 0x000000003b9aa561   x9: 0xaaaaaaaaaaaaaaab  x10: 0x00000000aba95000  x11: 0x000000007270e000
   x12: 0x000000012a00a978  x13: 0x000000000000ffef  x14: 0x001ffe2000000000  x15: 0x001ffe2000000000
   x16: 0xffffffffffffffda  x17: 0x0000000000000001  x18: 0x0000000000000000  x19: 0x00000297e5500871
   x20: 0x000000012a00bc80  x21: 0x000000003b9aca00  x22: 0x000000012a0059e0  x23: 0x0000000000000000
   x24: 0x0000000129510310  x25: 0x0000000129513510  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x000000012a00ade0   fp: 0x000000016f7fdff0   lr: 0x00000001801022c4
    sp: 0x000000016f7fdfd0   pc: 0x00000001bc9fe044 cpsr: 0x80000000
   far: 0x00000001a0af2000  esr: 0x56000080  Address size fault

Binary Images:
       0x1bc9fd000 -        0x1bca30fff com.apple.dt.Xcode (12.5.1) <53e9f84a-ee03-3234-aa19-389f94063b73> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_kernel.dylib
       0x1800fe000 -        0x18013efff com.apple.dt.Xcode (12.5.1) <6653e118-2d29-3a61-ac9a-eec51251bf71> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x1a6e07000 -        0x1a6e9afff com.apple.dt.Xcode (12.5.1) <7a7f9d50-b65c-3096-917f-ab0db948ac50> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BulletinDistributorCompanion.framework/BulletinDistributorCompanion
       0x100600000 -        0x100603fff com.apple.dt.Xcode (12.5.1) <50e99eeb-0e46-3126-8def-acb80f761642> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/bulletindistributord
       0x10061c000 -        0x100677fff dyld (*) <d453e645-e157-37a2-8520-9da57a0c71f3> /usr/lib/dyld
       0x1b142d000 -        0x1b1491fff com.apple.dt.Xcode (12.5.1) <f1733420-6ced-383c-b238-ae3ea0a4b5b6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
       0x1bca39500 -        0x1bca44fff com.apple.dt.Xcode (12.5.1) <551d3842-dd8d-31f5-adfa-8db88539bacc> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_pthread.dylib

EOF

Full Report

report
{"app_name":"bulletindistributord","timestamp":"2021-07-02 23:37:49.00  0530","app_version":"12.5.1","slice_uuid":"50e99eeb-0e46-3126-8def-acb80f761642","adam_id":"497799835","build_version":"18212","platform":7,"bundleID":"com.apple.dt.Xcode","share_with_app_devs":0,"is_first_party":0,"etl_key":"3","bug_type":"309","os_version":"macOS 12.0 (21A5268h)","incident_id":"ED651F40-009D-4F47-8AF4-70CC04C4A92B","name":"bulletindistributord"}
{
  "uptime" : 110000,
  "procLaunch" : "2021-07-02 23:36:03.9076  0530",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 209,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 15385,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5268h",
    "releaseType" : "User"
  },
  "captureTime" : "2021-07-02 23:37:47.1565  0530",
  "incident" : "ED651F40-009D-4F47-8AF4-70CC04C4A92B",
  "pid" : 79640,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "bulletindistributord",
  "procPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/bulletindistributord",
  "bundleInfo" : {"CFBundleShortVersionString":"12.5.1","CFBundleVersion":"18212","CFBundleIdentifier":"com.apple.dt.Xcode"},
  "buildInfo" : {"ProjectName":"IDEFrameworks","SourceVersion":"18212000000000000","ProductBuildVersion":"12E507","BuildVersion":"4"},
  "storeInfo" : {"storeCohortMetadata":"7|date=1622188800000&sf=143467&pgtp=Genre&pgid=182862&ctxt=Develop","itemID":"497799835","deviceIdentifierForVendor":"010FCA67-DFF0-5203-A8CE-1128A4074BB1","thirdParty":true,"softwareVersionExternalIdentifier":"842555601"},
  "parentProc" : "Exited process",
  "parentPid" : 79522,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E",
  "crashReporterKey" : "6B9E0456-9B54-8608-7B54-E7B34FCFF5FB",
  "responsiblePid" : 48951,
  "responsibleProc" : "SimulatorTrampoline",
  "wakeTime" : 1383,
  "sleepWakeUUID" : "4D213F1F-E053-4199-A2C5-E298B9F8CBAE",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL"},
  "termination" : {"flags":6,"code":4,"namespace":"LIBXPC","indicator":"XPC_EXIT_REASON_SIGTERM_TIMEOUT"},
  "asi" : {"libsystem_sim_platform.dylib":[],"dyld_sim":[],"dyld":[]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":3},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1263490,"threadState":{"x":[{"value":14},{"value":4294927030681600119},{"value":999990625},{"value":68719460488},{"value":1287},{"value":0},{"value":0},{"value":1027},{"value":999990625},{"value":12297829382473034411},{"value":2880000000},{"value":1920000000},{"value":4999653752},{"value":65519},{"value":9005137670438912},{"value":9005137670438912},{"value":18446744073709551578},{"value":1},{"value":0},{"value":2851410544753},{"value":4999658624},{"value":1000000000},{"value":4999633376},{"value":0},{"value":4988142352},{"value":4988155152},{"value":0},{"value":0},{"value":4999654880}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6443508420},"cpsr":{"value":2147483648},"fp":{"value":6165618672},"sp":{"value":6165618640},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7459561540,"matchesCrashFrame":1},"far":{"value":6990798848}},"queue":"com.apple.main-thread","frames":[{"imageOffset":4164,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":17092,"symbol":"_dispatch_sema4_timedwait","symbolLocation":60,"imageIndex":1},{"imageOffset":18568,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":72,"imageIndex":1},{"imageOffset":115364,"symbol":"__75 [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]_block_invoke","symbolLocation":156,"imageIndex":2},{"imageOffset":15684,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":21484,"symbol":"_dispatch_once_callout","symbolLocation":28,"imageIndex":1},{"imageOffset":115204,"symbol":" [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]","symbolLocation":240,"imageIndex":2},{"imageOffset":97124,"symbol":"-[BLTWatchKitAppList _fetchWatchKitInfoWithForce:completion:]","symbolLocation":308,"imageIndex":2},{"imageOffset":232556,"symbol":"-[BLTSectionConfiguration initWithWatchKitAppList:]","symbolLocation":256,"imageIndex":2},{"imageOffset":374624,"symbol":"-[BLTBulletinDistributor init]","symbolLocation":424,"imageIndex":2},{"imageOffset":374176,"symbol":"__43 [BLTBulletinDistributor sharedDistributor]_block_invoke","symbolLocation":20,"imageIndex":2},{"imageOffset":15684,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":21484,"symbol":"_dispatch_once_callout","symbolLocation":28,"imageIndex":1},{"imageOffset":374152,"symbol":" [BLTBulletinDistributor sharedDistributor]","symbolLocation":60,"imageIndex":2},{"imageOffset":13020,"imageIndex":3},{"imageOffset":20732,"symbol":"start","symbolLocation":520,"imageIndex":4}]},{"id":1263508,"queue":"BLTBoundedWaitForActivePairedDevice","frames":[{"imageOffset":4140,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":16972,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":1},{"imageOffset":18624,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":1},{"imageOffset":156640,"symbol":"-[NRPairedDeviceRegistry waitForPairingStorePathPairingID:]","symbolLocation":168,"imageIndex":5},{"imageOffset":157852,"symbol":"-[NRPairedDeviceRegistry waitForActivePairedDevice]","symbolLocation":36,"imageIndex":5},{"imageOffset":115552,"symbol":"__75 [NRPairedDeviceRegistry(BoundedWait) blt_boundedWaitForActivePairedDevice]_block_invoke_2","symbolLocation":64,"imageIndex":2},{"imageOffset":9600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":1},{"imageOffset":15684,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":44084,"symbol":"_dispatch_lane_serial_drain","symbolLocation":560,"imageIndex":1},{"imageOffset":47096,"symbol":"_dispatch_lane_invoke","symbolLocation":400,"imageIndex":1},{"imageOffset":88664,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":1},{"imageOffset":11204,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":6},{"imageOffset":6472,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":6}]},{"id":1263513,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1264631,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7459557376,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 212992,
    "uuid" : "53e9f84a-ee03-3234-aa19-389f94063b73",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443491328,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 266240,
    "uuid" : "6653e118-2d29-3a61-ac9a-eec51251bf71",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7094693888,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 606208,
    "uuid" : "7a7f9d50-b65c-3096-917f-ab0db948ac50",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/BulletinDistributorCompanion.framework\/BulletinDistributorCompanion",
    "name" : "BulletinDistributorCompanion",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4301258752,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 16384,
    "uuid" : "50e99eeb-0e46-3126-8def-acb80f761642",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/bulletindistributord",
    "name" : "bulletindistributord",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4301373440,
    "size" : 376832,
    "uuid" : "d453e645-e157-37a2-8520-9da57a0c71f3",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7268913152,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 413696,
    "uuid" : "f1733420-6ced-383c-b238-ae3ea0a4b5b6",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/NanoRegistry.framework\/NanoRegistry",
    "name" : "NanoRegistry",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7459803136,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 49152,
    "uuid" : "551d3842-dd8d-31f5-adfa-8db88539bacc",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib",
    "CFBundleVersion" : "18212"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=723.5M resident=0K(0%) swapped_out_or_unallocated=723.5M(100%)\nWritable regions: Total=55.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=55.4M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nDispatch continuations            8192K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                            37.2M       15 \nMALLOC guard page                   64K        4 \nSTACK GUARD                       56.1M        4 \nStack                             9808K        4 \nVM_ALLOCATE                        1.0G        2 \n__DATA                            10.9M      366 \n__DATA_CONST                      31.8M      364 \n__DATA_DIRTY                        34K        7 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       419.0M        5 \n__OBJC_RO                         62.5M        1 \n__OBJC_RW                         2656K        1 \n__TEXT                           304.6M      372 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nmapped file                       29.3M        2 \nshared memory                       48K        2 \n===========                     =======  ======= \nTOTAL                              2.0G     1155 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000091
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60c88ac7e7d17206e1f98633"
      },
      "deploymentId" : 250000052
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "60c8a862e7d17206e1f95953"
      },
      "deploymentId" : 250000112
    },
    {
      "rolloutId" : "601d9415f79519500ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "60ca460c10d03d047ed95dfe"
      },
      "deploymentId" : 250000082
    }
  ],
  "experiments" : [

  ]
}
}
Model: MacBookAir10,1, BootROM 7429.0.133.121.1, proc 8:4:4 processors, 8 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: LPDDR4
AirPort: spairport_wireless_card_type_wifi, wl0: May 11 2021 22:21:31 version 18.20.284.1.7.8.108 FWID 01-9dd86976
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

@DB-25
Copy link
Author

DB-25 commented Jul 2, 2021


Translated Report (Full Report Below)

report
Incident Identifier: CE53D314-04C6-490B-A7D0-43109D4FB392
CrashReporter Key:   6B9E0456-9B54-8608-7B54-E7B34FCFF5FB
Hardware Model:      MacBookAir10,1
Process:             UserEventAgent [79524]
Path:                /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent
Identifier:          com.apple.dt.Xcode
Version:             12.5.1 (18212)
Code Type:           ARM-64 (Native)
Role:                Unspecified
Parent Process:      Exited process [79522]
Coalition:           com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E [15385]
Responsible Process: SimulatorTrampoline [48951]

Date/Time:           2021-07-02 23:37:47.1790  0530
Launch Time:         2021-07-02 23:35:53.2862  0530
OS Version:          macOS 12.0 (21A5268h)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: LIBXPC 4 XPC_EXIT_REASON_SIGTERM_TIMEOUT

Triggered by Thread:  0

Application Specific Information:




Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1bc9fdff0 mach_msg_trap   8
1   libsystem_kernel.dylib        	       0x1bc9fe394 mach_msg   72
2   CoreFoundation                	       0x18036583c __CFRunLoopServiceMachPort   368
3   CoreFoundation                	       0x18035fd3c __CFRunLoopRun   1136
4   CoreFoundation                	       0x18035f3bc CFRunLoopRunSpecific   572
5   Foundation                    	       0x18080e778 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]   228
6   Foundation                    	       0x18080e9c0 -[NSRunLoop(NSRunLoop) run]   88
7   UserEventAgent                	       0x100de44bc 0x100de0000   17596
8   dyld                          	       0x100ec90fc start   520

Thread 1:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 2:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 3:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 4:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 5:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 6:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 7:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 8:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 9:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 10:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 11:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 12:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 13:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 14:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 15:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 16:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 17:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0

Thread 18:
0   libsystem_pthread.dylib       	       0x1bca3a940 start_wqthread   0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000010004005   x1: 0x0000000007000806   x2: 0x0000000000000000   x3: 0x0000000000000c00
    x4: 0x0000000000000d03   x5: 0x00000000ffffffff   x6: 0x0000000000000000   x7: 0x0000000131d05b80
    x8: 0x00000000fffffbbf   x9: 0x0000000000000001  x10: 0xbae3bf1fa2170018  x11: 0x000000b2f40e4c02
   x12: 0x00000000016e3600  x13: 0x000000000003732a  x14: 0x0000000000000001  x15: 0x0000000000000002
   x16: 0xffffffffffffffe1  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x00000000ffffffff  x21: 0x0000000000000d03  x22: 0x0000000000000c00  x23: 0x000000016f01d5e0
   x24: 0x0000000007000806  x25: 0x0000000000000000  x26: 0x0000000007000806  x27: 0x0000000000000d03
   x28: 0x000000016f01d568   fp: 0x000000016f01d470   lr: 0x00000001bc9fe394
    sp: 0x000000016f01d420   pc: 0x00000001bc9fdff0 cpsr: 0x40000000
   far: 0x0000000184f37f44  esr: 0x56000080  Address size fault

Binary Images:
       0x1bc9fd000 -        0x1bca30fff com.apple.dt.Xcode (12.5.1) <53e9f84a-ee03-3234-aa19-389f94063b73> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_kernel.dylib
       0x1802e2000 -        0x18067efff com.apple.dt.Xcode (12.5.1) <b9b565f1-efd6-39a2-baa4-91a979527f68> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1806f4000 -        0x18099ffff com.apple.dt.Xcode (12.5.1) <81de1be5-83fa-310a-9fb3-cf39c14ca977> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x100de0000 -        0x100de7fff com.apple.dt.Xcode (12.5.1) <8e9434bd-220b-37f5-ae83-ab6d0ef74c16> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/UserEventAgent
       0x100ec4000 -        0x100f1ffff dyld (*) <d453e645-e157-37a2-8520-9da57a0c71f3> /usr/lib/dyld
       0x1bca39500 -        0x1bca44fff com.apple.dt.Xcode (12.5.1) <551d3842-dd8d-31f5-adfa-8db88539bacc> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_pthread.dylib

EOF

Full Report

report
{"app_name":"UserEventAgent","timestamp":"2021-07-02 23:37:48.00  0530","app_version":"12.5.1","slice_uuid":"8e9434bd-220b-37f5-ae83-ab6d0ef74c16","adam_id":"497799835","build_version":"18212","platform":7,"bundleID":"com.apple.dt.Xcode","share_with_app_devs":0,"is_first_party":0,"etl_key":"3","bug_type":"309","os_version":"macOS 12.0 (21A5268h)","incident_id":"CE53D314-04C6-490B-A7D0-43109D4FB392","name":"UserEventAgent"}
{
  "uptime" : 110000,
  "procLaunch" : "2021-07-02 23:35:53.2862  0530",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 209,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 15385,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5268h",
    "releaseType" : "User"
  },
  "captureTime" : "2021-07-02 23:37:47.1790  0530",
  "incident" : "CE53D314-04C6-490B-A7D0-43109D4FB392",
  "pid" : 79524,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "UserEventAgent",
  "procPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent",
  "bundleInfo" : {"CFBundleShortVersionString":"12.5.1","CFBundleVersion":"18212","CFBundleIdentifier":"com.apple.dt.Xcode"},
  "buildInfo" : {"ProjectName":"IDEFrameworks","SourceVersion":"18212000000000000","ProductBuildVersion":"12E507","BuildVersion":"4"},
  "storeInfo" : {"storeCohortMetadata":"7|date=1622188800000&sf=143467&pgtp=Genre&pgid=182862&ctxt=Develop","itemID":"497799835","deviceIdentifierForVendor":"010FCA67-DFF0-5203-A8CE-1128A4074BB1","thirdParty":true,"softwareVersionExternalIdentifier":"842555601"},
  "parentProc" : "Exited process",
  "parentPid" : 79522,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.05B406C5-2B2D-450D-9E3A-D79E0E07785E",
  "crashReporterKey" : "6B9E0456-9B54-8608-7B54-E7B34FCFF5FB",
  "responsiblePid" : 48951,
  "responsibleProc" : "SimulatorTrampoline",
  "wakeTime" : 1382,
  "sleepWakeUUID" : "4D213F1F-E053-4199-A2C5-E298B9F8CBAE",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL"},
  "termination" : {"flags":6,"code":4,"namespace":"LIBXPC","indicator":"XPC_EXIT_REASON_SIGTERM_TIMEOUT"},
  "asi" : {"libsystem_sim_platform.dylib":[],"dyld":[]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":3},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1262352,"threadState":{"x":[{"value":268451845},{"value":117442566},{"value":0},{"value":3072},{"value":3331},{"value":4294967295},{"value":0},{"value":5130705792},{"value":4294966207},{"value":1},{"value":13466817453352222744},{"value":768598756354},{"value":24000000},{"value":226090},{"value":1},{"value":2},{"value":18446744073709551585},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":3331},{"value":3072},{"value":6157358560},{"value":117442566},{"value":0},{"value":117442566},{"value":3331},{"value":6157358440}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7459562388},"cpsr":{"value":1073741824},"fp":{"value":6157358192},"sp":{"value":6157358112},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7459561456,"matchesCrashFrame":1},"far":{"value":6525517636}},"queue":"com.apple.main-thread","frames":[{"imageOffset":4080,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5012,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":538684,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368,"imageIndex":1},{"imageOffset":515388,"symbol":"__CFRunLoopRun","symbolLocation":1136,"imageIndex":1},{"imageOffset":512956,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":1},{"imageOffset":1156984,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":228,"imageIndex":2},{"imageOffset":1157568,"symbol":"-[NSRunLoop(NSRunLoop) run]","symbolLocation":88,"imageIndex":2},{"imageOffset":17596,"imageIndex":3},{"imageOffset":20732,"symbol":"start","symbolLocation":520,"imageIndex":4}]},{"id":1264218,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264550,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264556,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264621,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264628,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264642,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264654,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264663,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264668,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264673,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264675,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264677,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264679,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264681,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264682,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264683,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264685,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]},{"id":1264686,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":5}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7459557376,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 212992,
    "uuid" : "53e9f84a-ee03-3234-aa19-389f94063b73",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445473792,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 3788800,
    "uuid" : "b9b565f1-efd6-39a2-baa4-91a979527f68",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6449741824,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 2801664,
    "uuid" : "81de1be5-83fa-310a-9fb3-cf39c14ca977",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4309516288,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 32768,
    "uuid" : "8e9434bd-220b-37f5-ae83-ab6d0ef74c16",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/libexec\/UserEventAgent",
    "name" : "UserEventAgent",
    "CFBundleVersion" : "18212"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4310450176,
    "size" : 376832,
    "uuid" : "d453e645-e157-37a2-8520-9da57a0c71f3",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7459803136,
    "CFBundleShortVersionString" : "12.5.1",
    "CFBundleIdentifier" : "com.apple.dt.Xcode",
    "size" : 49152,
    "uuid" : "551d3842-dd8d-31f5-adfa-8db88539bacc",
    "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib",
    "CFBundleVersion" : "18212"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=454.1M resident=0K(0%) swapped_out_or_unallocated=454.1M(100%)\nWritable regions: Total=98.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=98.2M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nDispatch continuations            8192K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                            72.2M       22 \nMALLOC guard page                   64K        4 \nSTACK GUARD                       56.3M       19 \nStack                             17.5M       19 \nVM_ALLOCATE                        1.0G        1 \n__DATA                            1289K       96 \n__DATA_CONST                      4549K       79 \n__DATA_DIRTY                        33K        6 \n__LINKEDIT                       419.4M       18 \n__OBJC_RO                         62.5M        1 \n__OBJC_RW                         2656K        1 \n__TEXT                            34.8M       97 \n__UNICODE                          588K        1 \ndyld private memory               1024K        1 \nmapped file                       29.5M        3 \nshared memory                       48K        3 \n===========                     =======  ======= \nTOTAL                              1.7G      374 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000091
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60c88ac7e7d17206e1f98633"
      },
      "deploymentId" : 250000052
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "60c8a862e7d17206e1f95953"
      },
      "deploymentId" : 250000112
    },
    {
      "rolloutId" : "601d9415f79519500ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "60ca460c10d03d047ed95dfe"
      },
      "deploymentId" : 250000082
    }
  ],
  "experiments" : [

  ]
}
}
Model: MacBookAir10,1, BootROM 7429.0.133.121.1, proc 8:4:4 processors, 8 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: LPDDR4
AirPort: spairport_wireless_card_type_wifi, wl0: May 11 2021 22:21:31 version 18.20.284.1.7.8.108 FWID 01-9dd86976
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

@jmagman
Copy link
Member

jmagman commented Jul 2, 2021

There's nothing Flutter in that stack trace. If you create a brand new Xcode project on that machine does it run on the same simulator?

@jmagman jmagman added waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds in triage Presently being triaged by the triage team and removed r: duplicate Issue is closed as a duplicate of an existing issue labels Jul 2, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 3, 2021

Screenshot 2021-07-03 at 10 03 45 AM

yep works perfectly

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 3, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 3, 2021

got this after exiting the simulator


Translated Report (Full Report Below)

report
Incident Identifier: 61B74150-7020-49AE-B8CE-2C57D65B205E
CrashReporter Key:   6B9E0456-9B54-8608-7B54-E7B34FCFF5FB
Hardware Model:      MacBookAir10,1
Process:             budd [80238]
Path:                /Users/USER/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SetupAssistant.framework/budd
Identifier:          com.apple.dt.Xcode
Version:             13.0 (19161.15)
Code Type:           ARM-64 (Native)
Role:                Unspecified
Parent Process:      Exited process [80140]
Coalition:           com.apple.CoreSimulator.SimDevice.422F53F9-3FD4-4516-A5E0-6E9979371A19 [15710]
Responsible Process: SimulatorTrampoline [48951]

Date/Time:           2021-07-03 10:04:49.3003  0530
Launch Time:         2021-07-03 10:01:35.2711  0530
OS Version:          macOS 12.0 (21A5268h)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: LIBXPC 4 XPC_EXIT_REASON_SIGTERM_TIMEOUT

Triggered by Thread:  0

Application Specific Information:





Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1c67f4ff0 mach_msg_trap   8
1   libsystem_kernel.dylib        	       0x1c67f5394 mach_msg   72
2   CoreFoundation                	       0x180348d4c __CFRunLoopServiceMachPort   368
3   CoreFoundation                	       0x180343230 __CFRunLoopRun   1136
4   CoreFoundation                	       0x1803428b4 CFRunLoopRunSpecific   572
5   Foundation                    	       0x1807f5e20 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]   228
6   Foundation                    	       0x1807f6068 -[NSRunLoop(NSRunLoop) run]   88
7   budd                          	       0x102e59150 0x102e54000   20816
8   dyld_sim                      	       0x103075c04 start_sim   20
9   dyld                          	       0x1031150fc start   520

Thread 1:
0   libsystem_pthread.dylib       	       0x1c6831940 start_wqthread   0

Thread 2:
0   libsystem_pthread.dylib       	       0x1c6831940 start_wqthread   0

Thread 3:
0   libsystem_pthread.dylib       	       0x1c6831940 start_wqthread   0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000010004005   x1: 0x0000000007000806   x2: 0x0000000000000000   x3: 0x0000000000000c00
    x4: 0x0000000000005303   x5: 0x00000000ffffffff   x6: 0x0000000000000000   x7: 0x000000013c205d20
    x8: 0x00000000fffffbbf   x9: 0x0000000000000001  x10: 0x1690cda9105e009f  x11: 0x000000b2f4564058
   x12: 0x00000000016e3600  x13: 0x000000000000996a  x14: 0x0000000000000001  x15: 0x0000000000000002
   x16: 0xffffffffffffffe1  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x00000000ffffffff  x21: 0x0000000000005303  x22: 0x0000000000000c00  x23: 0x000000016cfa9530
   x24: 0x0000000007000806  x25: 0x0000000000000000  x26: 0x0000000007000806  x27: 0x0000000000005303
   x28: 0x0000000000005303   fp: 0x000000016cfa93b0   lr: 0x00000001c67f5394
    sp: 0x000000016cfa9360   pc: 0x00000001c67f4ff0 cpsr: 0x40000000
   far: 0x00000001d4c5c8a0  esr: 0x56000080  Address size fault

Binary Images:
       0x1c67f4000 -        0x1c6827fff libsystem_kernel.dylib (*) <53e9f84a-ee03-3234-aa19-389f94063b73> /usr/lib/system/libsystem_kernel.dylib
       0x1802c5000 -        0x180661fff CoreFoundation (*) <0f7c90c6-60c1-3cfe-a62f-e53f815c3ae6> /Users/USER/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1806d4000 -        0x180988fff Foundation (*) <bb662fb0-c083-382e-bfaf-f82c778743db> /Users/USER/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x102e54000 -        0x102e67fff budd (*) <76d08238-06bd-397c-bf5d-600f9508b06b> /Users/USER/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SetupAssistant.framework/budd
       0x103074000 -        0x1030affff dyld_sim (*) <2812155d-6f23-36f5-9b09-3ddafca38cd0> /Users/USER/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x103110000 -        0x10316bfff dyld (*) <d453e645-e157-37a2-8520-9da57a0c71f3> /usr/lib/dyld
       0x1c6830000 -        0x1c683bfff libsystem_pthread.dylib (*) <551d3842-dd8d-31f5-adfa-8db88539bacc> /usr/lib/system/libsystem_pthread.dylib

EOF

Full Report

report
{"app_name":"budd","timestamp":"2021-07-03 10:04:51.00  0530","app_version":"13.0","slice_uuid":"76d08238-06bd-397c-bf5d-600f9508b06b","build_version":"19161.15","platform":7,"bundleID":"com.apple.dt.Xcode","share_with_app_devs":0,"is_first_party":0,"etl_key":"3","bug_type":"309","os_version":"macOS 12.0 (21A5268h)","incident_id":"61B74150-7020-49AE-B8CE-2C57D65B205E","name":"budd"}
{
  "uptime" : 120000,
  "procLaunch" : "2021-07-03 10:01:35.2711  0530",
  "procRole" : "Unspecified",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 209,
  "modelCode" : "MacBookAir10,1",
  "coalitionID" : 15710,
  "osVersion" : {
    "train" : "macOS 12.0",
    "build" : "21A5268h",
    "releaseType" : "User"
  },
  "captureTime" : "2021-07-03 10:04:49.3003  0530",
  "incident" : "61B74150-7020-49AE-B8CE-2C57D65B205E",
  "pid" : 80238,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "budd",
  "procPath" : "\/Users\/USER\/Downloads\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SetupAssistant.framework\/budd",
  "bundleInfo" : {"CFBundleShortVersionString":"13.0","CFBundleVersion":"19161.15","CFBundleIdentifier":"com.apple.dt.Xcode"},
  "buildInfo" : {"ProjectName":"IDEFrameworks","SourceVersion":"19161015000000000","ProductBuildVersion":"13A5154h","BuildVersion":"4"},
  "storeInfo" : {"deviceIdentifierForVendor":"D7E87735-736A-59D9-88CF-B76FEDCF5172","thirdParty":true},
  "parentProc" : "Exited process",
  "parentPid" : 80140,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.422F53F9-3FD4-4516-A5E0-6E9979371A19",
  "crashReporterKey" : "6B9E0456-9B54-8608-7B54-E7B34FCFF5FB",
  "responsiblePid" : 48951,
  "responsibleProc" : "SimulatorTrampoline",
  "wakeTime" : 771,
  "sleepWakeUUID" : "27CFDB78-140C-4303-89BC-043186354A65",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGKILL"},
  "termination" : {"flags":6,"code":4,"namespace":"LIBXPC","indicator":"XPC_EXIT_REASON_SIGTERM_TIMEOUT"},
  "asi" : {"libsystem_sim_platform.dylib":[],"dyld_sim":[],"dyld":[]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":20,"task_for_pid":9},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1310535,"threadState":{"x":[{"value":268451845},{"value":117442566},{"value":0},{"value":3072},{"value":21251},{"value":4294967295},{"value":0},{"value":5303721248},{"value":4294966207},{"value":1},{"value":1626025591488512159},{"value":768603471960},{"value":24000000},{"value":39274},{"value":1},{"value":2},{"value":18446744073709551585},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":21251},{"value":3072},{"value":6123328816},{"value":117442566},{"value":0},{"value":117442566},{"value":21251},{"value":21251}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7625200532},"cpsr":{"value":1073741824},"fp":{"value":6123328432},"sp":{"value":6123328352},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7625199600,"matchesCrashFrame":1},"far":{"value":7864699040}},"queue":"com.apple.main-thread","frames":[{"imageOffset":4080,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5012,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":539980,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368,"imageIndex":1},{"imageOffset":516656,"symbol":"__CFRunLoopRun","symbolLocation":1136,"imageIndex":1},{"imageOffset":514228,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":1},{"imageOffset":1187360,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":228,"imageIndex":2},{"imageOffset":1187944,"symbol":"-[NSRunLoop(NSRunLoop) run]","symbolLocation":88,"imageIndex":2},{"imageOffset":20816,"imageIndex":3},{"imageOffset":7172,"symbol":"start_sim","symbolLocation":20,"imageIndex":4},{"imageOffset":20732,"symbol":"start","symbolLocation":520,"imageIndex":5}]},{"id":1310555,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1310556,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1311630,"frames":[{"imageOffset":6464,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7625195520,
    "size" : 212992,
    "uuid" : "53e9f84a-ee03-3234-aa19-389f94063b73",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445355008,
    "size" : 3788800,
    "uuid" : "0f7c90c6-60c1-3cfe-a62f-e53f815c3ae6",
    "path" : "\/Users\/USER\/Downloads\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6449610752,
    "size" : 2838528,
    "uuid" : "bb662fb0-c083-382e-bfaf-f82c778743db",
    "path" : "\/Users\/USER\/Downloads\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4343545856,
    "size" : 81920,
    "uuid" : "76d08238-06bd-397c-bf5d-600f9508b06b",
    "path" : "\/Users\/USER\/Downloads\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/SetupAssistant.framework\/budd",
    "name" : "budd"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4345774080,
    "size" : 245760,
    "uuid" : "2812155d-6f23-36f5-9b09-3ddafca38cd0",
    "path" : "\/Users\/USER\/Downloads\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim",
    "name" : "dyld_sim"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4346413056,
    "size" : 376832,
    "uuid" : "d453e645-e157-37a2-8520-9da57a0c71f3",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7625441280,
    "size" : 49152,
    "uuid" : "551d3842-dd8d-31f5-adfa-8db88539bacc",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  }
],
  "vmSummary" : "ReadOnly portion of Libraries: Total=822.9M resident=0K(0%) swapped_out_or_unallocated=822.9M(100%)\nWritable regions: Total=91.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=91.1M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nDispatch continuations            8192K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                            73.3M       27 \nMALLOC guard page                  128K        8 \nSTACK GUARD                       56.1M        4 \nStack                             9808K        4 \nVM_ALLOCATE                        1.0G        1 \n__DATA                            11.1M      358 \n__DATA_CONST                      33.2M      357 \n__DATA_DIRTY                        34K        8 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       490.7M        5 \n__OBJC_RO                         60.8M        1 \n__OBJC_RW                         3008K        1 \n__TEXT                           332.3M      364 \n__UNICODE                          588K        1 \ndyld private memory               2048K        2 \nmapped file                       33.0M        2 \nshared memory                       48K        3 \n===========                     =======  ======= \nTOTAL                              2.1G     1150 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 250000091
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "60c88ac7e7d17206e1f98633"
      },
      "deploymentId" : 250000052
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "60c8a862e7d17206e1f95953"
      },
      "deploymentId" : 250000112
    },
    {
      "rolloutId" : "601d9415f79519500ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "60ca460c10d03d047ed95dfe"
      },
      "deploymentId" : 250000082
    }
  ],
  "experiments" : [

  ]
}
}
Model: MacBookAir10,1, BootROM 7429.0.133.121.1, proc 8:4:4 processors, 8 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: LPDDR4
AirPort: spairport_wireless_card_type_wifi, wl0: May 11 2021 22:21:31 version 18.20.284.1.7.8.108 FWID 01-9dd86976
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: USB 3.1 Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

@ethras
Copy link

ethras commented Jul 3, 2021

Same issue here on macOs 12 with Simulator (with iOS 14.5 or 15.0). No issue running on physical iOS device

@DB-25
Copy link
Author

DB-25 commented Jul 4, 2021

Same issue here on macOs 12 with Simulator (with iOS 14.5 or 15.0). No issue running on physical iOS device

I don't have a physical device to test it out

@TahaTesser
Copy link
Member

Hi @DB-25
Thanks for the details, I just tried on macOS Monterey on Intel, no issues
Unfortunately, I don't have access to M1 yet

#85545 (comment)
Are you getting crash on exiting native Xcode project?

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 5, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 5, 2021

Hey @TahaTesser
It could be the M1 chip causing all the problems

and to answer your question I tried a new/default Xcode project, that worked perfectly with no errors only flutter applications are crashing.

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 5, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 5, 2021

Screenshot 2021-07-03 at 10 03 45 AM

yep works perfectly

as mentioned here

@TahaTesser TahaTesser added e: OS-version specific Affects only some versions of the relevant operating system engine flutter/engine repository. See also e: labels. passed first triage platform-host-arm Building on an ARM-based platform platform-ios iOS applications specifically and removed in triage Presently being triaged by the triage team labels Jul 6, 2021
@DB-25
Copy link
Author

DB-25 commented Jul 9, 2021

Hey guys so I contacted Apple and this was their response @TahaTesser

Engineering has provided the following information regarding this issue:

KERN_INVALID_ADDRESS at 0x0000000000000000

This is a NULL pointer dereference. Please contact the vendor of the 3rd party runtime you are using for assistance.

@ahmedkamalhq
Copy link

I'm facing the same issue on MBP 2020 with the M1 chip and macOS 12 beta 2 (21A5268h)

here's the output from flutter run -v

flutter-run-v.txt


One thing that I've noticed tho is that when I tried to run the app on my mac (the My Mac designed for iPad schema) instead of the simulator it worked just fine!

@DB-25
Copy link
Author

DB-25 commented Jul 13, 2021

I'm facing the same issue on MBP 2020 with the M1 chip and macOS 12 beta 2 (21A5268h)

here's the output from flutter run -v

flutter-run-v.txt

One thing that I've noticed tho is that when I tried to run the app on my mac (the My Mac designed for iPad schema) instead of the simulator it worked just fine!

Can you tell me how did you run it on My Mac ?

@jmagman
Copy link
Member

jmagman commented Jul 13, 2021

and to answer your question I tried a new/default Xcode project, that worked perfectly with no errors only flutter applications are crashing.

That is, does this reproduce on a newly created Rosetta app. You can try the vanilla project TestPaste.zip from #74970 (comment)

I was easily able to reproduce this in a vanilla new Xcode project by adding a text field, and setting the iOS simulator "ARCHS[sdk=iphonesimulator*]" = x86_64 to force the app to run with Rosetta translation.
Screen Shot 2021-06-09 at 4 34 43 PM

@jmagman jmagman added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 13, 2021
@ahmedkamalhq
Copy link

@DB-25 via Xcode!

From the schemas dropdown menu select My Mac (Designed for iPad) obviously this's available for M1 Macs only.

btw, I just downgrade my macOS to Big Sur 11.4 cuz this issue was causing me troubles at work, and everything is working just fine now.

@Tejaswgupta
Copy link

The counter app works fine on the latest dev.

@koteesy
Copy link

koteesy commented Jul 15, 2021

Guys, i also update MacOs to Monterey beta 3, and my flutter application now working fine, not crashed anymore.

@DB-25
Copy link
Author

DB-25 commented Jul 15, 2021

@koteesy yes thank you i can confirm the same

@DB-25 DB-25 closed this as completed Jul 15, 2021
@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Jul 15, 2021
@TahaTesser TahaTesser added the r: invalid Issue is closed as not valid label Jul 16, 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 Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
e: OS-version specific Affects only some versions of the relevant operating system engine flutter/engine repository. See also e: labels. platform-host-arm Building on an ARM-based platform platform-ios iOS applications specifically r: invalid Issue is closed as not valid
Projects
None yet
Development

No branches or pull requests

7 participants