flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
163.16k stars 26.86k forks source link

[Android] Release build failure Build failed with an exception #96856

Open eramitsharma957 opened 2 years ago

eramitsharma957 commented 2 years ago
FAILURE: Build failed with an exception.

* Where:
Script '/Users/sudhirarora/downloads/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1070

* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command '/Users/sudhirarora/downloads/flutter/bin/flutter'' finished with non-zero exit value 1

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

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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 31s

FLUTTER DOCTOR

sudhirarora@Sudhirs-MacBook-Air AllenCareGit % flutter doctor           
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.8.1, on macOS 11.5.1 20G80 darwin-arm, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] Connected device (3 available)

flutter doctor -v

[✓] Flutter (Channel stable, 2.8.1, on macOS 11.5.1 20G80 darwin-arm, locale en-IN)
    • Flutter version 2.8.1 at /Users/sudhirarora/downloads/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 77d935af4d (5 weeks ago), 2021-12-16 08:37:33 -0800
    • Engine revision 890a5fca2e
    • Dart version 2.15.1

[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
    • Android SDK at /Users/sudhirarora/Library/Android/sdk
    • Platform android-32, build-tools 32.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.10.1

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

[✓] Android Studio (version 4.1)
    • 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 1.8.0_242-release-1644-b3-6915495)
maheshmnj commented 2 years ago

Hi @eramitsharma957, Thanks for filing the issue. Please share complete output of flutter run -v.

Thanks.

eramitsharma957 commented 2 years ago
logs ``` [ +231 ms] executing: sysctl hw.optional.arm64 [ +69 ms] Exit code 0 from: sysctl hw.optional.arm64 [ +7 ms] hw.optional.arm64: 1 [ +39 ms] executing: [/Users/sudhirarora/downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +114 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ +3 ms] 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ +3 ms] executing: [/Users/sudhirarora/downloads/flutter/] git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ +71 ms] Exit code 0 from: git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ ] 2.8.1 [ +15 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +16 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/sudhirarora/downloads/flutter/] git ls-remote --get-url origin [ +18 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +229 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref HEAD [ +37 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ +1 ms] stable [ +23 ms] executing: sw_vers -productName [ +59 ms] Exit code 0 from: sw_vers -productName [ +1 ms] macOS [ ] executing: sw_vers -productVersion [ +25 ms] Exit code 0 from: sw_vers -productVersion [ +1 ms] 11.5.1 [ ] executing: sw_vers -buildVersion [ +25 ms] Exit code 0 from: sw_vers -buildVersion [ ] 20G80 [ +103 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. [ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ +69 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb devices -l [ +25 ms] executing: sysctl hw.optional.arm64 [ +16 ms] Exit code 0 from: sysctl hw.optional.arm64 [ ] hw.optional.arm64: 1 [ ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version [+1163 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version [ +1 ms] Xcode 13.0 Build version 13A233 [ +5 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2 [ +7 ms] /usr/bin/arch -arm64e xcrun simctl list --json devices [ ] executing: /usr/bin/arch -arm64e xcrun simctl list --json devices [ +6 ms] executing: /usr/bin/arch -arm64e xcrun simctl list [ +133 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list [ +1 ms] == Device Types == iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s) iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus) iPhone SE (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE) iPhone 7 (com.apple.CoreSimulator.SimDeviceType.iPhone-7) iPhone 7 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus) iPhone 8 (com.apple.CoreSimulator.SimDeviceType.iPhone-8) iPhone 8 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus) iPhone X (com.apple.CoreSimulator.SimDeviceType.iPhone-X) iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS) iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max) iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR) iPhone 11 (com.apple.CoreSimulator.SimDeviceType.iPhone-11) iPhone 11 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro) iPhone 11 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max) iPhone SE (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-) iPhone 12 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini) iPhone 12 (com.apple.CoreSimulator.SimDeviceType.iPhone-12) iPhone 12 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro) iPhone 12 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max) iPhone 13 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro) iPhone 13 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max) iPhone 13 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini) iPhone 13 (com.apple.CoreSimulator.SimDeviceType.iPhone-13) iPod touch (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-) iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2) iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina) iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air) iPad mini 2 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-2) iPad mini 3 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-3) iPad mini 4 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-4) iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2) iPad Pro (9.7-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-) iPad Pro (12.9-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro) iPad (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-) iPad Pro (12.9-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-) iPad Pro (10.5-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-) iPad (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-) iPad (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-) iPad Pro (11-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-) iPad Pro (12.9-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-) iPad Pro (11-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-) iPad Pro (12.9-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-) iPad mini (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-) iPad Air (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-) iPad (8th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-) iPad (9th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation) iPad Air (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-) iPad Pro (11-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation) iPad Pro (12.9-inch) (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation) iPad mini (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation) Apple TV (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p) Apple TV 4K (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K) Apple TV 4K (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p) Apple TV 4K (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K) Apple TV 4K (at 1080p) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p) Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm) Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm) Apple Watch Series 2 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm) Apple Watch Series 2 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm) Apple Watch Series 3 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm) Apple Watch Series 3 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm) Apple Watch Series 4 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm) Apple Watch Series 4 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm) Apple Watch Series 5 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm) Apple Watch Series 5 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm) Apple Watch SE - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm) Apple Watch SE - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm) Apple Watch Series 6 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm) Apple Watch Series 6 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm) Apple Watch Series 7 - 41mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm) Apple Watch Series 7 - 45mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm) == Runtimes == iOS 15.0 (15.0 - 19A339) - com.apple.CoreSimulator.SimRuntime.iOS-15-0 tvOS 15.0 (15.0 - 19J344) - com.apple.CoreSimulator.SimRuntime.tvOS-15-0 watchOS 8.0 (8.0 - 19R344) - com.apple.CoreSimulator.SimRuntime.watchOS-8-0 == Devices == -- iOS 15.0 -- iPhone 8 (EA4BECD6-C0C2-48BC-B6B4-E3E09187390D) (Shutdown) iPhone 8 Plus (4700AB50-B3F7-45C7-BCA6-12097284C3B0) (Shutdown) iPhone 11 (FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61) (Shutdown) iPhone 11 Pro (07A92F4B-83E0-4C89-8D2B-04ABF942A01C) (Shutdown) iPhone 11 Pro Max (8D990278-64D8-4175-B488-9297CCA685BB) (Shutdown) iPhone SE (2nd generation) (FC299637-B3E4-46AD-B6D6-A1FFC2580B34) (Shutdown) iPhone 12 mini (86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0) (Shutdown) iPhone 12 (FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8) (Shutdown) iPhone 12 Pro (766D4B94-144B-4DBE-871C-722F390BA87D) (Shutdown) iPhone 12 Pro Max (00219CDD-14FE-437C-871D-029E8140C23B) (Shutdown) iPhone 13 Pro (3DC296EA-966D-4841-9D33-7E405C074A8B) (Shutdown) iPhone 13 Pro Max (7556A942-D984-493F-8405-D4CF70A97E36) (Shutdown) iPhone 13 mini (5E830B18-CBB4-4016-9F1D-C982D2B620F7) (Shutdown) iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) (Booted) iPod touch (7th generation) (3E2B47E3-F458-4423-A552-A1701B426084) (Shutdown) iPad Pro (9.7-inch) (1BA3E728-F630-46C1-8203-2C54AC1BEE8C) (Shutdown) iPad (9th generation) (DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4) (Shutdown) iPad Air (4th generation) (64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4) (Shutdown) iPad Pro (11-inch) (3rd generation) (01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1) (Shutdown) iPad Pro (12.9-inch) (5th generation) (A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2) (Shutdown) iPad mini (6th generation) (55E7B448-769C-4E02-B2E9-1844E8BFC9A7) (Shutdown) -- tvOS 15.0 -- Apple TV (6F6C52A5-6254-4BFC-9D56-1CB7A45F0372) (Shutdown) Apple TV 4K (2nd generation) (13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06) (Shutdown) Apple TV 4K (at 1080p) (2nd generation) (E7C8ACF5-2428-41E2-983F-2A4C5CB87449) (Shutdown) -- watchOS 8.0 -- Apple Watch Series 5 - 40mm (6235A354-950E-4DAB-A6F6-217FCA72AEB2) (Shutdown) Apple Watch Series 5 - 44mm (EB328B12-7BF2-48DB-9FA9-FC7F8D246163) (Shutdown) Apple Watch Series 6 - 40mm (9E9AD25C-7EEC-49D3-A339-71919DCF8EC3) (Shutdown) Apple Watch Series 6 - 44mm (A0936E76-5A2A-4060-968C-FD50455634DC) (Shutdown) Apple Watch Series 7 - 41mm (C0FA5DE2-6909-4138-92BD-63FDE25C87A4) (Shutdown) Apple Watch Series 7 - 45mm (7B6C2CC3-C8F6-401D-A9BA-824127E20D10) (Shutdown) -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-4 -- iPhone 8 (7AA99A78-4167-45D3-B9BD-79F93486BB1E) (Shutdown) (unavailable, runtime profile not found) iPhone 8 Plus (5280DF49-F484-4C8C-83AF-59B41AFD9888) (Shutdown) (unavailable, runtime profile not found) iPhone 11 (3C27CDC1-FF93-47B3-82C6-0AE5F00CE357) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro (8CB68F96-F83F-4BFB-8549-8CBE208A47C5) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro Max (06B0776A-490E-4EBD-AD19-A2BA990DD6CC) (Shutdown) (unavailable, runtime profile not found) iPhone SE (2nd generation) (E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0) (Shutdown) (unavailable, runtime profile not found) iPhone 12 mini (E6E67D02-F97F-4B22-855D-B16163F355A3) (Shutdown) (unavailable, runtime profile not found) iPhone 12 (445DB63E-B0EA-4CC1-B70F-925007C4673B) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro (FD9B95A0-4613-4107-B638-143EA2A7F91D) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro Max (D227718F-E3E6-46BB-A650-EE4B70FE4387) (Shutdown) (unavailable, runtime profile not found) iPod touch (7th generation) (88CDA0BD-006D-4F9B-877F-B26C10EED338) (Shutdown) (unavailable, runtime profile not found) iPad Pro (9.7-inch) (063519B5-09FE-4F5B-B3D7-242E3D135318) (Shutdown) (unavailable, runtime profile not found) iPad Pro (11-inch) (2nd generation) (246556D3-237D-4B67-B8FE-EA6A4C4B016D) (Shutdown) (unavailable, runtime profile not found) iPad Pro (12.9-inch) (4th generation) (475AC98C-C083-48A2-B2FF-296FEBDBC5CC) (Shutdown) (unavailable, runtime profile not found) iPad (8th generation) (8D731FAB-7459-4675-AAE9-A1992DC2436B) (Shutdown) (unavailable, runtime profile not found) iPad Air (4th generation) (4777792D-F98A-4D1A-8EC4-60310EF66BDA) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-5 -- iPhone 8 (55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2) (Shutdown) (unavailable, runtime profile not found) iPhone 8 Plus (143B8EA0-6427-4EC7-94A8-094D8830A175) (Shutdown) (unavailable, runtime profile not found) iPhone 11 (52A3A937-3ADB-4D3B-949D-672FA3D330D4) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro (B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro Max (A1D02CF2-36C3-40DC-8027-2FFFAFABF053) (Shutdown) (unavailable, runtime profile not found) iPhone SE (2nd generation) (0C67F79B-0211-473C-99A1-328A3D5C2D86) (Shutdown) (unavailable, runtime profile not found) iPhone 12 mini (ABB69446-DCEF-4708-81A3-BAE4024F217B) (Shutdown) (unavailable, runtime profile not found) iPhone 12 (C2A2BC13-311F-4854-99BE-D53FCEA83359) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro (4A82D2E1-1440-4F1E-8ABE-EE3991BB248C) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro Max (9820BC98-9050-44C2-96C8-BF92C56246F7) (Shutdown) (unavailable, runtime profile not found) iPod touch (7th generation) (41EDCF6C-024F-4FF0-823D-E20D856B2E6E) (Shutdown) (unavailable, runtime profile not found) iPad Pro (9.7-inch) (44345CEB-424B-48AA-BF03-7E8FAD35220B) (Shutdown) (unavailable, runtime profile not found) iPad (8th generation) (00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA) (Shutdown) (unavailable, runtime profile not found) iPad Air (4th generation) (943C4E58-BE7E-408E-BCF7-5FD94383439D) (Shutdown) (unavailable, runtime profile not found) iPad Pro (11-inch) (3rd generation) (D9F04B55-AC64-4920-9814-EC2E98B6AC6E) (Shutdown) (unavailable, runtime profile not found) iPad Pro (12.9-inch) (5th generation) (D390F6E4-2E99-4376-8D2C-86EE6B651641) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-3 -- Apple TV (34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (2E9DA1F2-5013-4DA1-AE83-4863DD711C1F) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (at 1080p) (BE7DE735-979F-4F6B-8CB0-A724C3E21220) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-5 -- Apple TV (2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (2nd generation) (F2767245-F735-4DD1-A7E5-40AB24CDE882) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (at 1080p) (2nd generation) (5840EAA8-024B-4712-AEA3-665D965F3233) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-2 -- Apple Watch Series 5 - 40mm (6253559B-AE89-451A-8BF0-995F5515FB37) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 5 - 44mm (FB6BC7C5-E733-4934-A15E-4A0736CFA7DE) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 40mm (77DDB82F-40F8-47F7-A911-E11593F8084B) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 44mm (14792109-1B13-4111-BB5D-FD81EC3E6E09) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-4 -- Apple Watch Series 5 - 40mm (B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 5 - 44mm (B574A2B1-040D-4DAA-93C7-5636C70CA911) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 40mm (7CAB7FF6-A76F-43D3-8D32-A942D5052371) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 44mm (035700F5-9B7C-4091-801E-4F8480AB14A1) (Shutdown) (unavailable, runtime profile not found) == Device Pairs == FF57B316-5A58-45A6-BCE9-D7EE57F5FDD7 (active, disconnected) Watch: Apple Watch Series 5 - 40mm (6235A354-950E-4DAB-A6F6-217FCA72AEB2) (Shutdown) Phone: iPhone 12 Pro (766D4B94-144B-4DBE-871C-722F390BA87D) (Shutdown) 956BB5FD-2C20-4417-8D65-2A61D30CAAF6 (active, disconnected) Watch: Apple Watch Series 5 - 44mm (EB328B12-7BF2-48DB-9FA9-FC7F8D246163) (Shutdown) Phone: iPhone 12 Pro Max (00219CDD-14FE-437C-871D-029E8140C23B) (Shutdown) 7DED5D1B-4E87-4175-8EFD-3BC93F108E86 (active, disconnected) Watch: Apple Watch Series 6 - 40mm (9E9AD25C-7EEC-49D3-A339-71919DCF8EC3) (Shutdown) Phone: iPhone 13 Pro (3DC296EA-966D-4841-9D33-7E405C074A8B) (Shutdown) 2526FABB-2DE2-4F86-9251-DEC77F07769E (active, disconnected) Watch: Apple Watch Series 6 - 44mm (A0936E76-5A2A-4060-968C-FD50455634DC) (Shutdown) Phone: iPhone 13 Pro Max (7556A942-D984-493F-8405-D4CF70A97E36) (Shutdown) C47ADE26-37D3-4A7C-B10E-ECF5A7C5ACDE (active, disconnected) Watch: Apple Watch Series 7 - 41mm (C0FA5DE2-6909-4138-92BD-63FDE25C87A4) (Shutdown) Phone: iPhone 13 mini (5E830B18-CBB4-4016-9F1D-C982D2B620F7) (Shutdown) 75180CE0-DBBF-4922-8E89-B40BEA288E88 (active, disconnected) Watch: Apple Watch Series 7 - 45mm (7B6C2CC3-C8F6-401D-A9BA-824127E20D10) (Shutdown) Phone: iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) (Booted) A31CADF4-B427-45BD-B297-620FFE0AA964 (unavailable) Watch: Apple Watch Series 5 - 40mm (6253559B-AE89-451A-8BF0-995F5515FB37) (Shutdown) Phone: iPhone 12 mini (E6E67D02-F97F-4B22-855D-B16163F355A3) (Shutdown) B6F8EC60-F214-4EFD-A67D-CF039364CA2A (unavailable) Watch: Apple Watch Series 5 - 44mm (FB6BC7C5-E733-4934-A15E-4A0736CFA7DE) (Shutdown) Phone: iPhone 12 (445DB63E-B0EA-4CC1-B70F-925007C4673B) (Shutdown) 4140DB53-99BB-4151-952D-69FB3033ADC4 (unavailable) Watch: Apple Watch Series 6 - 40mm (77DDB82F-40F8-47F7-A911-E11593F8084B) (Shutdown) Phone: iPhone 12 Pro (FD9B95A0-4613-4107-B638-143EA2A7F91D) (Shutdown) 1AC26166-337C-4B1B-926B-BA07208A54D7 (unavailable) Watch: Apple Watch Series 6 - 44mm (14792109-1B13-4111-BB5D-FD81EC3E6E09) (Shutdown) Phone: iPhone 12 Pro Max (D227718F-E3E6-46BB-A650-EE4B70FE4387) (Shutdown) 7268A21B-2885-4FB3-8DEA-1E23E0E1B88A (unavailable) Watch: Apple Watch Series 5 - 40mm (B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442) (Shutdown) Phone: iPhone 12 mini (ABB69446-DCEF-4708-81A3-BAE4024F217B) (Shutdown) ABED3218-9F18-44D8-8D7C-36017F3E4C84 (unavailable) Watch: Apple Watch Series 5 - 44mm (B574A2B1-040D-4DAA-93C7-5636C70CA911) (Shutdown) Phone: iPhone 12 (C2A2BC13-311F-4854-99BE-D53FCEA83359) (Shutdown) 2999AFAC-93D3-4A5E-B85C-C0F4B3202520 (unavailable) Watch: Apple Watch Series 6 - 40mm (7CAB7FF6-A76F-43D3-8D32-A942D5052371) (Shutdown) Phone: iPhone 12 Pro (4A82D2E1-1440-4F1E-8ABE-EE3991BB248C) (Shutdown) 48C9A87F-524B-46D5-9BF9-62BF85A37D97 (unavailable) Watch: Apple Watch Series 6 - 44mm (035700F5-9B7C-4091-801E-4F8480AB14A1) (Shutdown) Phone: iPhone 12 Pro Max (9820BC98-9050-44C2-96C8-BF92C56246F7) (Shutdown) [ +223 ms] List of devices attached emulator-5554 device product:sdk_gphone_arm64 model:sdk_gphone_arm64 device:emulator_arm64 transport_id:1 [ +87 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.watchOS-8-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6235A354-950E-4DAB-A6F6-217FCA72AEB2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6235A354-950E-4DAB-A6F6-217FCA72AEB2", "udid" : "6235A354-950E-4DAB-A6F6-217FCA72AEB2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EB328B12-7BF2-48DB-9FA9-FC7F8D246163\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "udid" : "EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/9E9AD25C-7EEC-49D3-A339-71919DCF8EC3\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "udid" : "9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A0936E76-5A2A-4060-968C-FD50455634DC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A0936E76-5A2A-4060-968C-FD50455634DC", "udid" : "A0936E76-5A2A-4060-968C-FD50455634DC", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/C0FA5DE2-6909-4138-92BD-63FDE25C87A4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "udid" : "C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 41mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7B6C2CC3-C8F6-401D-A9BA-824127E20D10\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "udid" : "7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 45mm" } ], "com.apple.CoreSimulator.SimRuntime.tvOS-15-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6F6C52A5-6254-4BFC-9D56-1CB7A45F0372\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "udid" : "6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "udid" : "13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", "state" : "Shutdown", "name" : "Apple TV 4K (2nd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E7C8ACF5-2428-41E2-983F-2A4C5CB87449\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "udid" : "E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p) (2nd generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2", "udid" : "55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/143B8EA0-6427-4EC7-94A8-094D8830A175\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/143B8EA0-6427-4EC7-94A8-094D8830A175", "udid" : "143B8EA0-6427-4EC7-94A8-094D8830A175", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/52A3A937-3ADB-4D3B-949D-672FA3D330D4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/52A3A937-3ADB-4D3B-949D-672FA3D330D4", "udid" : "52A3A937-3ADB-4D3B-949D-672FA3D330D4", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F", "udid" : "B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A1D02CF2-36C3-40DC-8027-2FFFAFABF053\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A1D02CF2-36C3-40DC-8027-2FFFAFABF053", "udid" : "A1D02CF2-36C3-40DC-8027-2FFFAFABF053", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/0C67F79B-0211-473C-99A1-328A3D5C2D86\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/0C67F79B-0211-473C-99A1-328A3D5C2D86", "udid" : "0C67F79B-0211-473C-99A1-328A3D5C2D86", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/ABB69446-DCEF-4708-81A3-BAE4024F217B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/ABB69446-DCEF-4708-81A3-BAE4024F217B", "udid" : "ABB69446-DCEF-4708-81A3-BAE4024F217B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/C2A2BC13-311F-4854-99BE-D53FCEA83359\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/C2A2BC13-311F-4854-99BE-D53FCEA83359", "udid" : "C2A2BC13-311F-4854-99BE-D53FCEA83359", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4A82D2E1-1440-4F1E-8ABE-EE3991BB248C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4A82D2E1-1440-4F1E-8ABE-EE3991BB248C", "udid" : "4A82D2E1-1440-4F1E-8ABE-EE3991BB248C", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/9820BC98-9050-44C2-96C8-BF92C56246F7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/9820BC98-9050-44C2-96C8-BF92C56246F7", "udid" : "9820BC98-9050-44C2-96C8-BF92C56246F7", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/41EDCF6C-024F-4FF0-823D-E20D856B2E6E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/41EDCF6C-024F-4FF0-823D-E20D856B2E6E", "udid" : "41EDCF6C-024F-4FF0-823D-E20D856B2E6E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/44345CEB-424B-48AA-BF03-7E8FAD35220B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/44345CEB-424B-48AA-BF03-7E8FAD35220B", "udid" : "44345CEB-424B-48AA-BF03-7E8FAD35220B", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA", "udid" : "00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-", "state" : "Shutdown", "name" : "iPad (8th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/943C4E58-BE7E-408E-BCF7-5FD94383439D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/943C4E58-BE7E-408E-BCF7-5FD94383439D", "udid" : "943C4E58-BE7E-408E-BCF7-5FD94383439D", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D9F04B55-AC64-4920-9814-EC2E98B6AC6E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D9F04B55-AC64-4920-9814-EC2E98B6AC6E", "udid" : "D9F04B55-AC64-4920-9814-EC2E98B6AC6E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D390F6E4-2E99-4376-8D2C-86EE6B651641\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D390F6E4-2E99-4376-8D2C-86EE6B651641", "udid" : "D390F6E4-2E99-4376-8D2C-86EE6B651641", "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-14-3" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8", "udid" : "34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/2E9DA1F2-5013-4DA1-AE83-4863DD711C1F\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/2E9DA1F2-5013-4DA1-AE83-4863DD711C1F", "udid" : "2E9DA1F2-5013-4DA1-AE83-4863DD711C1F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", "state" : "Shutdown", "name" : "Apple TV 4K" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/BE7DE735-979F-4F6B-8CB0-A724C3E21220\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/BE7DE735-979F-4F6B-8CB0-A724C3E21220", "udid" : "BE7DE735-979F-4F6B-8CB0-A724C3E21220", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6253559B-AE89-451A-8BF0-995F5515FB37\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6253559B-AE89-451A-8BF0-995F5515FB37", "udid" : "6253559B-AE89-451A-8BF0-995F5515FB37", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FB6BC7C5-E733-4934-A15E-4A0736CFA7DE\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FB6BC7C5-E733-4934-A15E-4A0736CFA7DE", "udid" : "FB6BC7C5-E733-4934-A15E-4A0736CFA7DE", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/77DDB82F-40F8-47F7-A911-E11593F8084B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/77DDB82F-40F8-47F7-A911-E11593F8084B", "udid" : "77DDB82F-40F8-47F7-A911-E11593F8084B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/14792109-1B13-4111-BB5D-FD81EC3E6E09\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/14792109-1B13-4111-BB5D-FD81EC3E6E09", "udid" : "14792109-1B13-4111-BB5D-FD81EC3E6E09", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442", "udid" : "B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B574A2B1-040D-4DAA-93C7-5636C70CA911\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B574A2B1-040D-4DAA-93C7-5636C70CA911", "udid" : "B574A2B1-040D-4DAA-93C7-5636C70CA911", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7CAB7FF6-A76F-43D3-8D32-A942D5052371\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7CAB7FF6-A76F-43D3-8D32-A942D5052371", "udid" : "7CAB7FF6-A76F-43D3-8D32-A942D5052371", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/035700F5-9B7C-4091-801E-4F8480AB14A1\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/035700F5-9B7C-4091-801E-4F8480AB14A1", "udid" : "035700F5-9B7C-4091-801E-4F8480AB14A1", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0", "udid" : "2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/F2767245-F735-4DD1-A7E5-40AB24CDE882\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/F2767245-F735-4DD1-A7E5-40AB24CDE882", "udid" : "F2767245-F735-4DD1-A7E5-40AB24CDE882", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", "state" : "Shutdown", "name" : "Apple TV 4K (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5840EAA8-024B-4712-AEA3-665D965F3233\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5840EAA8-024B-4712-AEA3-665D965F3233", "udid" : "5840EAA8-024B-4712-AEA3-665D965F3233", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p) (2nd generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-14-4" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7AA99A78-4167-45D3-B9BD-79F93486BB1E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7AA99A78-4167-45D3-B9BD-79F93486BB1E", "udid" : "7AA99A78-4167-45D3-B9BD-79F93486BB1E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5280DF49-F484-4C8C-83AF-59B41AFD9888\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5280DF49-F484-4C8C-83AF-59B41AFD9888", "udid" : "5280DF49-F484-4C8C-83AF-59B41AFD9888", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3C27CDC1-FF93-47B3-82C6-0AE5F00CE357\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3C27CDC1-FF93-47B3-82C6-0AE5F00CE357", "udid" : "3C27CDC1-FF93-47B3-82C6-0AE5F00CE357", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8CB68F96-F83F-4BFB-8549-8CBE208A47C5\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8CB68F96-F83F-4BFB-8549-8CBE208A47C5", "udid" : "8CB68F96-F83F-4BFB-8549-8CBE208A47C5", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/06B0776A-490E-4EBD-AD19-A2BA990DD6CC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/06B0776A-490E-4EBD-AD19-A2BA990DD6CC", "udid" : "06B0776A-490E-4EBD-AD19-A2BA990DD6CC", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0", "udid" : "E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E6E67D02-F97F-4B22-855D-B16163F355A3\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E6E67D02-F97F-4B22-855D-B16163F355A3", "udid" : "E6E67D02-F97F-4B22-855D-B16163F355A3", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/445DB63E-B0EA-4CC1-B70F-925007C4673B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/445DB63E-B0EA-4CC1-B70F-925007C4673B", "udid" : "445DB63E-B0EA-4CC1-B70F-925007C4673B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FD9B95A0-4613-4107-B638-143EA2A7F91D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FD9B95A0-4613-4107-B638-143EA2A7F91D", "udid" : "FD9B95A0-4613-4107-B638-143EA2A7F91D", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D227718F-E3E6-46BB-A650-EE4B70FE4387\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D227718F-E3E6-46BB-A650-EE4B70FE4387", "udid" : "D227718F-E3E6-46BB-A650-EE4B70FE4387", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/88CDA0BD-006D-4F9B-877F-B26C10EED338\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/88CDA0BD-006D-4F9B-877F-B26C10EED338", "udid" : "88CDA0BD-006D-4F9B-877F-B26C10EED338", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/063519B5-09FE-4F5B-B3D7-242E3D135318\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/063519B5-09FE-4F5B-B3D7-242E3D135318", "udid" : "063519B5-09FE-4F5B-B3D7-242E3D135318", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/246556D3-237D-4B67-B8FE-EA6A4C4B016D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/246556D3-237D-4B67-B8FE-EA6A4C4B016D", "udid" : "246556D3-237D-4B67-B8FE-EA6A4C4B016D", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/475AC98C-C083-48A2-B2FF-296FEBDBC5CC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/475AC98C-C083-48A2-B2FF-296FEBDBC5CC", "udid" : "475AC98C-C083-48A2-B2FF-296FEBDBC5CC", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8D731FAB-7459-4675-AAE9-A1992DC2436B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8D731FAB-7459-4675-AAE9-A1992DC2436B", "udid" : "8D731FAB-7459-4675-AAE9-A1992DC2436B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-", "state" : "Shutdown", "name" : "iPad (8th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4777792D-F98A-4D1A-8EC4-60310EF66BDA\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4777792D-F98A-4D1A-8EC4-60310EF66BDA", "udid" : "4777792D-F98A-4D1A-8EC4-60310EF66BDA", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EA4BECD6-C0C2-48BC-B6B4-E3E09187390D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "udid" : "EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4700AB50-B3F7-45C7-BCA6-12097284C3B0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4700AB50-B3F7-45C7-BCA6-12097284C3B0", "udid" : "4700AB50-B3F7-45C7-BCA6-12097284C3B0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "udid" : "FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/07A92F4B-83E0-4C89-8D2B-04ABF942A01C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "udid" : "07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8D990278-64D8-4175-B488-9297CCA685BB\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8D990278-64D8-4175-B488-9297CCA685BB", "udid" : "8D990278-64D8-4175-B488-9297CCA685BB", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FC299637-B3E4-46AD-B6D6-A1FFC2580B34\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "udid" : "FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "udid" : "86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "udid" : "FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/766D4B94-144B-4DBE-871C-722F390BA87D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/766D4B94-144B-4DBE-871C-722F390BA87D", "udid" : "766D4B94-144B-4DBE-871C-722F390BA87D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/00219CDD-14FE-437C-871D-029E8140C23B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/00219CDD-14FE-437C-871D-029E8140C23B", "udid" : "00219CDD-14FE-437C-871D-029E8140C23B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max", "state" : "Shutdown", "name" : "iPhone 12 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3DC296EA-966D-4841-9D33-7E405C074A8B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3DC296EA-966D-4841-9D33-7E405C074A8B", "udid" : "3DC296EA-966D-4841-9D33-7E405C074A8B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro", "state" : "Shutdown", "name" : "iPhone 13 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7556A942-D984-493F-8405-D4CF70A97E36\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7556A942-D984-493F-8405-D4CF70A97E36", "udid" : "7556A942-D984-493F-8405-D4CF70A97E36", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max", "state" : "Shutdown", "name" : "iPhone 13 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5E830B18-CBB4-4016-9F1D-C982D2B620F7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5E830B18-CBB4-4016-9F1D-C982D2B620F7", "udid" : "5E830B18-CBB4-4016-9F1D-C982D2B620F7", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini", "state" : "Shutdown", "name" : "iPhone 13 mini" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EC84C795-7915-419B-B38C-7A57B221FB5E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EC84C795-7915-419B-B38C-7A57B221FB5E", "udid" : "EC84C795-7915-419B-B38C-7A57B221FB5E", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13", "state" : "Booted", "name" : "iPhone 13" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3E2B47E3-F458-4423-A552-A1701B426084\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3E2B47E3-F458-4423-A552-A1701B426084", "udid" : "3E2B47E3-F458-4423-A552-A1701B426084", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/1BA3E728-F630-46C1-8203-2C54AC1BEE8C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "udid" : "1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "udid" : "DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation", "state" : "Shutdown", "name" : "iPad (9th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "udid" : "64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "udid" : "01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "udid" : "A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (5th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/55E7B448-769C-4E02-B2E9-1844E8BFC9A7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "udid" : "55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", "state" : "Shutdown", "name" : "iPad mini (6th generation)" } ] } } [+3781 ms] [ { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,3", "identifier" : "7556A942-D984-493F-8405-D4CF70A97E36", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-pro-max-1", "modelName" : "iPhone 13 Pro Max", "name" : "iPhone 13 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "8D990278-64D8-4175-B488-9297CCA685BB", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,5", "identifier" : "01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "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" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad12,2", "identifier" : "DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-9-wwan-1", "modelName" : "iPad (9th generation)", "name" : "iPad (9th generation)" }, { "simulator" : false, "operatingSystemVersion" : "11.5.1 (20G80)", "interface" : "usb", "available" : true, "platform" : "com.apple.platform.macosx", "modelCode" : "MacBookAir10,1", "identifier" : "00008103-0002381001A2001E", "architecture" : "arm64e", "modelUTI" : "com.apple.macbookair-late-2020", "modelName" : "MacBook Air", "name" : "My Mac" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,5", "identifier" : "EC84C795-7915-419B-B38C-7A57B221FB5E", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-1", "modelName" : "iPhone 13", "name" : "iPhone 13" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,6", "identifier" : "C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 41mm", "name" : "Apple Watch Series 7 - 41mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,10", "identifier" : "A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "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" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPod9,1", "identifier" : "3E2B47E3-F458-4423-A552-A1701B426084", "architecture" : "arm64", "modelUTI" : "com.apple.ipod-touch-7-2", "modelName" : "iPod touch (7th generation)", "name" : "iPod touch (7th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "4700AB50-B3F7-45C7-BCA6-12097284C3B0", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "6235A354-950E-4DAB-A6F6-217FCA72AEB2", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 40mm", "name" : "Apple Watch Series 5 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "A0936E76-5A2A-4060-968C-FD50455634DC", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 44mm", "name" : "Apple Watch Series 6 - 44mm" }, { "modelCode" : "iPhone11,8", "simulator" : false, "modelName" : "iPhone XR", "error" : { "code" : -13, "failureReason" : "", "underlyingErrors" : [ { "code" : 3, "failureReason" : "", "description" : "Sudhir’s iPhone is locked.", "recoverySuggestion" : "To use Sudhir’s iPhone with Xcode, unlock it.", "domain" : "DVTDeviceIneligibilityErrorDomain" } ], "description" : "Sudhir’s iPhone is not connected", "recoverySuggestion" : "Xcode will continue when Sudhir’s iPhone is connected.", "domain" : "com.apple.platform.iphoneos" }, "operatingSystemVersion" : "14.4.1 (18D61)", "identifier" : "00008020-0002645136F0402E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : false, "name" : "Sudhir’s iPhone", "modelUTI" : "com.apple.iphone-xr-2" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV5,3", "identifier" : "6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "architecture" : "arm64", "modelUTI" : "com.apple.apple-tv-4", "modelName" : "Apple TV", "name" : "Apple TV" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,8", "identifier" : "FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-se-1", "modelName" : "iPhone SE (2nd generation)", "name" : "iPhone SE (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,2", "identifier" : "64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-air4-1", "modelName" : "iPad Air (4th generation)", "name" : "iPad Air (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,3", "identifier" : "07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone 11 Pro" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 44mm", "name" : "Apple Watch Series 5 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,2", "identifier" : "FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-1", "modelName" : "iPhone 12", "name" : "iPhone 12" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,2", "identifier" : "3DC296EA-966D-4841-9D33-7E405C074A8B", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-pro-1", "modelName" : "iPhone 13 Pro", "name" : "iPhone 13 Pro" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 40mm", "name" : "Apple Watch Series 6 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,1", "identifier" : "55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-mini6-1", "modelName" : "iPad mini (6th generation)", "name" : "iPad mini (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,4", "identifier" : "5E830B18-CBB4-4016-9F1D-C982D2B620F7", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-mini-1", "modelName" : "iPhone 13 mini", "name" : "iPhone 13 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "architecture" : "arm64", "modelUTI" : "com.apple.apple-tv-4k-2nd", "modelName" : "Apple TV 4K (2nd generation)", "name" : "Apple TV 4K (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,4", "identifier" : "00219CDD-14FE-437C-871D-029E8140C23B", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-pro-max-1", "modelName" : "iPhone 12 Pro Max", "name" : "iPhone 12 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,1", "identifier" : "86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-mini-1", "modelName" : "iPhone 12 mini", "name" : "iPhone 12 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,1", "identifier" : "FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-1", "modelName" : "iPhone 11", "name" : "iPhone 11" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,3", "identifier" : "766D4B94-144B-4DBE-871C-722F390BA87D", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-pro-1", "modelName" : "iPhone 12 Pro", "name" : "iPhone 12 Pro" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad6,4", "identifier" : "1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "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" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,9", "identifier" : "7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 45mm", "name" : "Apple Watch Series 7 - 45mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "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)" } ] objc[37313]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x20262bad8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1024a82c8). One of the two will be used. Which one is undefined. objc[37313]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x20262bb28) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1024a8318). One of the two will be used. Which one is undefined. [ +221 ms] Error: Sudhir’s iPhone is not connected. Xcode will continue when Sudhir’s iPhone is connected. (code -13) [ +8 ms] /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop [ +187 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +9 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ +159 ms] Multiple devices found: [ +6 ms] ro.hardware = ranchu [ +18 ms] sdk gphone arm64 (mobile) • emulator-5554 • android-arm64 • Android 11 (API 30) (emulator) [ +2 ms] iPhone 13 (mobile) • EC84C795-7915-419B-B38C-7A57B221FB5E • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-0 (simulator) [ +3 ms] [1]: sdk gphone arm64 (emulator-5554) [ ] [2]: iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) [ +2 ms] Please choose one (To quit, press "q/Q") [ ] : ```
maheshmnj commented 2 years ago

[ +159 ms] Multiple devices found: [ +6 ms] ro.hardware = ranchu [ +18 ms] sdk gphone arm64 (mobile) • emulator-5554 • android-arm64 • Android 11 (API 30) (emulator) [ +2 ms] iPhone 13 (mobile) • EC84C795-7915-419B-B38C-7A57B221FB5E • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-0 (simulator) [ +3 ms] [1]: sdk gphone arm64 (emulator-5554) [ ] [2]: iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) [ +2 ms] Please choose one (To quit, press "q/Q") [ ] :

@eramitsharma957 The logs aren't complete you need to choose the android device to start the build execution.

eramitsharma957 commented 2 years ago

I want to generate signed apk but not generate or flutter build apk given error but app run and build apk from android studio option generated successfully. ERROR GIVEN

logs (1/2) ``` 💪 Building with sound null safety 💪 Unhandled exception: Unexpected type InvalidType InvalidType() #0 TypesBuilder.fromStaticType (package:vm/transformations/type_flow/types.dart:103:7) #1 SummaryCollector._staticType (package:vm/transformations/type_flow/summary_collector.dart:1192:21) #2 SummaryCollector.visitConditionalExpression (package:vm/transformations/type_flow/summary_collector.dart:1491:27) #3 ConditionalExpression.accept (package:kernel/ast.dart:6684:44) #4 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #5 SummaryCollector._visitCondition (package:vm/transformations/type_flow/summary_collector.dart:1402:13) #6 SummaryCollector.visitConditionalExpression (package:vm/transformations/type_flow/summary_collector.dart:1477:5) #7 ConditionalExpression.accept (package:kernel/ast.dart:6684:44) #8 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #9 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:887:21) #10 SummaryCollector.visitInstanceInvocation (package:vm/transformations/type_flow/summary_collector.dart:1605:18) #11 InstanceInvocation.accept (package:kernel/ast.dart:5505:44) #12 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #13 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:879:16) #14 SummaryCollector.visitStaticInvocation (package:vm/transformations/type_flow/summary_collector.dart:1849:18) #15 StaticInvocation.accept (package:kernel/ast.dart:6294:44) #16 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #17 SummaryCollector.visitLet (package:vm/transformations/type_flow/summary_collector.dart:1537:37) #18 Let.accept (package:kernel/ast.dart:8395:44) #19 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #20 SummaryCollector.visitYieldStatement (package:vm/transformations/type_flow/summary_collector.dart:2203:5) #21 YieldStatement.accept (package:kernel/ast.dart:10185:43) #22 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #23 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #24 List.forEach (dart:core-patch/growable_array.dart:410:8) #25 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #26 Block.accept (package:kernel/ast.dart:8890:43) #27 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #28 SummaryCollector.visitLabeledStatement (package:vm/transformations/type_flow/summary_collector.dart:2090:5) #29 LabeledStatement.accept (package:kernel/ast.dart:9100:43) #30 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #31 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #32 List.forEach (dart:core-patch/growable_array.dart:410:8) #33 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #34 Block.accept (package:kernel/ast.dart:8890:43) #35 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #36 SummaryCollector.visitTryCatch (package:vm/transformations/type_flow/summary_collector.dart:2140:5) #37 TryCatch.accept (package:kernel/ast.dart:9923:43) #38 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #39 SummaryCollector._handleNestedFunctionNode (package:vm/transformations/type_flow/summary_collector.dart:1274:5) #40 SummaryCollector.visitFunctionDeclaration (package:vm/transformations/type_flow/summary_collector.dart:2064:5) #41 FunctionDeclaration.accept (package:kernel/ast.dart:10507:43) #42 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #43 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #44 List.forEach (dart:core-patch/growable_array.dart:410:8) #45 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #46 Block.accept (package:kernel/ast.dart:8890:43) #47 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #48 SummaryCollector.createSummary (package:vm/transformations/type_flow/summary_collector.dart:765:9) #49 TypeFlowAnalysis.getSummary (package:vm/transformations/type_flow/analysis.dart:1533:52) #50 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:298:42) #51 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #52 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #53 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #54 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #55 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #56 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #57 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #58 Call.apply (package:vm/transformations/type_flow/summary.dart:268:31) #59 Summary.apply (package:vm/transformations/type_flow/summary.dart:724:33) #60 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #61 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #62 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #63 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #64 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #65 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #66 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #67 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #68 Call.apply (package:vm/transformations/type_flow/summary.dart:268:31) #69 Summary.apply (package:vm/transformations/type_flow/summary.dart:724:33) #70 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #71 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #72 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #73 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #74 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #75 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #76 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #77 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #78 Call.apply (package:vm/transformations/type_flow/summary.dart:268:31) #79 Summary.apply (package:vm/transformations/type_flow/summary.dart:724:33) #80 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #81 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #82 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #83 _WorkList.process (package:vm/transformations/type_flow/analysis.dart:1371:7) #84 TypeFlowAnalysis.process (package:vm/transformations/type_flow/analysis.dart:1551:14) #85 transformComponent (package:vm/transformations/type_flow/transformer.dart:87:20) #86 runGlobalTransformations (package:vm/kernel_front_end.dart:454:20) #87 compileToKernel (package:vm/kernel_front_end.dart:376:11) #88 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:541:17) #89 starter (package:flutter_frontend_server/server.dart:85:12) #90 main (file:///opt/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24) FAILURE: Build failed with an exception. * Where: Script '/Users/sudhirarora/downloads/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1070 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command '/Users/sudhirarora/downloads/flutter/bin/flutter'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 33s Running Gradle task 'assembleRelease'... 34.4s Gradle task assembleRelease failed with exit code 1 sudhirarora@Sudhirs-MacBook-Air AllenCareGit % flutter pub get Running "flutter pub get" in AllenCareGit... 3.9s sudhirarora@Sudhirs-MacBook-Air AllenCareGit % flutter build apk 💪 Building with sound null safety 💪 FAILURE: Build failed with an exception. * Where: Build file '/Users/sudhirarora/AllenCareGit/android/app/build.gradle' line: 24 * What went wrong: A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android.internal.version-check'] > Minimum supported Gradle version is 6.5. Current version is 6.1.1. If using the gradle wrapper, try editing the distributionUrl in /Users/sudhirarora/AllenCareGit/android/gradle/wrapper/gradle-wrapper.properties to gradle-6.5-all.zip * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 6s Running Gradle task 'assembleRelease'... 7.4s Gradle task assembleRelease failed with exit code 1 ``` flutter run -v ``` [ +251 ms] executing: sysctl hw.optional.arm64 [ +37 ms] Exit code 0 from: sysctl hw.optional.arm64 [ +3 ms] hw.optional.arm64: 1 [ +9 ms] executing: [/Users/sudhirarora/downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +23 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ +1 ms] executing: [/Users/sudhirarora/downloads/flutter/] git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ +57 ms] Exit code 0 from: git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ ] 2.8.1 [ +32 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +15 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/sudhirarora/downloads/flutter/] git ls-remote --get-url origin [ +13 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +133 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref HEAD [ +23 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +9 ms] executing: sw_vers -productName [ +39 ms] Exit code 0 from: sw_vers -productName [ ] macOS [ ] executing: sw_vers -productVersion [ +20 ms] Exit code 0 from: sw_vers -productVersion [ +4 ms] 11.5.1 [ ] executing: sw_vers -buildVersion [ +20 ms] Exit code 0 from: sw_vers -buildVersion [ +1 ms] 20G80 [ +68 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. [ +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ +61 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb devices -l [ +26 ms] executing: sysctl hw.optional.arm64 [ +12 ms] Exit code 0 from: sysctl hw.optional.arm64 [ ] hw.optional.arm64: 1 [ ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version [ +696 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version [ +1 ms] Xcode 13.0 Build version 13A233 [ +5 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2 [ +6 ms] /usr/bin/arch -arm64e xcrun simctl list --json devices [ ] executing: /usr/bin/arch -arm64e xcrun simctl list --json devices [ +5 ms] executing: /usr/bin/arch -arm64e xcrun simctl list [ +90 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list [ +1 ms] == Device Types == iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s) iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus) iPhone SE (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE) iPhone 7 (com.apple.CoreSimulator.SimDeviceType.iPhone-7) iPhone 7 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus) iPhone 8 (com.apple.CoreSimulator.SimDeviceType.iPhone-8) iPhone 8 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus) iPhone X (com.apple.CoreSimulator.SimDeviceType.iPhone-X) iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS) iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max) iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR) iPhone 11 (com.apple.CoreSimulator.SimDeviceType.iPhone-11) iPhone 11 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro) iPhone 11 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max) iPhone SE (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-) iPhone 12 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini) iPhone 12 (com.apple.CoreSimulator.SimDeviceType.iPhone-12) iPhone 12 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro) iPhone 12 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max) iPhone 13 Pro (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro) iPhone 13 Pro Max (com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max) iPhone 13 mini (com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini) iPhone 13 (com.apple.CoreSimulator.SimDeviceType.iPhone-13) iPod touch (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-) iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2) iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina) iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air) iPad mini 2 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-2) iPad mini 3 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-3) iPad mini 4 (com.apple.CoreSimulator.SimDeviceType.iPad-mini-4) iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2) iPad Pro (9.7-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-) iPad Pro (12.9-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro) iPad (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-) iPad Pro (12.9-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-) iPad Pro (10.5-inch) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-) iPad (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-) iPad (7th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-) iPad Pro (11-inch) (1st generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-) iPad Pro (12.9-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-) iPad Pro (11-inch) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-) iPad Pro (12.9-inch) (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-) iPad mini (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-) iPad Air (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-) iPad (8th generation) (com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-) iPad (9th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation) iPad Air (4th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-) iPad Pro (11-inch) (3rd generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation) iPad Pro (12.9-inch) (5th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation) iPad mini (6th generation) (com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation) Apple TV (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p) Apple TV 4K (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K) Apple TV 4K (at 1080p) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p) Apple TV 4K (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K) Apple TV 4K (at 1080p) (2nd generation) (com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p) Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm) Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm) Apple Watch Series 2 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm) Apple Watch Series 2 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm) Apple Watch Series 3 - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-38mm) Apple Watch Series 3 - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-3-42mm) Apple Watch Series 4 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm) Apple Watch Series 4 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm) Apple Watch Series 5 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm) Apple Watch Series 5 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm) Apple Watch SE - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-40mm) Apple Watch SE - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-SE-44mm) Apple Watch Series 6 - 40mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm) Apple Watch Series 6 - 44mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm) Apple Watch Series 7 - 41mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm) Apple Watch Series 7 - 45mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm) == Runtimes == iOS 15.0 (15.0 - 19A339) - com.apple.CoreSimulator.SimRuntime.iOS-15-0 tvOS 15.0 (15.0 - 19J344) - com.apple.CoreSimulator.SimRuntime.tvOS-15-0 watchOS 8.0 (8.0 - 19R344) - com.apple.CoreSimulator.SimRuntime.watchOS-8-0 == Devices == -- iOS 15.0 -- iPhone 8 (EA4BECD6-C0C2-48BC-B6B4-E3E09187390D) (Shutdown) iPhone 8 Plus (4700AB50-B3F7-45C7-BCA6-12097284C3B0) (Shutdown) iPhone 11 (FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61) (Shutdown) iPhone 11 Pro (07A92F4B-83E0-4C89-8D2B-04ABF942A01C) (Shutdown) iPhone 11 Pro Max (8D990278-64D8-4175-B488-9297CCA685BB) (Shutdown) iPhone SE (2nd generation) (FC299637-B3E4-46AD-B6D6-A1FFC2580B34) (Shutdown) iPhone 12 mini (86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0) (Shutdown) iPhone 12 (FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8) (Shutdown) iPhone 12 Pro (766D4B94-144B-4DBE-871C-722F390BA87D) (Shutdown) iPhone 12 Pro Max (00219CDD-14FE-437C-871D-029E8140C23B) (Shutdown) iPhone 13 Pro (3DC296EA-966D-4841-9D33-7E405C074A8B) (Shutdown) iPhone 13 Pro Max (7556A942-D984-493F-8405-D4CF70A97E36) (Shutdown) iPhone 13 mini (5E830B18-CBB4-4016-9F1D-C982D2B620F7) (Shutdown) iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) (Shutdown) iPod touch (7th generation) (3E2B47E3-F458-4423-A552-A1701B426084) (Shutdown) iPad Pro (9.7-inch) (1BA3E728-F630-46C1-8203-2C54AC1BEE8C) (Shutdown) iPad (9th generation) (DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4) (Shutdown) iPad Air (4th generation) (64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4) (Shutdown) iPad Pro (11-inch) (3rd generation) (01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1) (Shutdown) iPad Pro (12.9-inch) (5th generation) (A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2) (Shutdown) iPad mini (6th generation) (55E7B448-769C-4E02-B2E9-1844E8BFC9A7) (Shutdown) -- tvOS 15.0 -- Apple TV (6F6C52A5-6254-4BFC-9D56-1CB7A45F0372) (Shutdown) Apple TV 4K (2nd generation) (13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06) (Shutdown) Apple TV 4K (at 1080p) (2nd generation) (E7C8ACF5-2428-41E2-983F-2A4C5CB87449) (Shutdown) -- watchOS 8.0 -- Apple Watch Series 5 - 40mm (6235A354-950E-4DAB-A6F6-217FCA72AEB2) (Shutdown) Apple Watch Series 5 - 44mm (EB328B12-7BF2-48DB-9FA9-FC7F8D246163) (Shutdown) Apple Watch Series 6 - 40mm (9E9AD25C-7EEC-49D3-A339-71919DCF8EC3) (Shutdown) Apple Watch Series 6 - 44mm (A0936E76-5A2A-4060-968C-FD50455634DC) (Shutdown) Apple Watch Series 7 - 41mm (C0FA5DE2-6909-4138-92BD-63FDE25C87A4) (Shutdown) Apple Watch Series 7 - 45mm (7B6C2CC3-C8F6-401D-A9BA-824127E20D10) (Shutdown) -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-4 -- iPhone 8 (7AA99A78-4167-45D3-B9BD-79F93486BB1E) (Shutdown) (unavailable, runtime profile not found) iPhone 8 Plus (5280DF49-F484-4C8C-83AF-59B41AFD9888) (Shutdown) (unavailable, runtime profile not found) iPhone 11 (3C27CDC1-FF93-47B3-82C6-0AE5F00CE357) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro (8CB68F96-F83F-4BFB-8549-8CBE208A47C5) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro Max (06B0776A-490E-4EBD-AD19-A2BA990DD6CC) (Shutdown) (unavailable, runtime profile not found) iPhone SE (2nd generation) (E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0) (Shutdown) (unavailable, runtime profile not found) iPhone 12 mini (E6E67D02-F97F-4B22-855D-B16163F355A3) (Shutdown) (unavailable, runtime profile not found) iPhone 12 (445DB63E-B0EA-4CC1-B70F-925007C4673B) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro (FD9B95A0-4613-4107-B638-143EA2A7F91D) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro Max (D227718F-E3E6-46BB-A650-EE4B70FE4387) (Shutdown) (unavailable, runtime profile not found) iPod touch (7th generation) (88CDA0BD-006D-4F9B-877F-B26C10EED338) (Shutdown) (unavailable, runtime profile not found) iPad Pro (9.7-inch) (063519B5-09FE-4F5B-B3D7-242E3D135318) (Shutdown) (unavailable, runtime profile not found) iPad Pro (11-inch) (2nd generation) (246556D3-237D-4B67-B8FE-EA6A4C4B016D) (Shutdown) (unavailable, runtime profile not found) iPad Pro (12.9-inch) (4th generation) (475AC98C-C083-48A2-B2FF-296FEBDBC5CC) (Shutdown) (unavailable, runtime profile not found) iPad (8th generation) (8D731FAB-7459-4675-AAE9-A1992DC2436B) (Shutdown) (unavailable, runtime profile not found) iPad Air (4th generation) (4777792D-F98A-4D1A-8EC4-60310EF66BDA) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-14-5 -- iPhone 8 (55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2) (Shutdown) (unavailable, runtime profile not found) iPhone 8 Plus (143B8EA0-6427-4EC7-94A8-094D8830A175) (Shutdown) (unavailable, runtime profile not found) iPhone 11 (52A3A937-3ADB-4D3B-949D-672FA3D330D4) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro (B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F) (Shutdown) (unavailable, runtime profile not found) iPhone 11 Pro Max (A1D02CF2-36C3-40DC-8027-2FFFAFABF053) (Shutdown) (unavailable, runtime profile not found) iPhone SE (2nd generation) (0C67F79B-0211-473C-99A1-328A3D5C2D86) (Shutdown) (unavailable, runtime profile not found) iPhone 12 mini (ABB69446-DCEF-4708-81A3-BAE4024F217B) (Shutdown) (unavailable, runtime profile not found) iPhone 12 (C2A2BC13-311F-4854-99BE-D53FCEA83359) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro (4A82D2E1-1440-4F1E-8ABE-EE3991BB248C) (Shutdown) (unavailable, runtime profile not found) iPhone 12 Pro Max (9820BC98-9050-44C2-96C8-BF92C56246F7) (Shutdown) (unavailable, runtime profile not found) iPod touch (7th generation) (41EDCF6C-024F-4FF0-823D-E20D856B2E6E) (Shutdown) (unavailable, runtime profile not found) iPad Pro (9.7-inch) (44345CEB-424B-48AA-BF03-7E8FAD35220B) (Shutdown) (unavailable, runtime profile not found) iPad (8th generation) (00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA) (Shutdown) (unavailable, runtime profile not found) iPad Air (4th generation) (943C4E58-BE7E-408E-BCF7-5FD94383439D) (Shutdown) (unavailable, runtime profile not found) iPad Pro (11-inch) (3rd generation) (D9F04B55-AC64-4920-9814-EC2E98B6AC6E) (Shutdown) (unavailable, runtime profile not found) iPad Pro (12.9-inch) (5th generation) (D390F6E4-2E99-4376-8D2C-86EE6B651641) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-3 -- Apple TV (34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (2E9DA1F2-5013-4DA1-AE83-4863DD711C1F) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (at 1080p) (BE7DE735-979F-4F6B-8CB0-A724C3E21220) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.tvOS-14-5 -- Apple TV (2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (2nd generation) (F2767245-F735-4DD1-A7E5-40AB24CDE882) (Shutdown) (unavailable, runtime profile not found) Apple TV 4K (at 1080p) (2nd generation) (5840EAA8-024B-4712-AEA3-665D965F3233) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-2 -- Apple Watch Series 5 - 40mm (6253559B-AE89-451A-8BF0-995F5515FB37) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 5 - 44mm (FB6BC7C5-E733-4934-A15E-4A0736CFA7DE) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 40mm (77DDB82F-40F8-47F7-A911-E11593F8084B) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 44mm (14792109-1B13-4111-BB5D-FD81EC3E6E09) (Shutdown) (unavailable, runtime profile not found) -- Unavailable: com.apple.CoreSimulator.SimRuntime.watchOS-7-4 -- Apple Watch Series 5 - 40mm (B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 5 - 44mm (B574A2B1-040D-4DAA-93C7-5636C70CA911) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 40mm (7CAB7FF6-A76F-43D3-8D32-A942D5052371) (Shutdown) (unavailable, runtime profile not found) Apple Watch Series 6 - 44mm (035700F5-9B7C-4091-801E-4F8480AB14A1) (Shutdown) (unavailable, runtime profile not found) == Device Pairs == FF57B316-5A58-45A6-BCE9-D7EE57F5FDD7 (active, disconnected) Watch: Apple Watch Series 5 - 40mm (6235A354-950E-4DAB-A6F6-217FCA72AEB2) (Shutdown) Phone: iPhone 12 Pro (766D4B94-144B-4DBE-871C-722F390BA87D) (Shutdown) 956BB5FD-2C20-4417-8D65-2A61D30CAAF6 (active, disconnected) Watch: Apple Watch Series 5 - 44mm (EB328B12-7BF2-48DB-9FA9-FC7F8D246163) (Shutdown) Phone: iPhone 12 Pro Max (00219CDD-14FE-437C-871D-029E8140C23B) (Shutdown) 7DED5D1B-4E87-4175-8EFD-3BC93F108E86 (active, disconnected) Watch: Apple Watch Series 6 - 40mm (9E9AD25C-7EEC-49D3-A339-71919DCF8EC3) (Shutdown) Phone: iPhone 13 Pro (3DC296EA-966D-4841-9D33-7E405C074A8B) (Shutdown) 2526FABB-2DE2-4F86-9251-DEC77F07769E (active, disconnected) Watch: Apple Watch Series 6 - 44mm (A0936E76-5A2A-4060-968C-FD50455634DC) (Shutdown) Phone: iPhone 13 Pro Max (7556A942-D984-493F-8405-D4CF70A97E36) (Shutdown) C47ADE26-37D3-4A7C-B10E-ECF5A7C5ACDE (active, disconnected) Watch: Apple Watch Series 7 - 41mm (C0FA5DE2-6909-4138-92BD-63FDE25C87A4) (Shutdown) Phone: iPhone 13 mini (5E830B18-CBB4-4016-9F1D-C982D2B620F7) (Shutdown) 75180CE0-DBBF-4922-8E89-B40BEA288E88 (active, disconnected) Watch: Apple Watch Series 7 - 45mm (7B6C2CC3-C8F6-401D-A9BA-824127E20D10) (Shutdown) Phone: iPhone 13 (EC84C795-7915-419B-B38C-7A57B221FB5E) (Shutdown) A31CADF4-B427-45BD-B297-620FFE0AA964 (unavailable) Watch: Apple Watch Series 5 - 40mm (6253559B-AE89-451A-8BF0-995F5515FB37) (Shutdown) Phone: iPhone 12 mini (E6E67D02-F97F-4B22-855D-B16163F355A3) (Shutdown) B6F8EC60-F214-4EFD-A67D-CF039364CA2A (unavailable) Watch: Apple Watch Series 5 - 44mm (FB6BC7C5-E733-4934-A15E-4A0736CFA7DE) (Shutdown) Phone: iPhone 12 (445DB63E-B0EA-4CC1-B70F-925007C4673B) (Shutdown) 4140DB53-99BB-4151-952D-69FB3033ADC4 (unavailable) Watch: Apple Watch Series 6 - 40mm (77DDB82F-40F8-47F7-A911-E11593F8084B) (Shutdown) Phone: iPhone 12 Pro (FD9B95A0-4613-4107-B638-143EA2A7F91D) (Shutdown) 1AC26166-337C-4B1B-926B-BA07208A54D7 (unavailable) Watch: Apple Watch Series 6 - 44mm (14792109-1B13-4111-BB5D-FD81EC3E6E09) (Shutdown) Phone: iPhone 12 Pro Max (D227718F-E3E6-46BB-A650-EE4B70FE4387) (Shutdown) 7268A21B-2885-4FB3-8DEA-1E23E0E1B88A (unavailable) Watch: Apple Watch Series 5 - 40mm (B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442) (Shutdown) Phone: iPhone 12 mini (ABB69446-DCEF-4708-81A3-BAE4024F217B) (Shutdown) ABED3218-9F18-44D8-8D7C-36017F3E4C84 (unavailable) Watch: Apple Watch Series 5 - 44mm (B574A2B1-040D-4DAA-93C7-5636C70CA911) (Shutdown) Phone: iPhone 12 (C2A2BC13-311F-4854-99BE-D53FCEA83359) (Shutdown) 2999AFAC-93D3-4A5E-B85C-C0F4B3202520 (unavailable) Watch: Apple Watch Series 6 - 40mm (7CAB7FF6-A76F-43D3-8D32-A942D5052371) (Shutdown) Phone: iPhone 12 Pro (4A82D2E1-1440-4F1E-8ABE-EE3991BB248C) (Shutdown) 48C9A87F-524B-46D5-9BF9-62BF85A37D97 (unavailable) Watch: Apple Watch Series 6 - 44mm (035700F5-9B7C-4091-801E-4F8480AB14A1) (Shutdown) Phone: iPhone 12 Pro Max (9820BC98-9050-44C2-96C8-BF92C56246F7) (Shutdown) [ +110 ms] List of devices attached emulator-5554 device product:sdk_gphone_arm64 model:sdk_gphone_arm64 device:emulator_arm64 transport_id:1 [ +60 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.watchOS-8-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6235A354-950E-4DAB-A6F6-217FCA72AEB2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6235A354-950E-4DAB-A6F6-217FCA72AEB2", "udid" : "6235A354-950E-4DAB-A6F6-217FCA72AEB2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EB328B12-7BF2-48DB-9FA9-FC7F8D246163\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "udid" : "EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/9E9AD25C-7EEC-49D3-A339-71919DCF8EC3\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "udid" : "9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A0936E76-5A2A-4060-968C-FD50455634DC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A0936E76-5A2A-4060-968C-FD50455634DC", "udid" : "A0936E76-5A2A-4060-968C-FD50455634DC", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/C0FA5DE2-6909-4138-92BD-63FDE25C87A4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "udid" : "C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-41mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 41mm" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7B6C2CC3-C8F6-401D-A9BA-824127E20D10\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "udid" : "7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-7-45mm", "state" : "Shutdown", "name" : "Apple Watch Series 7 - 45mm" } ], "com.apple.CoreSimulator.SimRuntime.tvOS-15-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6F6C52A5-6254-4BFC-9D56-1CB7A45F0372\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "udid" : "6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "udid" : "13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", "state" : "Shutdown", "name" : "Apple TV 4K (2nd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E7C8ACF5-2428-41E2-983F-2A4C5CB87449\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "udid" : "E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p) (2nd generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2", "udid" : "55FD8E84-6B1D-4B30-ABD8-98CE2E201BD2", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/143B8EA0-6427-4EC7-94A8-094D8830A175\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/143B8EA0-6427-4EC7-94A8-094D8830A175", "udid" : "143B8EA0-6427-4EC7-94A8-094D8830A175", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/52A3A937-3ADB-4D3B-949D-672FA3D330D4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/52A3A937-3ADB-4D3B-949D-672FA3D330D4", "udid" : "52A3A937-3ADB-4D3B-949D-672FA3D330D4", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F", "udid" : "B53E108A-DFA7-49DE-BBA5-DD8AF73ADB4F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A1D02CF2-36C3-40DC-8027-2FFFAFABF053\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A1D02CF2-36C3-40DC-8027-2FFFAFABF053", "udid" : "A1D02CF2-36C3-40DC-8027-2FFFAFABF053", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/0C67F79B-0211-473C-99A1-328A3D5C2D86\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/0C67F79B-0211-473C-99A1-328A3D5C2D86", "udid" : "0C67F79B-0211-473C-99A1-328A3D5C2D86", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/ABB69446-DCEF-4708-81A3-BAE4024F217B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/ABB69446-DCEF-4708-81A3-BAE4024F217B", "udid" : "ABB69446-DCEF-4708-81A3-BAE4024F217B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/C2A2BC13-311F-4854-99BE-D53FCEA83359\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/C2A2BC13-311F-4854-99BE-D53FCEA83359", "udid" : "C2A2BC13-311F-4854-99BE-D53FCEA83359", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4A82D2E1-1440-4F1E-8ABE-EE3991BB248C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4A82D2E1-1440-4F1E-8ABE-EE3991BB248C", "udid" : "4A82D2E1-1440-4F1E-8ABE-EE3991BB248C", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/9820BC98-9050-44C2-96C8-BF92C56246F7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/9820BC98-9050-44C2-96C8-BF92C56246F7", "udid" : "9820BC98-9050-44C2-96C8-BF92C56246F7", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/41EDCF6C-024F-4FF0-823D-E20D856B2E6E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/41EDCF6C-024F-4FF0-823D-E20D856B2E6E", "udid" : "41EDCF6C-024F-4FF0-823D-E20D856B2E6E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/44345CEB-424B-48AA-BF03-7E8FAD35220B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/44345CEB-424B-48AA-BF03-7E8FAD35220B", "udid" : "44345CEB-424B-48AA-BF03-7E8FAD35220B", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA", "udid" : "00B7E8B3-8650-4B9C-9A1B-C3625ACFA3DA", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-", "state" : "Shutdown", "name" : "iPad (8th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/943C4E58-BE7E-408E-BCF7-5FD94383439D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/943C4E58-BE7E-408E-BCF7-5FD94383439D", "udid" : "943C4E58-BE7E-408E-BCF7-5FD94383439D", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D9F04B55-AC64-4920-9814-EC2E98B6AC6E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D9F04B55-AC64-4920-9814-EC2E98B6AC6E", "udid" : "D9F04B55-AC64-4920-9814-EC2E98B6AC6E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D390F6E4-2E99-4376-8D2C-86EE6B651641\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D390F6E4-2E99-4376-8D2C-86EE6B651641", "udid" : "D390F6E4-2E99-4376-8D2C-86EE6B651641", "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-14-3" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8", "udid" : "34DA4729-1DDD-42D6-96E1-3C4E5D6C90B8", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/2E9DA1F2-5013-4DA1-AE83-4863DD711C1F\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/2E9DA1F2-5013-4DA1-AE83-4863DD711C1F", "udid" : "2E9DA1F2-5013-4DA1-AE83-4863DD711C1F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", "state" : "Shutdown", "name" : "Apple TV 4K" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/BE7DE735-979F-4F6B-8CB0-A724C3E21220\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/BE7DE735-979F-4F6B-8CB0-A724C3E21220", "udid" : "BE7DE735-979F-4F6B-8CB0-A724C3E21220", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/6253559B-AE89-451A-8BF0-995F5515FB37\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/6253559B-AE89-451A-8BF0-995F5515FB37", "udid" : "6253559B-AE89-451A-8BF0-995F5515FB37", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FB6BC7C5-E733-4934-A15E-4A0736CFA7DE\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FB6BC7C5-E733-4934-A15E-4A0736CFA7DE", "udid" : "FB6BC7C5-E733-4934-A15E-4A0736CFA7DE", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/77DDB82F-40F8-47F7-A911-E11593F8084B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/77DDB82F-40F8-47F7-A911-E11593F8084B", "udid" : "77DDB82F-40F8-47F7-A911-E11593F8084B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/14792109-1B13-4111-BB5D-FD81EC3E6E09\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/14792109-1B13-4111-BB5D-FD81EC3E6E09", "udid" : "14792109-1B13-4111-BB5D-FD81EC3E6E09", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442", "udid" : "B60CD94C-8FAE-40E7-A4FE-C9CDBFDC7442", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/B574A2B1-040D-4DAA-93C7-5636C70CA911\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/B574A2B1-040D-4DAA-93C7-5636C70CA911", "udid" : "B574A2B1-040D-4DAA-93C7-5636C70CA911", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7CAB7FF6-A76F-43D3-8D32-A942D5052371\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7CAB7FF6-A76F-43D3-8D32-A942D5052371", "udid" : "7CAB7FF6-A76F-43D3-8D32-A942D5052371", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/035700F5-9B7C-4091-801E-4F8480AB14A1\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/035700F5-9B7C-4091-801E-4F8480AB14A1", "udid" : "035700F5-9B7C-4091-801E-4F8480AB14A1", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0", "udid" : "2ABBFEA0-5E0B-479E-B6A4-7BCD4D1705B0", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/F2767245-F735-4DD1-A7E5-40AB24CDE882\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/F2767245-F735-4DD1-A7E5-40AB24CDE882", "udid" : "F2767245-F735-4DD1-A7E5-40AB24CDE882", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K", "state" : "Shutdown", "name" : "Apple TV 4K (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5840EAA8-024B-4712-AEA3-665D965F3233\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5840EAA8-024B-4712-AEA3-665D965F3233", "udid" : "5840EAA8-024B-4712-AEA3-665D965F3233", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p) (2nd generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-14-4" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7AA99A78-4167-45D3-B9BD-79F93486BB1E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7AA99A78-4167-45D3-B9BD-79F93486BB1E", "udid" : "7AA99A78-4167-45D3-B9BD-79F93486BB1E", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5280DF49-F484-4C8C-83AF-59B41AFD9888\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5280DF49-F484-4C8C-83AF-59B41AFD9888", "udid" : "5280DF49-F484-4C8C-83AF-59B41AFD9888", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3C27CDC1-FF93-47B3-82C6-0AE5F00CE357\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3C27CDC1-FF93-47B3-82C6-0AE5F00CE357", "udid" : "3C27CDC1-FF93-47B3-82C6-0AE5F00CE357", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8CB68F96-F83F-4BFB-8549-8CBE208A47C5\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8CB68F96-F83F-4BFB-8549-8CBE208A47C5", "udid" : "8CB68F96-F83F-4BFB-8549-8CBE208A47C5", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/06B0776A-490E-4EBD-AD19-A2BA990DD6CC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/06B0776A-490E-4EBD-AD19-A2BA990DD6CC", "udid" : "06B0776A-490E-4EBD-AD19-A2BA990DD6CC", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0", "udid" : "E886BBB7-8DF5-4675-8B2B-CDE1A5DA99D0", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/E6E67D02-F97F-4B22-855D-B16163F355A3\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/E6E67D02-F97F-4B22-855D-B16163F355A3", "udid" : "E6E67D02-F97F-4B22-855D-B16163F355A3", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/445DB63E-B0EA-4CC1-B70F-925007C4673B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/445DB63E-B0EA-4CC1-B70F-925007C4673B", "udid" : "445DB63E-B0EA-4CC1-B70F-925007C4673B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FD9B95A0-4613-4107-B638-143EA2A7F91D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FD9B95A0-4613-4107-B638-143EA2A7F91D", "udid" : "FD9B95A0-4613-4107-B638-143EA2A7F91D", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/D227718F-E3E6-46BB-A650-EE4B70FE4387\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/D227718F-E3E6-46BB-A650-EE4B70FE4387", "udid" : "D227718F-E3E6-46BB-A650-EE4B70FE4387", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/88CDA0BD-006D-4F9B-877F-B26C10EED338\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/88CDA0BD-006D-4F9B-877F-B26C10EED338", "udid" : "88CDA0BD-006D-4F9B-877F-B26C10EED338", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/063519B5-09FE-4F5B-B3D7-242E3D135318\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/063519B5-09FE-4F5B-B3D7-242E3D135318", "udid" : "063519B5-09FE-4F5B-B3D7-242E3D135318", "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\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/246556D3-237D-4B67-B8FE-EA6A4C4B016D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/246556D3-237D-4B67-B8FE-EA6A4C4B016D", "udid" : "246556D3-237D-4B67-B8FE-EA6A4C4B016D", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/475AC98C-C083-48A2-B2FF-296FEBDBC5CC\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/475AC98C-C083-48A2-B2FF-296FEBDBC5CC", "udid" : "475AC98C-C083-48A2-B2FF-296FEBDBC5CC", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8D731FAB-7459-4675-AAE9-A1992DC2436B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8D731FAB-7459-4675-AAE9-A1992DC2436B", "udid" : "8D731FAB-7459-4675-AAE9-A1992DC2436B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-", "state" : "Shutdown", "name" : "iPad (8th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4777792D-F98A-4D1A-8EC4-60310EF66BDA\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4777792D-F98A-4D1A-8EC4-60310EF66BDA", "udid" : "4777792D-F98A-4D1A-8EC4-60310EF66BDA", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-15-0" : [ { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EA4BECD6-C0C2-48BC-B6B4-E3E09187390D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "udid" : "EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/4700AB50-B3F7-45C7-BCA6-12097284C3B0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/4700AB50-B3F7-45C7-BCA6-12097284C3B0", "udid" : "4700AB50-B3F7-45C7-BCA6-12097284C3B0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "udid" : "FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/07A92F4B-83E0-4C89-8D2B-04ABF942A01C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "udid" : "07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/8D990278-64D8-4175-B488-9297CCA685BB\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/8D990278-64D8-4175-B488-9297CCA685BB", "udid" : "8D990278-64D8-4175-B488-9297CCA685BB", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FC299637-B3E4-46AD-B6D6-A1FFC2580B34\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "udid" : "FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "udid" : "86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "udid" : "FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/766D4B94-144B-4DBE-871C-722F390BA87D\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/766D4B94-144B-4DBE-871C-722F390BA87D", "udid" : "766D4B94-144B-4DBE-871C-722F390BA87D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/00219CDD-14FE-437C-871D-029E8140C23B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/00219CDD-14FE-437C-871D-029E8140C23B", "udid" : "00219CDD-14FE-437C-871D-029E8140C23B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max", "state" : "Shutdown", "name" : "iPhone 12 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3DC296EA-966D-4841-9D33-7E405C074A8B\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3DC296EA-966D-4841-9D33-7E405C074A8B", "udid" : "3DC296EA-966D-4841-9D33-7E405C074A8B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro", "state" : "Shutdown", "name" : "iPhone 13 Pro" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/7556A942-D984-493F-8405-D4CF70A97E36\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/7556A942-D984-493F-8405-D4CF70A97E36", "udid" : "7556A942-D984-493F-8405-D4CF70A97E36", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max", "state" : "Shutdown", "name" : "iPhone 13 Pro Max" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/5E830B18-CBB4-4016-9F1D-C982D2B620F7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/5E830B18-CBB4-4016-9F1D-C982D2B620F7", "udid" : "5E830B18-CBB4-4016-9F1D-C982D2B620F7", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini", "state" : "Shutdown", "name" : "iPhone 13 mini" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/EC84C795-7915-419B-B38C-7A57B221FB5E\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/EC84C795-7915-419B-B38C-7A57B221FB5E", "udid" : "EC84C795-7915-419B-B38C-7A57B221FB5E", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13", "state" : "Shutdown", "name" : "iPhone 13" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/3E2B47E3-F458-4423-A552-A1701B426084\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/3E2B47E3-F458-4423-A552-A1701B426084", "udid" : "3E2B47E3-F458-4423-A552-A1701B426084", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/1BA3E728-F630-46C1-8203-2C54AC1BEE8C\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "udid" : "1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "udid" : "DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation", "state" : "Shutdown", "name" : "iPad (9th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "udid" : "64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "udid" : "01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (3rd generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "udid" : "A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (5th generation)" }, { "dataPath" : "\/Users\/sudhirarora\/Library\/Developer\/CoreSimulator\/Devices\/55E7B448-769C-4E02-B2E9-1844E8BFC9A7\/data", "logPath" : "\/Users\/sudhirarora\/Library\/Logs\/CoreSimulator\/55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "udid" : "55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation", "state" : "Shutdown", "name" : "iPad mini (6th generation)" } ] } } [+3907 ms] [ { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,3", "identifier" : "7556A942-D984-493F-8405-D4CF70A97E36", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-pro-max-1", "modelName" : "iPhone 13 Pro Max", "name" : "iPhone 13 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "8D990278-64D8-4175-B488-9297CCA685BB", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,5", "identifier" : "01EEA3EC-B86E-43E2-8BF4-1C160D6CF4C1", "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" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad12,2", "identifier" : "DD9F6A2F-52B6-43A4-84FC-EB0A2D6788D4", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-9-wwan-1", "modelName" : "iPad (9th generation)", "name" : "iPad (9th generation)" }, { "simulator" : false, "operatingSystemVersion" : "11.5.1 (20G80)", "interface" : "usb", "available" : true, "platform" : "com.apple.platform.macosx", "modelCode" : "MacBookAir10,1", "identifier" : "00008103-0002381001A2001E", "architecture" : "arm64e", "modelUTI" : "com.apple.macbookair-late-2020", "modelName" : "MacBook Air", "name" : "My Mac" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,5", "identifier" : "EC84C795-7915-419B-B38C-7A57B221FB5E", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-1", "modelName" : "iPhone 13", "name" : "iPhone 13" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,6", "identifier" : "C0FA5DE2-6909-4138-92BD-63FDE25C87A4", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 41mm", "name" : "Apple Watch Series 7 - 41mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,10", "identifier" : "A836A0F3-8327-40AA-AD8E-52D2C0A4B6B2", "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" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPod9,1", "identifier" : "3E2B47E3-F458-4423-A552-A1701B426084", "architecture" : "arm64", "modelUTI" : "com.apple.ipod-touch-7-2", "modelName" : "iPod touch (7th generation)", "name" : "iPod touch (7th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "4700AB50-B3F7-45C7-BCA6-12097284C3B0", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "6235A354-950E-4DAB-A6F6-217FCA72AEB2", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 40mm", "name" : "Apple Watch Series 5 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "A0936E76-5A2A-4060-968C-FD50455634DC", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 44mm", "name" : "Apple Watch Series 6 - 44mm" }, { "modelCode" : "iPhone11,8", "simulator" : false, "modelName" : "iPhone XR", "error" : { "code" : -13, "failureReason" : "", "underlyingErrors" : [ { "code" : 3, "failureReason" : "", "description" : "Sudhir’s iPhone is locked.", "recoverySuggestion" : "To use Sudhir’s iPhone with Xcode, unlock it.", "domain" : "DVTDeviceIneligibilityErrorDomain" } ], "description" : "Sudhir’s iPhone is not connected", "recoverySuggestion" : "Xcode will continue when Sudhir’s iPhone is connected.", "domain" : "com.apple.platform.iphoneos" }, "operatingSystemVersion" : "14.4.1 (18D61)", "identifier" : "00008020-0002645136F0402E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : false, "name" : "Sudhir’s iPhone", "modelUTI" : "com.apple.iphone-xr-2" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV5,3", "identifier" : "6F6C52A5-6254-4BFC-9D56-1CB7A45F0372", "architecture" : "arm64", "modelUTI" : "com.apple.apple-tv-4", "modelName" : "Apple TV", "name" : "Apple TV" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,8", "identifier" : "FC299637-B3E4-46AD-B6D6-A1FFC2580B34", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-se-1", "modelName" : "iPhone SE (2nd generation)", "name" : "iPhone SE (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,2", "identifier" : "64E28541-AD8C-4E9A-AF1A-99E47EB0E5A4", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-air4-1", "modelName" : "iPad Air (4th generation)", "name" : "iPad Air (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,3", "identifier" : "07A92F4B-83E0-4C89-8D2B-04ABF942A01C", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone 11 Pro" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "EB328B12-7BF2-48DB-9FA9-FC7F8D246163", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 44mm", "name" : "Apple Watch Series 5 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,2", "identifier" : "FA8B4D33-B22A-4EE1-8E0F-72BC63D780B8", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-1", "modelName" : "iPhone 12", "name" : "iPhone 12" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,2", "identifier" : "3DC296EA-966D-4841-9D33-7E405C074A8B", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-pro-1", "modelName" : "iPhone 13 Pro", "name" : "iPhone 13 Pro" }, { "simulator" : true, "operatingSystemVersion" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "9E9AD25C-7EEC-49D3-A339-71919DCF8EC3", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 40mm", "name" : "Apple Watch Series 6 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,1", "identifier" : "55E7B448-769C-4E02-B2E9-1844E8BFC9A7", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-mini6-1", "modelName" : "iPad mini (6th generation)", "name" : "iPad mini (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,4", "identifier" : "5E830B18-CBB4-4016-9F1D-C982D2B620F7", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-13-mini-1", "modelName" : "iPhone 13 mini", "name" : "iPhone 13 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "13C35F6D-9C82-4F18-AC4E-E5F73BA3BA06", "architecture" : "arm64", "modelUTI" : "com.apple.apple-tv-4k-2nd", "modelName" : "Apple TV 4K (2nd generation)", "name" : "Apple TV 4K (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,4", "identifier" : "00219CDD-14FE-437C-871D-029E8140C23B", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-pro-max-1", "modelName" : "iPhone 12 Pro Max", "name" : "iPhone 12 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,1", "identifier" : "86E0BC87-C0B8-4B5E-A7F6-2D8A5F49EBA0", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-mini-1", "modelName" : "iPhone 12 mini", "name" : "iPhone 12 mini" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,1", "identifier" : "FB6535A8-C2A4-4EFE-BCF8-F46DB1B94A61", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-1", "modelName" : "iPhone 11", "name" : "iPhone 11" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,3", "identifier" : "766D4B94-144B-4DBE-871C-722F390BA87D", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-12-pro-1", "modelName" : "iPhone 12 Pro", "name" : "iPhone 12 Pro" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad6,4", "identifier" : "1BA3E728-F630-46C1-8203-2C54AC1BEE8C", "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" : "8.0 (19R344)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,9", "identifier" : "7B6C2CC3-C8F6-401D-A9BA-824127E20D10", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 - 45mm", "name" : "Apple Watch Series 7 - 45mm" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19A339)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "EA4BECD6-C0C2-48BC-B6B4-E3E09187390D", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "15.0 (19J344)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV11,1", "identifier" : "E7C8ACF5-2428-41E2-983F-2A4C5CB87449", "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)" } ] objc[4531]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f5517ad8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1069942c8). One of the two will be used. Which one is undefined. objc[4531]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f5517b28) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x106994318). One of the two will be used. Which one is undefined. [ +147 ms] Error: Sudhir’s iPhone is not connected. Xcode will continue when Sudhir’s iPhone is connected. (code -13) [ +10 ms] /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop [ +90 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ +127 ms] Skipping pub get: version match. [ +58 ms] Found plugin file_picker at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/ [ +26 ms] Found plugin firebase_core at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.7.0/ [ +3 ms] Found plugin firebase_core_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/ [ +1 ms] Found plugin firebase_messaging at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.8/ [ +2 ms] Found plugin firebase_messaging_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.6/ [ +12 ms] Found plugin flutter_local_notifications at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.2.0/ [ +8 ms] Found plugin flutter_plugin_android_lifecycle at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/ [ +6 ms] Found plugin fluttertoast at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.8/ [ +22 ms] Found plugin path_provider_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.0/ [ +2 ms] Found plugin path_provider_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.3/ [ +2 ms] Found plugin permission_handler at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.6/ [ +10 ms] Found plugin shared_preferences at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.12/ [ ] Found plugin shared_preferences_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.10/ [ ] Found plugin shared_preferences_ios at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.9/ [ ] Found plugin shared_preferences_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.2/ [ ] Found plugin shared_preferences_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ +1 ms] Found plugin shared_preferences_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.2/ [ +3 ms] Found plugin sqflite at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.1/ [ +8 ms] Found plugin url_launcher at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.12/ [ ] Found plugin url_launcher_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] Found plugin url_launcher_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ +3 ms] Found plugin url_launcher_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.4/ [ ] Found plugin url_launcher_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ +1 ms] Found plugin video_player at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-2.2.5/ [ ] Found plugin video_player_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-2.0.4/ [ +3 ms] Found plugin wakelock at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.6/ [ +1 ms] Found plugin wakelock_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.4.0/ [ +1 ms] Found plugin wakelock_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.4.0/ [ +3 ms] Found plugin webview_flutter at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.1.1/ [ ] Found plugin webview_flutter_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.0.15/ [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.0.14/ [ +110 ms] Found plugin file_picker at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/ [ ] Found plugin firebase_core at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.7.0/ [ ] Found plugin firebase_core_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/ [ ] Found plugin firebase_messaging at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.8/ [ ] Found plugin firebase_messaging_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.6/ [ +2 ms] Found plugin flutter_local_notifications at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.2.0/ [ +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/ [ +4 ms] Found plugin fluttertoast at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.8/ [ +13 ms] Found plugin path_provider_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.0/ [ ] Found plugin path_provider_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.3/ [ ] Found plugin permission_handler at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.6/ [ +4 ms] Found plugin shared_preferences at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.12/ [ ] Found plugin shared_preferences_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.10/ [ ] Found plugin shared_preferences_ios at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.9/ [ ] Found plugin shared_preferences_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.2/ [ ] Found plugin shared_preferences_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ ] Found plugin shared_preferences_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.2/ [ +2 ms] Found plugin sqflite at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.1/ [ +2 ms] Found plugin url_launcher at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.12/ [ ] Found plugin url_launcher_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] Found plugin url_launcher_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ ] Found plugin url_launcher_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.4/ [ ] Found plugin url_launcher_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ ] Found plugin video_player at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-2.2.5/ [ ] Found plugin video_player_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-2.0.4/ [ ] Found plugin wakelock at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.6/ [ ] Found plugin wakelock_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.4.0/ [ ] Found plugin wakelock_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.4.0/ [ +3 ms] Found plugin webview_flutter at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.1.1/ [ ] Found plugin webview_flutter_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.0.15/ [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.0.14/ [ +16 ms] Generating /Users/sudhirarora/AllenCareGit/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +96 ms] ro.hardware = ranchu [ +29 ms] Using hardware rendering with device sdk gphone arm64. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering". [ +35 ms] Initializing file store [ +15 ms] Skipping target: gen_localizations [ +7 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/sudhirarora/AllenCareGit/.dart_tool/package_config_subset,/Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/generated_main.dart} [ +21 ms] Found plugin file_picker at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/ [ +1 ms] Found plugin firebase_core at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.7.0/ [ ] Found plugin firebase_core_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/ [ ] Found plugin firebase_messaging at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.8/ [ ] Found plugin firebase_messaging_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.6/ [ +1 ms] Found plugin flutter_local_notifications at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.2.0/ [ +1 ms] Found plugin flutter_plugin_android_lifecycle at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/ [ +1 ms] Found plugin fluttertoast at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.8/ [ +5 ms] Found plugin path_provider_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.0/ [ +1 ms] Found plugin path_provider_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.3/ [ ] Found plugin permission_handler at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.6/ [ +2 ms] Found plugin shared_preferences at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.12/ [ ] Found plugin shared_preferences_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.10/ [ ] Found plugin shared_preferences_ios at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.9/ [ ] Found plugin shared_preferences_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.2/ [ ] Found plugin shared_preferences_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ ] Found plugin shared_preferences_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ ] Found plugin shared_preferences_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.2/ [ +1 ms] Found plugin sqflite at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.1/ [ +2 ms] Found plugin url_launcher at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.12/ [ ] Found plugin url_launcher_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] Found plugin url_launcher_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ ] Found plugin url_launcher_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.4/ [ ] Found plugin url_launcher_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ ] Found plugin video_player at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-2.2.5/ [ ] Found plugin video_player_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-2.0.4/ [ ] Found plugin wakelock at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.6/ [ ] Found plugin wakelock_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.4.0/ [ ] Found plugin wakelock_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.4.0/ [ ] Found plugin webview_flutter at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.1.1/ [ ] Found plugin webview_flutter_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.0.15/ [ ] Found plugin webview_flutter_wkwebview at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.0.14/ [ +11 ms] gen_dart_plugin_registrant: Complete [ +1 ms] Skipping target: _composite [ +3 ms] complete [ +6 ms] Launching lib/main.dart on sdk gphone arm64 in debug mode... [ +12 ms] /Users/sudhirarora/downloads/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/sudhirarora/downloads/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/sudhirarora/downloads/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/4z/tmmcvtl13_z8m82xlds03kd80000gn/T/flutter_tools.u6WFs1/flutter_tool.12o6Ts/app.dill --packages /Users/sudhirarora/AllenCareGit/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy [ +20 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ +38 ms] <- compile file:///Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/generated_main.dart [ +120 ms] --------- beginning of main 01-20 11:21:37.495 I/Vision ( 1152): Checking for download completion for 161162 -- ocr [ +35 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb version [ +32 ms] Android Debug Bridge version 1.0.41 Version 31.0.3-7562133 Installed as /Users/sudhirarora/Library/Android/sdk/platform-tools/adb [ +2 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb start-server [ +23 ms] Building APK [ +32 ms] Running Gradle task 'assembleDebug'... [ +4 ms] Using gradle from /Users/sudhirarora/AllenCareGit/android/gradlew. [ +170 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ +67 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio.app/Contents/Info.plist [ ] {"CFBundleName":"Android Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE\/Contents\/lib\/bootstrap.jar:$APP_PACKAGE\/Contents\/lib\/extensions.jar:$APP_PACKAGE\/Contents\/lib\/util.jar:$APP_PACKAGE\/Contents\/lib\/jdom.j ar:$APP_PACKAGE\/Contents\/lib\/log4j.jar:$APP_PACKAGE\/Contents\/lib\/trove4j.jar:$APP_PACKAGE\/Contents\/lib\/jna.jar","JVMVersion":"1.8*,1.8+","MainClass":"com.intellij.idea.Main","Properties" :{"idea.paths.selector":"AndroidStudio4.1","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.vendor.name":"Google","idea.home.path":"$APP_PACKAGE\/Contents"}},"NSDesktopFold erUsageDescription":"An application in Android Studio requests access to the user's Desktop folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-201.8743.12.41.7042882","CFBundleDevelopmentRegion":"English","NSCameraUsageDescription":"An application in Android Studio requests access to the device's camera.","CFBundleDocumentTypes":[{"CFBundleTypeName":"Android Studio Project File","CFBundleTypeExtensions":["ipr"],"CFBundleTypeRole":"Editor","CFBundleTypeIconFile":"studio.icns"},{"CFBundleTypeName":"All documents","CFBundleTypeExtensions":["*"],"CFBundleTypeOSTypes":["****"],"CFBundleTypeRole":"Editor","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"A PPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString":"4.1","NSMicrophoneUsageDescription":"An application in Android Studio requests access to the device's microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsageDescription":"An application in Android Studio requests access to the user's location information.","LSRequiresNativeExecution":"YES","CFBundleURLTypes":[{"CFBundleTypeRole":"Editor","CFBundleURLName":"Stacktrace","CFBundleURLSchemes":["idea"]}],"CFBundleIdentifier":"com.google.an droid.studio","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSignature":"????","LSMinimumSystemVersion":"10.8","NSDocumentsFolderUsageDescription":"An application in Android Studio requests access to the user's Documents folder.","NSDownloadsFolderUsageDescription":"An application in Android Studio requests access to the user's Downloads folder.","NSNetworkVolumesUsageDescription":"An application in Android Studio requests access to files on a network volume.","CFBundleGetInfoString":"Android Studio 4.1, build AI-201.8743.12.41.7042882. Copyright JetBrains s.r.o., (c) 2000-2020","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access to files on a removable volume."} [ +9 ms] executing: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ +253 ms] Exit code 0 from: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java -version [ +1 ms] openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) OpenJDK 64-Bit Server VM (build 25.242-b3-6915495, mixed mode) [ +4 ms] executing: [/Users/sudhirarora/AllenCareGit/android/] /Users/sudhirarora/AllenCareGit/android/gradlew -Pverbose=true -Ptarget-platform=android-arm64 -Ptarget=/Users/sudhirarora/AllenCareGit/lib/main.dart -Pbase-application-name=android.app.Application -Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true -Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug [+1606 ms] Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details [+14286 ms] > Configure project :file_picker [ ] WARNING: The option setting 'android.enableR8=true' is deprecated. [ ] It will be removed in version 5.0 of the Android Gradle plugin. [ ] You will no longer be able to disable R8 [+7700 ms] > Task :app:compileFlutterBuildDebug [ ] [ +142 ms] executing: sysctl hw.optional.arm64 [ ] [ +32 ms] Exit code 0 from: sysctl hw.optional.arm64 [ ] [ +3 ms] hw.optional.arm64: 1 [ ] [ +9 ms] executing: [/Users/sudhirarora/downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] [ +17 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] [ ] 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ ] [ +1 ms] executing: [/Users/sudhirarora/downloads/flutter/] git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ ] [ +55 ms] Exit code 0 from: git tag --points-at 77d935af4db863f6abd0b9c31c7e6df2a13de57b [ ] [ ] 2.8.1 [ ] [ +12 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ ] [ +11 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/stable [ ] [ ] executing: [/Users/sudhirarora/downloads/flutter/] git ls-remote --get-url origin [ +3 ms] [ +11 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ +96 ms] executing: [/Users/sudhirarora/downloads/flutter/] git rev-parse --abbrev-ref HEAD [ ] [ +26 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] stable [ +5 ms] [ +10 ms] executing: sw_vers -productName [ ] [ +16 ms] Exit code 0 from: sw_vers -productName [ ] [ ] macOS [ ] [ ] executing: sw_vers -productVersion [ ] [ +15 ms] Exit code 0 from: sw_vers -productVersion [ ] [ ] 11.5.1 [ ] [ ] executing: sw_vers -buildVersion [ ] [ +16 ms] Exit code 0 from: sw_vers -buildVersion [ ] [ ] 20G80 [ ] [ +64 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. [ +1 ms] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ ] [ +142 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ +4 ms] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ +10 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +1 ms] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsUwpEngineArtifacts' 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. [ +2 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +91 ms] Initializing file store [ ] [ +31 ms] Skipping target: gen_localizations [ ] [ +24 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/sudhirarora/AllenCareGit/.dart_tool/package_config_subset} [ +2 ms] [ +90 ms] Found plugin file_picker at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.4/ [ +74 ms] [ +7 ms] Found plugin firebase_core at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.7.0/ [ ] [ +3 ms] Found plugin firebase_core_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/ [ ] [ +1 ms] Found plugin firebase_messaging at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-10.0.8/ [ ] [ +1 ms] Found plugin firebase_messaging_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging_web-2.0.6/ [ ] [ +21 ms] Found plugin flutter_local_notifications at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.2.0/ [ ] [ +13 ms] Found plugin flutter_plugin_android_lifecycle at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.3/ [ +1 ms] [ +16 ms] Found plugin fluttertoast at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.8/ [ ] [ +27 ms] Found plugin path_provider_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.0/ [ ] [ +1 ms] Found plugin path_provider_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.3/ [ ] [ +1 ms] Found plugin permission_handler at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.6/ [ +97 ms] [ +8 ms] Found plugin shared_preferences at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.12/ [ ] [ ] Found plugin shared_preferences_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.10/ [ ] [ +1 ms] Found plugin shared_preferences_ios at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.0.9/ [ ] [ +1 ms] Found plugin shared_preferences_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.2/ [ ] [ ] Found plugin shared_preferences_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.2/ [ ] [ ] Found plugin shared_preferences_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.2/ [ ] [ +1 ms] Found plugin shared_preferences_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.2/ [ +1 ms] [ +9 ms] Found plugin sqflite at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.1/ [ ] [ +7 ms] Found plugin url_launcher at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.12/ [ ] [ ] Found plugin url_launcher_linux at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.2/ [ ] [ ] Found plugin url_launcher_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.2/ [ ] [ ] Found plugin url_launcher_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.4/ [ ] [ ] Found plugin url_launcher_windows at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.2/ [ ] [ +4 ms] Found plugin video_player at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-2.2.5/ [ ] [ +2 ms] Found plugin video_player_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-2.0.4/ [ ] [ +4 ms] Found plugin wakelock at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.5.6/ [ ] [ ] Found plugin wakelock_macos at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_macos-0.4.0/ [ ] [ +1 ms] Found plugin wakelock_web at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.4.0/ [ ] [ +1 ms] Found plugin webview_flutter at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter-2.1.1/ [ ] [ ] Found plugin webview_flutter_android at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_android-2.0.15/ [ ] [ +1 ms] Found plugin webview_flutter_wkwebview at /Users/sudhirarora/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.0.14/ [ ] [ +40 ms] gen_dart_plugin_registrant: Complete [ ] [ +6 ms] kernel_snapshot: Starting due to {} [ +96 ms] [ +19 ms] /Users/sudhirarora/downloads/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/sudhirarora/downloads/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/sudhirarora/downloads/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages /Users/sudhirarora/AllenCareGit/.dart_tool/package_config.json --output-dill /Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/7696a6a0e4882bd618aa3bda607374ab/app.dill --depfile /Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/7696a6a0e4882bd618aa3bda607374ab/kernel_snapshot.d /Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/generated_main.dart [+11705 ms] [+11735 ms] kernel_snapshot: Complete [ +790 ms] [ +822 ms] debug_android_application: Starting due to {} [ +303 ms] [ +304 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ +97 ms] [ +60 ms] debug_android_application: Complete [ +802 ms] [ +791 ms] Persisting file store [ ] [ +11 ms] Done persisting file store [ ] [ +14 ms] build succeeded. [ ] [ +19 ms] "flutter assemble" took 14,403ms. [ +296 ms] [ +272 ms] ensureAnalyticsSent: 256ms [ ] [ +4 ms] Running shutdown hooks [ ] [ +2 ms] Shutdown hooks complete [ ] [ +1 ms] exiting with code 0 [ +605 ms] > Task :app:packLibsflutterBuildDebug [ ] > Task :app:preBuild UP-TO-DATE [ ] > Task :app:preDebugBuild UP-TO-DATE [ ] > Task :file_picker:preBuild UP-TO-DATE [ ] > Task :file_picker:preDebugBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE [ ] > Task :file_picker:compileDebugAidl NO-SOURCE [ ] > Task :firebase_core:preBuild UP-TO-DATE [ ] > Task :firebase_core:preDebugBuild UP-TO-DATE [ ] > Task :firebase_core:compileDebugAidl NO-SOURCE [ ] > Task :firebase_messaging:preBuild UP-TO-DATE [ ] > Task :firebase_messaging:preDebugBuild UP-TO-DATE [ ] > Task :firebase_messaging:compileDebugAidl NO-SOURCE [ +96 ms] > Task :flutter_local_notifications:preBuild UP-TO-DATE [ ] > Task :flutter_local_notifications:preDebugBuild UP-TO-DATE [ ] > Task :flutter_local_notifications:compileDebugAidl NO-SOURCE [ ] > Task :fluttertoast:preBuild UP-TO-DATE [ ] > Task :fluttertoast:preDebugBuild UP-TO-DATE [ ] > Task :fluttertoast:compileDebugAidl NO-SOURCE [ ] > Task :permission_handler:preBuild UP-TO-DATE [ ] > Task :permission_handler:preDebugBuild UP-TO-DATE [ ] > Task :permission_handler:compileDebugAidl NO-SOURCE [ ] > Task :shared_preferences_android:preBuild UP-TO-DATE [ ] > Task :shared_preferences_android:preDebugBuild UP-TO-DATE [ ] > Task :shared_preferences_android:compileDebugAidl NO-SOURCE [ ] > Task :sqflite:preBuild UP-TO-DATE [ ] > Task :sqflite:preDebugBuild UP-TO-DATE [ ] > Task :sqflite:compileDebugAidl NO-SOURCE [ ] > Task :url_launcher:preBuild UP-TO-DATE [ ] > Task :url_launcher:preDebugBuild UP-TO-DATE [ ] > Task :url_launcher:compileDebugAidl NO-SOURCE [ ] > Task :video_player:preBuild UP-TO-DATE [ ] > Task :video_player:preDebugBuild UP-TO-DATE [ ] > Task :video_player:compileDebugAidl NO-SOURCE [ ] > Task :wakelock:preBuild UP-TO-DATE [ ] > Task :wakelock:preDebugBuild UP-TO-DATE [ ] > Task :wakelock:compileDebugAidl NO-SOURCE [ +4 ms] > Task :webview_flutter_android:preBuild UP-TO-DATE [ ] > Task :webview_flutter_android:preDebugBuild UP-TO-DATE [ ] > Task :webview_flutter_android:compileDebugAidl NO-SOURCE [ ] > Task :app:compileDebugAidl NO-SOURCE [ ] > Task :file_picker:packageDebugRenderscript NO-SOURCE [ ] > Task :firebase_core:packageDebugRenderscript NO-SOURCE [ ] > Task :firebase_messaging:packageDebugRenderscript NO-SOURCE [ ] > Task :flutter_local_notifications:packageDebugRenderscript NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE [ ] > Task :fluttertoast:packageDebugRenderscript NO-SOURCE [ ] > Task :permission_handler:packageDebugRenderscript NO-SOURCE [ ] > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE [ ] > Task :sqflite:packageDebugRenderscript NO-SOURCE [ +1 ms] > Task :url_launcher:packageDebugRenderscript NO-SOURCE [ ] > Task :video_player:packageDebugRenderscript NO-SOURCE [ ] > Task :wakelock:packageDebugRenderscript NO-SOURCE [ ] > Task :webview_flutter_android:packageDebugRenderscript NO-SOURCE [ ] > Task :app:compileDebugRenderscript NO-SOURCE [ +91 ms] > Task :app:generateDebugBuildConfig UP-TO-DATE [ ] > Task :file_picker:writeDebugAarMetadata UP-TO-DATE [ ] > Task :firebase_core:writeDebugAarMetadata UP-TO-DATE [ ] > Task :firebase_messaging:writeDebugAarMetadata UP-TO-DATE [ ] > Task :flutter_local_notifications:writeDebugAarMetadata UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:writeDebugAarMetadata UP-TO-DATE [ ] > Task :fluttertoast:writeDebugAarMetadata UP-TO-DATE [ ] > Task :permission_handler:writeDebugAarMetadata UP-TO-DATE [ ] > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE [ ] > Task :sqflite:writeDebugAarMetadata UP-TO-DATE [ ] > Task :url_launcher:writeDebugAarMetadata UP-TO-DATE [ ] > Task :video_player:writeDebugAarMetadata UP-TO-DATE [ ] > Task :wakelock:writeDebugAarMetadata UP-TO-DATE [ ] > Task :webview_flutter_android:writeDebugAarMetadata UP-TO-DATE [+1196 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE [ +103 ms] > Task :app:cleanMergeDebugAssets [ ] > Task :app:mergeDebugShaders UP-TO-DATE [ ] > Task :app:compileDebugShaders NO-SOURCE [ ] > Task :app:generateDebugAssets UP-TO-DATE [ ] > Task :file_picker:mergeDebugShaders UP-TO-DATE [ ] > Task :file_picker:compileDebugShaders NO-SOURCE [ ] > Task :file_picker:generateDebugAssets UP-TO-DATE [ ] > Task :file_picker:packageDebugAssets UP-TO-DATE [ ] > Task :firebase_core:mergeDebugShaders UP-TO-DATE [ ] > Task :firebase_core:compileDebugShaders NO-SOURCE [ ] > Task :firebase_core:generateDebugAssets UP-TO-DATE [ ] > Task :firebase_core:packageDebugAssets UP-TO-DATE [ ] > Task :firebase_messaging:mergeDebugShaders UP-TO-DATE [ ] > Task :firebase_messaging:compileDebugShaders NO-SOURCE [ ] > Task :firebase_messaging:generateDebugAssets UP-TO-DATE [ ] > Task :firebase_messaging:packageDebugAssets UP-TO-DATE [ +97 ms] > Task :flutter_local_notifications:mergeDebugShaders UP-TO-DATE [ ] > Task :flutter_local_notifications:compileDebugShaders NO-SOURCE [ ] > Task :flutter_local_notifications:generateDebugAssets UP-TO-DATE [ ] > Task :flutter_local_notifications:packageDebugAssets UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE [ ] > Task :fluttertoast:mergeDebugShaders UP-TO-DATE [ ] > Task :fluttertoast:compileDebugShaders NO-SOURCE [ ] > Task :fluttertoast:generateDebugAssets UP-TO-DATE [ +100 ms] > Task :fluttertoast:packageDebugAssets UP-TO-DATE [ ] > Task :permission_handler:mergeDebugShaders UP-TO-DATE [ ] > Task :permission_handler:compileDebugShaders NO-SOURCE [ ] > Task :permission_handler:generateDebugAssets UP-TO-DATE [ ] > Task :permission_handler:packageDebugAssets UP-TO-DATE [ ] > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE [ ] > Task :shared_preferences_android:compileDebugShaders NO-SOURCE [ ] > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE [ ] > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE [ ] > Task :sqflite:mergeDebugShaders UP-TO-DATE [ ] > Task :sqflite:compileDebugShaders NO-SOURCE [ ] > Task :sqflite:generateDebugAssets UP-TO-DATE [ ] > Task :sqflite:packageDebugAssets UP-TO-DATE [ ] > Task :url_launcher:mergeDebugShaders UP-TO-DATE [ ] > Task :url_launcher:compileDebugShaders NO-SOURCE [ ] > Task :url_launcher:generateDebugAssets UP-TO-DATE [ ] > Task :url_launcher:packageDebugAssets UP-TO-DATE [ ] > Task :video_player:mergeDebugShaders UP-TO-DATE [ ] > Task :video_player:compileDebugShaders NO-SOURCE [ ] > Task :video_player:generateDebugAssets UP-TO-DATE [ ] > Task :video_player:packageDebugAssets UP-TO-DATE [ ] > Task :wakelock:mergeDebugShaders UP-TO-DATE [ ] > Task :wakelock:compileDebugShaders NO-SOURCE [ ] > Task :wakelock:generateDebugAssets UP-TO-DATE [ ] > Task :wakelock:packageDebugAssets UP-TO-DATE [ ] > Task :webview_flutter_android:mergeDebugShaders UP-TO-DATE [ ] > Task :webview_flutter_android:compileDebugShaders NO-SOURCE [ ] > Task :webview_flutter_android:generateDebugAssets UP-TO-DATE [ +95 ms] > Task :webview_flutter_android:packageDebugAssets UP-TO-DATE [ +395 ms] > Task :app:mergeDebugAssets [ +502 ms] > Task :app:copyFlutterAssetsDebug [ ] > Task :app:generateDebugResValues UP-TO-DATE [ ] > Task :app:generateDebugResources UP-TO-DATE [ ] > Task :app:processDebugGoogleServices UP-TO-DATE [ ] > Task :file_picker:compileDebugRenderscript NO-SOURCE [ ] > Task :file_picker:generateDebugResValues UP-TO-DATE [ ] > Task :file_picker:generateDebugResources UP-TO-DATE [ +101 ms] > Task :file_picker:packageDebugResources UP-TO-DATE [ ] > Task :firebase_core:compileDebugRenderscript NO-SOURCE [ ] > Task :firebase_core:generateDebugResValues UP-TO-DATE [ ] > Task :firebase_core:generateDebugResources UP-TO-DATE [ ] > Task :firebase_core:packageDebugResources UP-TO-DATE [ ] > Task :firebase_messaging:compileDebugRenderscript NO-SOURCE [ ] > Task :firebase_messaging:generateDebugResValues UP-TO-DATE [ ] > Task :firebase_messaging:generateDebugResources UP-TO-DATE [ ] > Task :firebase_messaging:packageDebugResources UP-TO-DATE [ ] > Task :flutter_local_notifications:compileDebugRenderscript NO-SOURCE [ ] > Task :flutter_local_notifications:generateDebugResValues UP-TO-DATE [ ] > Task :flutter_local_notifications:generateDebugResources UP-TO-DATE [ ] > Task :flutter_local_notifications:packageDebugResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE [ ] > Task :fluttertoast:compileDebugRenderscript NO-SOURCE [ +1 ms] > Task :fluttertoast:generateDebugResValues UP-TO-DATE [ ] > Task :fluttertoast:generateDebugResources UP-TO-DATE [ ] > Task :fluttertoast:packageDebugResources UP-TO-DATE [ ] > Task :permission_handler:compileDebugRenderscript NO-SOURCE [ ] > Task :permission_handler:generateDebugResValues UP-TO-DATE [ ] > Task :permission_handler:generateDebugResources UP-TO-DATE [ ] > Task :permission_handler:packageDebugResources UP-TO-DATE [ ] > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE [ ] > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE [ ] > Task :shared_preferences_android:generateDebugResources UP-TO-DATE [ ] > Task :shared_preferences_android:packageDebugResources UP-TO-DATE [ ] > Task :sqflite:compileDebugRenderscript NO-SOURCE [ ] > Task :sqflite:generateDebugResValues UP-TO-DATE [ ] > Task :sqflite:generateDebugResources UP-TO-DATE [ ] > Task :sqflite:packageDebugResources UP-TO-DATE [ ] > Task :url_launcher:compileDebugRenderscript NO-SOURCE [ ] > Task :url_launcher:generateDebugResValues UP-TO-DATE [ ] > Task :url_launcher:generateDebugResources UP-TO-DATE [ ] > Task :url_launcher:packageDebugResources UP-TO-DATE [ ] > Task :video_player:compileDebugRenderscript NO-SOURCE [ ] > Task :video_player:generateDebugResValues UP-TO-DATE [ ] > Task :video_player:generateDebugResources UP-TO-DATE [ ] > Task :video_player:packageDebugResources UP-TO-DATE [ ] > Task :wakelock:compileDebugRenderscript NO-SOURCE [ ] > Task :wakelock:generateDebugResValues UP-TO-DATE [ ] > Task :wakelock:generateDebugResources UP-TO-DATE [ +93 ms] > Task :wakelock:packageDebugResources UP-TO-DATE [ ] > Task :webview_flutter_android:compileDebugRenderscript NO-SOURCE [ ] > Task :webview_flutter_android:generateDebugResValues UP-TO-DATE [ ] > Task :webview_flutter_android:generateDebugResources UP-TO-DATE [ ] > Task :webview_flutter_android:packageDebugResources UP-TO-DATE [ +101 ms] > Task :app:mergeDebugResources UP-TO-DATE [ ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE [ ] > Task :app:extractDeepLinksDebug UP-TO-DATE [ +97 ms] > Task :file_picker:extractDeepLinksDebug UP-TO-DATE [ ] > Task :file_picker:processDebugManifest UP-TO-DATE [ ] > Task :firebase_core:extractDeepLinksDebug UP-TO-DATE [ ] > Task :firebase_core:processDebugManifest UP-TO-DATE [ ] > Task :firebase_messaging:extractDeepLinksDebug UP-TO-DATE [ ] > Task :firebase_messaging:processDebugManifest UP-TO-DATE [ ] > Task :flutter_local_notifications:extractDeepLinksDebug UP-TO-DATE [ ] > Task :flutter_local_notifications:processDebugManifest UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE [ ] > Task :fluttertoast:extractDeepLinksDebug UP-TO-DATE [ ] > Task :fluttertoast:processDebugManifest UP-TO-DATE [ ] > Task :permission_handler:extractDeepLinksDebug UP-TO-DATE [ ] > Task :permission_handler:processDebugManifest UP-TO-DATE [ ] > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE [ ] > Task :shared_preferences_android:processDebugManifest UP-TO-DATE [ ] > Task :sqflite:extractDeepLinksDebug UP-TO-DATE [ ] > Task :sqflite:processDebugManifest UP-TO-DATE [ ] > Task :url_launcher:extractDeepLinksDebug UP-TO-DATE [ ] > Task :url_launcher:processDebugManifest UP-TO-DATE [ ] > Task :video_player:extractDeepLinksDebug UP-TO-DATE [ ] > Task :video_player:processDebugManifest UP-TO-DATE [ ] > Task :wakelock:extractDeepLinksDebug UP-TO-DATE [ ] > Task :wakelock:processDebugManifest UP-TO-DATE [ ] > Task :webview_flutter_android:extractDeepLinksDebug UP-TO-DATE [ ] > Task :webview_flutter_android:processDebugManifest UP-TO-DATE [ +94 ms] > Task :app:processDebugMainManifest UP-TO-DATE [ ] > Task :app:processDebugManifest UP-TO-DATE [ +1 ms] > Task :app:processDebugManifestForPackage UP-TO-DATE [ ] > Task :file_picker:compileDebugLibraryResources UP-TO-DATE [ +101 ms] > Task :file_picker:parseDebugLocalResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources UP-TO-DATE [ +196 ms] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE [ +103 ms] > Task :file_picker:generateDebugRFile UP-TO-DATE [ ] > Task :firebase_core:compileDebugLibraryResources UP-TO-DATE [ ] > Task :firebase_core:parseDebugLocalResources UP-TO-DATE [ +199 ms] > Task :firebase_core:generateDebugRFile UP-TO-DATE [ ] > Task :firebase_messaging:compileDebugLibraryResources UP-TO-DATE [ ] > Task :firebase_messaging:parseDebugLocalResources UP-TO-DATE [ +199 ms] > Task :firebase_messaging:generateDebugRFile UP-TO-DATE [ ] > Task :flutter_local_notifications:compileDebugLibraryResources UP-TO-DATE [ ] > Task :flutter_local_notifications:parseDebugLocalResources UP-TO-DATE [ +198 ms] > Task :flutter_local_notifications:generateDebugRFile UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources UP-TO-DATE [ ] > Task :fluttertoast:compileDebugLibraryResources UP-TO-DATE [ ] > Task :fluttertoast:parseDebugLocalResources UP-TO-DATE [ +101 ms] > Task :fluttertoast:generateDebugRFile UP-TO-DATE [ ] > Task :permission_handler:compileDebugLibraryResources UP-TO-DATE [ ] > Task :permission_handler:parseDebugLocalResources UP-TO-DATE [ +99 ms] > Task :permission_handler:generateDebugRFile UP-TO-DATE [ ] > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE [ ] > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE [ ] > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE [ ] > Task :sqflite:compileDebugLibraryResources UP-TO-DATE [ ] > Task :sqflite:parseDebugLocalResources UP-TO-DATE [ +99 ms] > Task :sqflite:generateDebugRFile UP-TO-DATE [ ] > Task :url_launcher:compileDebugLibraryResources UP-TO-DATE [ ] > Task :url_launcher:parseDebugLocalResources UP-TO-DATE [ ] > Task :url_launcher:generateDebugRFile UP-TO-DATE [ ] > Task :video_player:compileDebugLibraryResources UP-TO-DATE [ ] > Task :video_player:parseDebugLocalResources UP-TO-DATE [ +100 ms] > Task :video_player:generateDebugRFile UP-TO-DATE [ ] > Task :wakelock:compileDebugLibraryResources UP-TO-DATE [ ] > Task :wakelock:parseDebugLocalResources UP-TO-DATE [ +100 ms] > Task :wakelock:generateDebugRFile UP-TO-DATE [ ] > Task :webview_flutter_android:compileDebugLibraryResources UP-TO-DATE [ ] > Task :webview_flutter_android:parseDebugLocalResources UP-TO-DATE [ +98 ms] > Task :webview_flutter_android:generateDebugRFile UP-TO-DATE [ +198 ms] > Task :app:processDebugResources UP-TO-DATE [ ] > Task :file_picker:generateDebugBuildConfig UP-TO-DATE [ ] > Task :file_picker:javaPreCompileDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE [ +201 ms] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :file_picker:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :file_picker:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE [ ] > Task :firebase_core:javaPreCompileDebug UP-TO-DATE [ +97 ms] > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :firebase_core:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :firebase_messaging:generateDebugBuildConfig UP-TO-DATE [ ] > Task :firebase_messaging:javaPreCompileDebug UP-TO-DATE [ ] > Task :firebase_messaging:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :firebase_messaging:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :flutter_local_notifications:generateDebugBuildConfig UP-TO-DATE [ ] > Task :flutter_local_notifications:javaPreCompileDebug UP-TO-DATE [ +98 ms] > Task :flutter_local_notifications:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :flutter_local_notifications:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :fluttertoast:generateDebugBuildConfig UP-TO-DATE [+1402 ms] > Task :fluttertoast:compileDebugKotlin UP-TO-DATE [ +99 ms] > Task :fluttertoast:javaPreCompileDebug UP-TO-DATE [ ] > Task :fluttertoast:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :fluttertoast:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :permission_handler:generateDebugBuildConfig UP-TO-DATE [ ] > Task :permission_handler:javaPreCompileDebug UP-TO-DATE [ +99 ms] > Task :permission_handler:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :permission_handler:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE [ ] > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE [ ] > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :sqflite:generateDebugBuildConfig UP-TO-DATE [ ] > Task :sqflite:javaPreCompileDebug UP-TO-DATE [ ] > Task :sqflite:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :sqflite:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :url_launcher:generateDebugBuildConfig UP-TO-DATE [ ] > Task :url_launcher:javaPreCompileDebug UP-TO-DATE [ ] > Task :url_launcher:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :url_launcher:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :video_player:generateDebugBuildConfig UP-TO-DATE [ ] > Task :video_player:javaPreCompileDebug UP-TO-DATE [ +99 ms] > Task :video_player:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :video_player:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :wakelock:generateDebugBuildConfig UP-TO-DATE [ +99 ms] > Task :wakelock:compileDebugKotlin UP-TO-DATE [ ] > Task :wakelock:javaPreCompileDebug UP-TO-DATE [ ] > Task :wakelock:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :wakelock:bundleLibCompileToJarDebug UP-TO-DATE [ ] > Task :webview_flutter_android:generateDebugBuildConfig UP-TO-DATE [ ] > Task :webview_flutter_android:javaPreCompileDebug UP-TO-DATE [ ] > Task :webview_flutter_android:compileDebugJavaWithJavac UP-TO-DATE [ +100 ms] > Task :webview_flutter_android:bundleLibCompileToJarDebug UP-TO-DATE [+2697 ms] > Task :app:compileDebugKotlin [ +102 ms] > Task :app:javaPreCompileDebug UP-TO-DATE [ +899 ms] > Task :app:compileDebugJavaWithJavac [ ] > Task :app:compileDebugSources [ ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE [ +100 ms] > Task :app:compressDebugAssets UP-TO-DATE [ ] > Task :app:processDebugJavaRes NO-SOURCE [ ] > Task :file_picker:processDebugJavaRes NO-SOURCE [ ] > Task :file_picker:bundleLibResDebug NO-SOURCE [ ] > Task :firebase_core:processDebugJavaRes NO-SOURCE [ ] > Task :firebase_core:bundleLibResDebug NO-SOURCE [ ] > Task :firebase_messaging:processDebugJavaRes NO-SOURCE [ ] > Task :firebase_messaging:bundleLibResDebug NO-SOURCE [ ] > Task :flutter_local_notifications:processDebugJavaRes NO-SOURCE [ ] > Task :flutter_local_notifications:bundleLibResDebug NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug NO-SOURCE [ ] > Task :fluttertoast:processDebugJavaRes NO-SOURCE [ ] > Task :fluttertoast:bundleLibResDebug UP-TO-DATE [ ] > Task :permission_handler:processDebugJavaRes NO-SOURCE [ ] > Task :permission_handler:bundleLibResDebug NO-SOURCE [ ] > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE [ +2 ms] > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE [ ] > Task :sqflite:processDebugJavaRes NO-SOURCE [ ] > Task :sqflite:bundleLibResDebug NO-SOURCE [ ] > Task :url_launcher:processDebugJavaRes NO-SOURCE [ +1 ms] > Task :url_launcher:bundleLibResDebug NO-SOURCE [ ] > Task :video_player:processDebugJavaRes NO-SOURCE [ ] > Task :video_player:bundleLibResDebug NO-SOURCE [ ] > Task :wakelock:processDebugJavaRes NO-SOURCE [ ] > Task :wakelock:bundleLibResDebug UP-TO-DATE [ ] > Task :webview_flutter_android:processDebugJavaRes NO-SOURCE [ ] > Task :webview_flutter_android:bundleLibResDebug NO-SOURCE [ +718 ms] > Task :app:checkDebugDuplicateClasses [ +78 ms] > Task :file_picker:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :video_player:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :fluttertoast:bundleLibRuntimeToJarDebug UP-TO-DATE [ +97 ms] > Task :sqflite:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :wakelock:bundleLibRuntimeToJarDebug UP-TO-DATE [ +199 ms] > Task :app:desugarDebugFileDependencies [ +605 ms] > Task :app:mergeExtDexDebug UP-TO-DATE [ +91 ms] > Task :firebase_core:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :firebase_messaging:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :url_launcher:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :webview_flutter_android:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :flutter_local_notifications:bundleLibRuntimeToJarDebug UP-TO-DATE [ ] > Task :permission_handler:bundleLibRuntimeToJarDebug UP-TO-DATE [ +101 ms] > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE [ +300 ms] > Task :app:mergeDebugJavaResource [+1697 ms] > Task :app:dexBuilderDebug [ +103 ms] > Task :app:mergeLibDexDebug UP-TO-DATE [ ] > Task :app:mergeProjectDexDebug UP-TO-DATE [ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :file_picker:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :file_picker:mergeDebugNativeLibs NO-SOURCE [ ] > Task :file_picker:stripDebugDebugSymbols NO-SOURCE [ ] > Task :file_picker:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :firebase_core:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :firebase_core:mergeDebugNativeLibs NO-SOURCE [ ] > Task :firebase_core:stripDebugDebugSymbols NO-SOURCE [ +99 ms] > Task :firebase_core:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :firebase_messaging:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :firebase_messaging:mergeDebugNativeLibs NO-SOURCE [ ] > Task :firebase_messaging:stripDebugDebugSymbols NO-SOURCE [ ] > Task :firebase_messaging:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :flutter_local_notifications:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :flutter_local_notifications:mergeDebugNativeLibs NO-SOURCE [ ] > Task :flutter_local_notifications:stripDebugDebugSymbols NO-SOURCE [ ] > Task :flutter_local_notifications:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :fluttertoast:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :fluttertoast:mergeDebugNativeLibs NO-SOURCE [ ] > Task :fluttertoast:stripDebugDebugSymbols NO-SOURCE [ ] > Task :fluttertoast:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :permission_handler:mergeDebugJniLibFolders UP-TO-DATE [ +103 ms] > Task :permission_handler:mergeDebugNativeLibs NO-SOURCE [ +1 ms] > Task :permission_handler:stripDebugDebugSymbols NO-SOURCE [ ] > Task :permission_handler:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE [ ] > Task :shared_preferences_android:stripDebugDebugSymbols NO-SOURCE [ ] > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :sqflite:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :sqflite:mergeDebugNativeLibs NO-SOURCE [ ] > Task :sqflite:stripDebugDebugSymbols NO-SOURCE [ ] > Task :sqflite:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :url_launcher:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :url_launcher:mergeDebugNativeLibs NO-SOURCE [ ] > Task :url_launcher:stripDebugDebugSymbols NO-SOURCE [ +21 ms] > Task :url_launcher:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :video_player:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :video_player:mergeDebugNativeLibs NO-SOURCE [ ] > Task :video_player:stripDebugDebugSymbols NO-SOURCE [ ] > Task :video_player:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :wakelock:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :wakelock:mergeDebugNativeLibs NO-SOURCE [ ] > Task :wakelock:stripDebugDebugSymbols NO-SOURCE [ ] > Task :wakelock:copyDebugJniLibsProjectOnly UP-TO-DATE [ ] > Task :webview_flutter_android:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :webview_flutter_android:mergeDebugNativeLibs NO-SOURCE [ ] > Task :webview_flutter_android:stripDebugDebugSymbols NO-SOURCE [ ] > Task :webview_flutter_android:copyDebugJniLibsProjectOnly UP-TO-DATE [ +167 ms] > Task :app:validateSigningDebug UP-TO-DATE [ +99 ms] > Task :file_picker:copyDebugJniLibsProjectAndLocalJars [ +404 ms] > Task :app:mergeDebugNativeLibs [ +199 ms] > Task :file_picker:extractDebugAnnotations [ +98 ms] > Task :app:stripDebugDebugSymbols [ +202 ms] > Task :file_picker:mergeDebugGeneratedProguardFiles [ ] > Task :file_picker:mergeDebugConsumerProguardFiles [ +98 ms] > Task :file_picker:prepareLintJarForPublish [ ] > Task :file_picker:compileDebugSources UP-TO-DATE [ ] > Task :firebase_core:copyDebugJniLibsProjectAndLocalJars [ +96 ms] > Task :file_picker:mergeDebugJavaResource [ +100 ms] > Task :firebase_core:extractDebugAnnotations [ +101 ms] > Task :file_picker:syncDebugLibJars [ +101 ms] > Task :file_picker:bundleDebugAar [ ] > Task :file_picker:assembleDebug [ ] > Task :firebase_core:mergeDebugGeneratedProguardFiles [ ] > Task :firebase_core:mergeDebugConsumerProguardFiles [ ] > Task :firebase_core:prepareLintJarForPublish [ ] > Task :firebase_core:compileDebugSources UP-TO-DATE [ +101 ms] > Task :firebase_messaging:copyDebugJniLibsProjectAndLocalJars [ ] > Task :firebase_core:mergeDebugJavaResource [ +95 ms] > Task :firebase_messaging:extractDebugAnnotations [ +102 ms] > Task :firebase_core:syncDebugLibJars [ ] > Task :firebase_core:bundleDebugAar [ ] > Task :firebase_core:assembleDebug [ ] > Task :firebase_messaging:mergeDebugGeneratedProguardFiles [ ] > Task :firebase_messaging:mergeDebugConsumerProguardFiles [ ] > Task :firebase_messaging:prepareLintJarForPublish [ ] > Task :firebase_messaging:compileDebugSources UP-TO-DATE [ ] > Task :firebase_messaging:mergeDebugJavaResource [ ] > Task :flutter_local_notifications:copyDebugJniLibsProjectAndLocalJars [ ] > Task :firebase_messaging:syncDebugLibJars [ +97 ms] > Task :firebase_messaging:bundleDebugAar [ ] > Task :firebase_messaging:assembleDebug [ +99 ms] > Task :flutter_local_notifications:extractDebugAnnotations [ ] > Task :flutter_local_notifications:mergeDebugGeneratedProguardFiles [ ] > Task :flutter_local_notifications:mergeDebugConsumerProguardFiles [ ] > Task :flutter_local_notifications:prepareLintJarForPublish [ ] > Task :flutter_local_notifications:compileDebugSources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectAndLocalJars [ ] > Task :flutter_local_notifications:mergeDebugJavaResource [ +99 ms] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations [ ] > Task :flutter_local_notifications:syncDebugLibJars [ ] > Task :flutter_local_notifications:bundleDebugAar [ ] > Task :flutter_local_notifications:assembleDebug [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles [ +1 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles [ ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish [ ] > Task :flutter_plugin_android_lifecycle:compileDebugSources UP-TO-DATE [ +98 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource [ ] > Task :fluttertoast:copyDebugJniLibsProjectAndLocalJars [ ] > Task :flutter_plugin_android_lifecycle:syncDebugLibJars [ ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar [ ] > Task :flutter_plugin_android_lifecycle:assembleDebug [ +99 ms] > Task :fluttertoast:extractDebugAnnotations [ ] > Task :fluttertoast:mergeDebugGeneratedProguardFiles [ ] > Task :fluttertoast:mergeDebugConsumerProguardFiles [ +98 ms] > Task :fluttertoast:prepareLintJarForPublish [ ] > Task :fluttertoast:compileDebugSources UP-TO-DATE [ ] > Task :permission_handler:copyDebugJniLibsProjectAndLocalJars [ +105 ms] > Task :fluttertoast:mergeDebugJavaResource [+3895 ms] > Task :permission_handler:extractDebugAnnotations [ +500 ms] > Task :app:packageDebug [ +399 ms] > Task :app:assembleDebug [ +100 ms] > Task :fluttertoast:syncDebugLibJars [ +97 ms] > Task :fluttertoast:bundleDebugAar [ ] > Task :fluttertoast:assembleDebug [ ] > Task :permission_handler:mergeDebugGeneratedProguardFiles [ ] > Task :permission_handler:mergeDebugConsumerProguardFiles [ ] > Task :permission_handler:prepareLintJarForPublish [ ] > Task :permission_handler:compileDebugSources UP-TO-DATE [ +102 ms] > Task :shared_preferences_android:copyDebugJniLibsProjectAndLocalJars [ ] > Task :permission_handler:mergeDebugJavaResource [ +299 ms] > Task :shared_preferences_android:extractDebugAnnotations [ +99 ms] > Task :permission_handler:syncDebugLibJars [ ] > Task :permission_handler:bundleDebugAar [ ] > Task :permission_handler:assembleDebug [ ] > Task :shared_preferences_android:mergeDebugGeneratedProguardFiles [ +101 ms] > Task :shared_preferences_android:mergeDebugConsumerProguardFiles [ ] > Task :shared_preferences_android:prepareLintJarForPublish [ ] > Task :shared_preferences_android:mergeDebugJavaResource [ +699 ms] > Task :shared_preferences_android:mergeDebugResources [ ] > Task :shared_preferences_android:syncDebugLibJars [ ] > Task :shared_preferences_android:bundleDebugAar [ +99 ms] > Task :shared_preferences_android:compileDebugSources [ ] > Task :shared_preferences_android:assembleDebug [ ] > Task :sqflite:copyDebugJniLibsProjectAndLocalJars [ +99 ms] > Task :sqflite:extractDebugAnnotations [ ] > Task :sqflite:mergeDebugGeneratedProguardFiles [ ] > Task :sqflite:mergeDebugConsumerProguardFiles [ ] > Task :sqflite:compileDebugSources UP-TO-DATE [ ] > Task :sqflite:prepareLintJarForPublish [ ] > Task :url_launcher:copyDebugJniLibsProjectAndLocalJars [ ] > Task :sqflite:mergeDebugJavaResource [ +99 ms] > Task :url_launcher:extractDebugAnnotations [ ] > Task :sqflite:syncDebugLibJars [ ] > Task :sqflite:bundleDebugAar [ ] > Task :sqflite:assembleDebug [ ] > Task :url_launcher:mergeDebugGeneratedProguardFiles [ ] > Task :url_launcher:mergeDebugConsumerProguardFiles [ ] > Task :url_launcher:prepareLintJarForPublish [ +95 ms] > Task :url_launcher:mergeDebugJavaResource [ +404 ms] > Task :url_launcher:mergeDebugResources [ +99 ms] > Task :url_launcher:syncDebugLibJars [ ] > Task :url_launcher:bundleDebugAar [ ] > Task :url_launcher:compileDebugSources [ ] > Task :url_launcher:assembleDebug [ ] > Task :video_player:copyDebugJniLibsProjectAndLocalJars [ +98 ms] > Task :video_player:extractDebugAnnotations [ ] > Task :video_player:mergeDebugGeneratedProguardFiles [ ] > Task :video_player:mergeDebugConsumerProguardFiles [ ] > Task :video_player:prepareLintJarForPublish [ +100 ms] > Task :video_player:mergeDebugJavaResource [ +399 ms] > Task :video_player:mergeDebugResources [ ] > Task :video_player:syncDebugLibJars [ ] > Task :video_player:bundleDebugAar [ ] > Task :video_player:compileDebugSources [ ] > Task :video_player:assembleDebug [ +100 ms] > Task :wakelock:copyDebugJniLibsProjectAndLocalJars [ +98 ms] > Task :wakelock:extractDebugAnnotations [ ] > Task :wakelock:mergeDebugGeneratedProguardFiles [ ] > Task :wakelock:mergeDebugConsumerProguardFiles [ +100 ms] > Task :wakelock:prepareLintJarForPublish [ ] > Task :wakelock:compileDebugSources UP-TO-DATE [ ] > Task :webview_flutter_android:copyDebugJniLibsProjectAndLocalJars [ ] > Task :wakelock:mergeDebugJavaResource [ ] > Task :webview_flutter_android:extractDebugAnnotations [ ] > Task :wakelock:syncDebugLibJars [ +99 ms] > Task :wakelock:bundleDebugAar [ ] > Task :wakelock:assembleDebug [ ] > Task :webview_flutter_android:mergeDebugGeneratedProguardFiles [ ] > Task :webview_flutter_android:mergeDebugConsumerProguardFiles [ ] > Task :webview_flutter_android:prepareLintJarForPublish [ ] > Task :webview_flutter_android:mergeDebugJavaResource [ +299 ms] > Task :webview_flutter_android:mergeDebugResources [ ] > Task :webview_flutter_android:syncDebugLibJars [ ] > Task :webview_flutter_android:bundleDebugAar [ ] > Task :webview_flutter_android:compileDebugSources [ ] > Task :webview_flutter_android:assembleDebug [ +99 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. [ ] Use '--warning-mode all' to show the individual deprecation warnings. [ ] See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings [ ] BUILD SUCCESSFUL in 1m 4s [ ] 367 actionable tasks: 123 executed, 244 up-to-date [ +598 ms] Running Gradle task 'assembleDebug'... (completed in 66.2s) [ +57 ms] calculateSha: LocalDirectory: '/Users/sudhirarora/AllenCareGit/build/app/outputs/flutter-apk'/app.apk [ +908 ms] ✓ Built build/app/outputs/flutter-apk/app-debug.apk. [ +35 ms] executing: /Users/sudhirarora/Library/Android/sdk/build-tools/32.0.0/aapt dump xmltree /Users/sudhirarora/AllenCareGit/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ +271 ms] Exit code 0 from: /Users/sudhirarora/Library/Android/sdk/build-tools/32.0.0/aapt dump xmltree /Users/sudhirarora/AllenCareGit/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ +1 ms] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1e A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11") A: package="com.archieadmin.educareadmin" (Raw: "com.archieadmin.educareadmin") A: platformBuildVersionCode=(type 0x10)0x1e A: platformBuildVersionName=(type 0x10)0xb E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=15) A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE") E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE") E: uses-permission (line=17) A: android:name(0x01010003)="android.permission.QUERY_ALL_PACKAGES" (Raw: "android.permission.QUERY_ALL_PACKAGES") E: queries (line=19) E: intent (line=20) E: action (line=21) A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW") E: data (line=23) A: android:scheme(0x01010027)="https" (Raw: "https") E: intent (line=25) E: action (line=26) A: android:name(0x01010003)="android.intent.action.DIAL" (Raw: "android.intent.action.DIAL") E: data (line=28) A: android:scheme(0x01010027)="tel" (Raw: "tel") E: intent (line=30) E: action (line=31) A: android:name(0x01010003)="android.intent.action.SEND" (Raw: "android.intent.action.SEND") E: data (line=33) A: android:mimeType(0x01010026)="*/*" (Raw: "*/*") E: intent (line=35) E: action (line=36) A: android:name(0x01010003)="android.intent.action.GET_CONTENT" (Raw: "android.intent.action.GET_CONTENT") E: data (line=38) A: android:mimeType(0x01010026)="*/*" (Raw: "*/*") E: uses-permission (line=42) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=43) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=44) A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED") E: uses-permission (line=45) A: android:name(0x01010003)="android.permission.VIBRATE" (Raw: "android.permission.VIBRATE") E: uses-permission (line=46) A: android:name(0x01010003)="android.permission.USE_FULL_SCREEN_INTENT" (Raw: "android.permission.USE_FULL_SCREEN_INTENT") E: uses-permission (line=47) A: android:name(0x01010003)="android.permission.SCHEDULE_EXACT_ALARM" (Raw: "android.permission.SCHEDULE_EXACT_ALARM") E: uses-permission (line=48) A: android:name(0x01010003)="com.google.android.c2dm.permission.RECEIVE" (Raw: "com.google.android.c2dm.permission.RECEIVE") E: uses-permission (line=49) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: application (line=51) A: android:label(0x01010001)="AllenCare" (Raw: "AllenCare") A: android:icon(0x01010002)=@0x7f080000 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:usesCleartextTraffic(0x010104ec)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") A: android:requestLegacyExternalStorage(0x01010603)=(type 0x12)0xffffffff E: activity (line=58) A: android:theme(0x01010000)=@0x7f0a0000 A: android:name(0x01010003)="com.archieadmin.educareadmin.MainActivity" (Raw: "com.archieadmin.educareadmin.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff A: android:showWhenLocked(0x01010569)=(type 0x12)0xffffffff A: android:turnScreenOn(0x0101056a)=(type 0x12)0xffffffff E: meta-data (line=74) A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme") A: android:resource(0x01010025)=@0x7f0a0001 E: meta-data (line=84) A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable") A: android:resource(0x01010025)=@0x7f040002 E: meta-data (line=87) A: android:name(0x01010003)="com.google.firebase.messaging.default_notification_channel_id" (Raw: "com.google.firebase.messaging.default_notification_channel_id") A: android:value(0x01010024)="easyapproach" (Raw: "easyapproach") E: meta-data (line=90) A: android:name(0x01010003)="com.google.firebase.messaging.default_notification_icon" (Raw: "com.google.firebase.messaging.default_notification_icon") A: android:resource(0x01010025)=@0x7f040001 E: meta-data (line=93) A: android:name(0x01010003)="com.google.firebase.messaging.default_notification_color" (Raw: "com.google.firebase.messaging.default_notification_color") A: android:resource(0x01010025)=@0x7f020002 E: intent-filter (line=97) E: action (line=98) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=100) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: activity (line=110) A: android:theme(0x01010000)=@0x01030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=118) A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding") A: android:value(0x01010024)=(type 0x10)0x2 E: service (line=122) A: android:name(0x01010003)="io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingBackgroundService" (Raw: "io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingBackgroundService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=126) A: android:name(0x01010003)="io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingService" (Raw: "io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingService") A: android:exported(0x01010010)=(type 0x12)0x0 E: intent-filter (line=129) E: action (line=130) A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT") E: receiver (line=134) A: android:name(0x01010003)="io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingReceiver" (Raw: "io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingReceiver") A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=138) E: action (line=139) A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE") E: service (line=143) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: meta-data (line=147) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.messaging.FlutterFirebaseAppRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.messaging.FlutterFirebaseAppRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=150) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=153) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=156) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=159) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=162) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: provider (line=167) A: android:name(0x01010003)="io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingInitProvider" (Raw: "io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.archieadmin.educareadmin.flutterfirebasemessaginginitprovider" (Raw: "com.archieadmin.educareadmin.flutterfirebasemessaginginitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x63 E: receiver (line=173) A: android:name(0x01010003)="com.dexterous.flutterlocalnotifications.ScheduledNotificationReceiver" (Raw: "com.dexterous.flutterlocalnotifications.ScheduledNotificationReceiver") A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=176) A: android:name(0x01010003)="com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver" (Raw: "com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver") A: android:exported(0x01010010)=(type 0x12)0x0 E: intent-filter (line=179) E: action (line=180) A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED") E: action (line=181) A: android:name(0x01010003)="android.intent.action.MY_PACKAGE_REPLACED" (Raw: "android.intent.action.MY_PACKAGE_REPLACED") E: action (line=182) A: android:name(0x01010003)="android.intent.action.QUICKBOOT_POWERON" (Raw: "android.intent.action.QUICKBOOT_POWERON") E: action (line=183) A: android:name(0x01010003)="com.htc.intent.action.QUICKBOOT_POWERON" (Raw: "com.htc.intent.action.QUICKBOOT_POWERON") E: receiver (line=186) A: android:name(0x01010003)="com.google.firebase.iid.FirebaseInstanceIdReceiver" (Raw: "com.google.firebase.iid.FirebaseInstanceIdReceiver") A: android:permission(0x01010006)="com.google.android.c2dm.permission.SEND" (Raw: "com.google.android.c2dm.permission.SEND") A: android:exported(0x01010010)=(type 0x12)0xffffffff E: intent-filter (line=190) E: action (line=191) A: android:name(0x01010003)="com.google.android.c2dm.intent.RECEIVE" (Raw: "com.google.android.c2dm.intent.RECEIVE") E: service (line=198) A: android:name(0x01010003)="com.google.firebase.messaging.FirebaseMessagingService" (Raw: "com.google.firebase.messaging.FirebaseMessagingService") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: intent-filter (line=202) A: android:priority(0x0101001c)=(type 0x10)0xfffffe0c E: action (line=203) A: android:name(0x01010003)="com.google.firebase.MESSAGING_EVENT" (Raw: "com.google.firebase.MESSAGING_EVENT") E: service (line=206) A: android:name(0x01010003)="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" (Raw: "com.google.android.datatransport.runtime.backends.TransportBackendDiscovery") A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=209) A: android:name(0x01010003)="backend:com.google.android.datatransport.cct.CctBackendFactory" (Raw: "backend:com.google.android.datatransport.cct.CctBackendFactory") A: android:value(0x01010024)="cct" (Raw: "cct") E: provider (line=214) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="com.archieadmin.educareadmin.firebaseinitprovider" (Raw: "com.archieadmin.educareadmin.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: receiver (line=221) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=227) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=231) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=237) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f060001 E: service (line=241) A: android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" (Raw: "com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:exported(0x01010010)=(type 0x12)0x0 E: receiver (line=247) A: android:name(0x01010003)="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" (Raw: "com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver") A: android:exported(0x01010010)=(type 0x12)0x0 [ +36 ms] Stopping app 'app.apk' on sdk gphone arm64. [ +1 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.archieadmin.educareadmin [ +224 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.archieadmin.educareadmin [ +87 ms] package:com.archieadmin.educareadmin [ +2 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.archieadmin.educareadmin.sha1 [ +65 ms] 94cdc71da9c3e0fd7a2631b93c58530429454b21 [ +1 ms] Installing APK. [ +3 ms] Installing build/app/outputs/flutter-apk/app.apk... [ ] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 install -t -r /Users/sudhirarora/AllenCareGit/build/app/outputs/flutter-apk/app.apk [+1694 ms] Performing Streamed Install Success [ +18 ms] Installing build/app/outputs/flutter-apk/app.apk... (completed in 1,697ms) [ +2 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n 039489db3bb7aecd2deb2b3c2a21d2b571067541 > /data/local/tmp/sky.com.archieadmin.educareadmin.sha1 [ +123 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ +133 ms] --------- beginning of main 01-20 11:22:49.466 I/adbd ( 319): jdwp connection from 4157 [ +41 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true com.archieadmin.educareadmin/com.archieadmin.educareadmin.MainActivity [ +225 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.archieadmin.educareadmin/.MainActivity (has extras) } [ +1 ms] Waiting for observatory port to be available... [+1439 ms] W/FlutterActivityAndFragmentDelegate( 4243): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps. [ +29 ms] Observatory URL on device: http://127.0.0.1:35159/CrGTaCfMwWo=/ [ +1 ms] executing: /Users/sudhirarora/Library/Android/sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:35159 [ +66 ms] 51192 [ ] Forwarded host port 51192 to device port 35159 for Observatory [ +14 ms] Caching compiled dill [ +109 ms] Connecting to service protocol: http://127.0.0.1:51192/CrGTaCfMwWo=/ [ +220 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:51192/CrGTaCfMwWo=/. [ +296 ms] DDS is listening at http://127.0.0.1:51196/W_72Czk3ATA=/. [ +125 ms] Successfully connected to service protocol: http://127.0.0.1:51192/CrGTaCfMwWo=/ [ +93 ms] DevFS: Creating new filesystem on the device (null) [ +35 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.archieadmin.educareadmin/code_cache/AllenCareGitFSMKPB/AllenCareGit/) [ +3 ms] Updating assets [ +290 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ +11 ms] Syncing files to device sdk gphone arm64... [ +2 ms] <- reset [ ] Compiling dart to kernel with 0 updated files [ +11 ms] <- recompile file:///Users/sudhirarora/AllenCareGit/.dart_tool/flutter_build/generated_main.dart 65d8e350-8842-4580-a9d1-72a359ee1a94 [ ] <- 65d8e350-8842-4580-a9d1-72a359ee1a94 [ +52 ms] I/FLTFireMsgService( 4243): FlutterFirebaseMessagingBackgroundService started! [ +146 ms] I/in.educareadmi( 4243): Waiting for a blocking GC ProfileSaver [ +910 ms] Updating files. [ ] DevFS: Sync finished [ +3 ms] Syncing files to device sdk gphone arm64... (completed in 1,124ms) [ +2 ms] Synced 0.0MB. [ +3 ms] <- accept [ +14 ms] Connected to _flutterView/0xb400007a9772f0e0. [ ] Connected to _flutterView/0xb400007a97735580. [ +8 ms] Flutter run key commands. [ +1 ms] r Hot reload. 🔥🔥🔥 [ +1 ms] R Hot restart. [ ] h List all available interactive commands. [ ] d Detach (terminate "flutter run" but leave application running). [ ] c Clear the screen [ ] q Quit (terminate the application on the device). [ ] 💪 Running with sound null safety 💪 [ ] An Observatory debugger and profiler on sdk gphone arm64 is available at: http://127.0.0.1:51196/W_72Czk3ATA=/ [ +2 ms] The Flutter DevTools debugger and profiler on sdk gphone arm64 is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:51196/W_72Czk3ATA=/ [ +868 ms] I/flutter ( 4243): authToken 0 ```
maheshmnj commented 2 years ago

Failed to apply plugin [id 'com.android.internal.version-check'] Minimum supported Gradle version is 6.5. Current version is 6.1.1. If using the gradle wrapper, try editing the distributionUrl in /Users/sudhirarora/AllenCareGit/android/gradle/wrapper/gradle-wrapper.properties to gradle-6.5-all.zip

Edit the distributionUrl to use gradle version 6.5 in gradle-wrapper.properties

eramitsharma957 commented 2 years ago
logs(2/2) ``` Generate signed bundle ERROR Executing tasks: [:app:bundleRelease] in project /Users/sudhirarora/AllenCareGit/android > Configure project :file_picker WARNING: The option setting 'android.enableR8=true' is deprecated. It will be removed in version 5.0 of the Android Gradle plugin. You will no longer be able to disable R8 > Task :app:cleanMergeReleaseAssets UP-TO-DATE > Task :app:preBuild UP-TO-DATE > Task :app:extractProguardFiles > Task :app:preReleaseBuild > Task :app:mergeReleaseShaders > Task :app:compileReleaseShaders NO-SOURCE > Task :app:generateReleaseAssets UP-TO-DATE > Task :app:compileFlutterBuildRelease Unhandled exception: Unexpected type InvalidType InvalidType() #0 TypesBuilder.fromStaticType (package:vm/transformations/type_flow/types.dart:103:7) #1 SummaryCollector._staticType (package:vm/transformations/type_flow/summary_collector.dart:1192:21) #2 SummaryCollector.visitConditionalExpression (package:vm/transformations/type_flow/summary_collector.dart:1491:27) #3 ConditionalExpression.accept (package:kernel/ast.dart:6684:44) #4 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #5 SummaryCollector._visitCondition (package:vm/transformations/type_flow/summary_collector.dart:1402:13) #6 SummaryCollector.visitConditionalExpression (package:vm/transformations/type_flow/summary_collector.dart:1477:5) #7 ConditionalExpression.accept (package:kernel/ast.dart:6684:44) #8 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #9 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:887:21) #10 SummaryCollector.visitInstanceInvocation (package:vm/transformations/type_flow/summary_collector.dart:1605:18) #11 InstanceInvocation.accept (package:kernel/ast.dart:5505:44) #12 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #13 SummaryCollector._visitArguments (package:vm/transformations/type_flow/summary_collector.dart:879:16) #14 SummaryCollector.visitStaticInvocation (package:vm/transformations/type_flow/summary_collector.dart:1849:18) #15 StaticInvocation.accept (package:kernel/ast.dart:6294:44) #16 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #17 SummaryCollector.visitLet (package:vm/transformations/type_flow/summary_collector.dart:1537:37) #18 Let.accept (package:kernel/ast.dart:8395:44) #19 SummaryCollector._visit (package:vm/transformations/type_flow/summary_collector.dart:861:44) #20 SummaryCollector.visi tYieldStatement (package:vm/transformations/type_flow/summary_collector.dart:2203:5) #21 YieldStatement.accept (package:kernel/ast.dart:10185:43) #22 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #23 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #24 List.forEach (dart:core-patch/growable_array.dart:410:8) #25 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #26 Block.accept (package:kernel/ast.dart:8890:43) #27 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #28 SummaryCollector.visitLabeledStatement (package:vm/transformations/type_flow/summary_collector.dart:2090:5) #29 LabeledStatement.accept (package:kernel/ast.dart:9100:43) #30 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #31 SummaryCo llector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #32 List.forEach (dart:core-patch/growable_array.dart:410:8) #33 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #34 Block.accept (package:kernel/ast.dart:8890:43) #35 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #36 SummaryCollector.visitTryCatch (package:vm/transformations/type_flow/summary_collector.dart:2140:5) #37 TryCatch.accept (package:kernel/ast.dart:9923:43) #38 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #39 SummaryCollector._handleNestedFunctionNode (package:vm/transformations/type_flow/summary_collector.dart:1274:5) #40 SummaryCollector.visitFunctionDeclaration (package:vm/transformations/type_flow/summary_collector.dart:2064:5) #41 FunctionDeclaration.accept (package:kernel/ast.dart:10507:43) #42 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #43 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart) #44 List.forEach (dart:core-patch/growable_array.dart:410:8) #45 SummaryCollector.visitBlock (package:vm/transformations/type_flow/summary_collector.dart:1962:21) #46 Block.accept (package:kernel/ast.dart:8890:43) #47 SummaryCollector._visitWithoutResult (package:vm/transformations/type_flow/summary_collector.dart:864:10) #48 SummaryCollector.createSummary (package:vm/transformations/type_flow/summary_collector.dart:765:9) #49 TypeFlowAnalysis.getSummary (package:vm/transformations/type_flow/analysis.dart:1533:52) #50 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:298:42) #51 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #52 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #53 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #54 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #55 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #56 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #57 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #58 Call.apply (package:vm/transformations/type_flow/summary.dart:268:31) #59 Summary.apply (package:vm/transformations/type_flow/summary.dart:724:33) #60 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #61 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #62 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #63 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #64 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #65 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #66 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #67 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #68 Call.apply (package:vm/transformations/type_flow/su mmary.dart:268:31) #69 Summary.apply (package:vm/transformations/type_flow/summary.dart:724:33) #70 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #71 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #72 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #73 _DispatchableInvocation.process. (package:vm/transformations/type_flow/analysis.dart:449:44) #74 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:539:8) #75 _DispatchableInvocation.process (package:vm/transformations/type_flow/analysis.dart:423:12) #76 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #77 TypeFlowAnalysis.applyCall (package:vm/transformations/type_flow/analysis.dart:1670:23) #78 Call.apply (package:vm/transformations/type_flow/summary.dart:268:31) #79 Summary.apply (package:vm/transformations/type_ flow/summary.dart:724:33) #80 _DirectInvocation._processFunction (package:vm/transformations/type_flow/analysis.dart:307:24) #81 _DirectInvocation.process (package:vm/transformations/type_flow/analysis.dart:226:14) #82 _WorkList.processInvocation (package:vm/transformations/type_flow/analysis.dart:1429:27) #83 _WorkList.process (package:vm/transformations/type_flow/analysis.dart:1371:7) #84 TypeFlowAnalysis.process (package:vm/transformations/type_flow/analysis.dart:1551:14) #85 tran sformComponent (package:vm/transformations/type_flow/transformer.dart:87:20) #86 runGlobalTransformations (package:vm/kernel_front_end.dart:454:20) #87 compileToKernel (package:vm/kernel_front_end.dart:376:11) #88 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:541:17) #89 starter (package:flutter_frontend_server/server.dart:85:12) #90 main (file:///opt/s/w/ir/cache/builder/src/flutter/flutter_frontend_server/bin/starter.dart:13:24) > Task :app:compileFlutterBuildRelease FAILED FAILURE: Build failed with an exception. * Where: Script '/Users/sudhirarora/downloads/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1070 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command '/Users/sudhirarora/downloads/flutter/bin/flutter'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 25s 4 actionable tasks: 3 executed, 1 up-to-date ``` flutter doctor -v
maheshmnj commented 2 years ago

In the future please avoid pasting long logs directly please share them in a text file.

eramitsharma957 commented 2 years ago

Failed to apply plugin [id 'com.android.internal.version-check'] Minimum supported Gradle version is 6.5. Current version is 6.1.1. If using the gradle wrapper, try editing the distributionUrl in /Users/sudhirarora/AllenCareGit/android/gradle/wrapper/gradle-wrapper.properties to gradle-6.5-all.zip

Edit the distributionUrl to use gradle version 6.5 in gradle-wrapper.properties

i am already use --- distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip AND

classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.3.10'

maheshmnj commented 2 years ago

@eramitsharma957, Please share your pubspec.yaml file.

eramitsharma957 commented 2 years ago
pubspec.yaml ```yaml name: educareadmin description: A new Flutter application. #dependency_overrides: #meta: 1.6.0 # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # In Android, build-name is used as versionName while build-number used as versionCode. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html version: 1.0.0+1 environment: sdk: ">=2.14.3 <3.0.0" #sdk: ">=2.15.0-116.0.dev <3.0.0" #sdk: ">=2.7.0 <3.0.0" dependencies: flutter: sdk: flutter #material_design_icons_flutter: 5.0.6595 provider: ^6.0.1 retrofit: ^3.0.1 json_annotation: ^4.1.0 logger: ^1.1.0 pretty_dio_logger: ^1.1.0 dio: ^4.0.0 #fluttertoast: ^8.0.8 #progress_dialog: ^1.2.4 #cupertino_icons: ^1.0.3 intl: ^0.17.0 http: ^0.13.3 validators: ^3.0.0 #oktoast: ^2.1.8 # simple_moment: ^1.1.1 pull_to_refresh: ^2.0.0 multiselect_formfield: ^0.1.7 flutter_multiselect: ^1.0.0 flutter_html: ^2.1.4 flutter_otp_text_field: ^1.0.0 pin_code_fields: ^7.3.0 badges: ^2.0.1 page_view_indicators: ^2.0.0 #webview_flutter: ^2.0.2 sizer: ^2.0.15 shared_preferences: ^2.0.5 transparent_image: ^2.0.0 group_radio_button: ^1.0.1 flutter_rounded_date_picker: ^2.0.0 file_picker: ^4.3.2 #audio_picker: ^1.0.0 url_launcher: ^6.0.3 flutter_calendar_carousel: ^2.0.1 pie_chart: ^5.0.0 #flutter_gifimage: ^1.0.1 flutter_intro: ^2.3.1 flutter_rating_bar: ^4.0.0 #fluttericon: ^2.0.0 rating_dialog: ^2.0.1 flutter_easyloading: ^3.0.0 flutter_phoenix: ^1.0.0 firebase_core: any # firebase_core: ^1.2.0 firebase_messaging: any overlay_support: ^1.2.1 flutter_local_notifications: ^9.2.0 bitmap: ^0.1.2 #permission_handler: ^4.2.0 #permission_handler: ^4.2.0+hotfix.3 permission_handler: ^8.1.6 expandable_group: ^0.0.8 horizontal_center_date_picker: ^2.0.0 multi_select_flutter: ^4.0.0 sqflite: ^2.0.1 # path_provider: ^2.0.8 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. dev_dependencies: flutter_test: sdk: flutter build_runner: ^2.1.7 retrofit_generator: ^4.0.0 json_serializable: ^6.1.4 #analyzer: ^2.3.0 #flutter_launcher_icons: ^0.7.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec # The following section is specific to Flutter. flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. uses-material-design: true # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg #flutter_icons: #android: true #ios: true #-- image_path: "assets/applogo.png" assets: - assets/ fonts: -family: Montserrat fonts: - asset: fonts/Poppins-Regular.ttf weight: 600 - asset: fonts/Poppins-Bold.ttf weight: 400 - asset: fonts/Poppins-Light.ttf weight: 500 - asset: fonts/Poppins-Medium.ttf weight: 200 - asset: fonts/Poppins-Regular.ttf weight: 100 - asset: fonts/Poppins-SemiBold.ttf weight: 300 - asset: fonts/Poppins-ExtraBold.ttf weight: 700 - asset: fonts/Poppins-BlackItalic.ttf weight: 900 # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware. # For details regarding adding assets from package dependencies, see # https://flutter.dev/assets-and-images/#from-packages # To add custom fonts to your application, add a fonts section here, # in this "flutter" section. Each entry in this list should have a # "family" key with the font family name, and a "fonts" key with a # list giving the asset and other descriptors for the font. For # example: # fonts: # - family: Schyler # fonts: # - asset: fonts/Schyler-Regular.ttf # - asset: fonts/Schyler-Italic.ttf # style: italic # - family: Trajan Pro # fonts: # - asset: fonts/TrajanPro.ttf # - asset: fonts/TrajanPro_Bold.ttf # weight: 700 # # For details regarding fonts from package dependencies, # see https://flutter.dev/custom-fonts/#from-packages ```
maheshmnj commented 2 years ago

@eramitsharma957, Please share the output of flutter build apk -v in a text file.

eramitsharma957 commented 2 years ago

@eramitsharma957, Please share the output of flutter build apk -v in a text file. text.txt

maheshmnj commented 2 years ago

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. [ +7 ms] Use '--warning-mode all' to show the individual deprecation warnings.

Please Run

 flutter clean
 flutter pub get
 cd android
./gradlew clean
./gradlew build --warning-mode all

and share the output in a textfile.

eramitsharma957 commented 2 years ago

./gradlew build --warning-mode all

sudhirarora@Sudhirs-MacBook-Air android % ./gradlew clean

FAILURE: Build failed with an exception.

eramitsharma957 commented 2 years ago

FAILURE: Build failed with an exception.

BUILD FAILED in 1s

maheshmnj commented 2 years ago

Thanks for the info labeling this issue for further investigation.

eramitsharma957 commented 2 years ago

Thanks for the info labeling this issue for further investigation.

above issue is resolved now coming last issue ---What is the issue when build signed apk???

Task :app:compileFlutterBuildRelease FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 36s 1 actionable task: 1 executed

maheshmnj commented 2 years ago

above issue is resolved now coming last issue ---What is the issue when build signed apk???

You should get more details about the issue if you run

./gradlew build --warning-mode all

But this seems to be failing in your case.

eramitsharma957 commented 2 years ago

Now error when build signed apk

Caused by: org.gradle.process.internal.ExecException: Process 'command '/Users/sudhirarora/flutter/bin/flutter'' finished with non-zero exit value 1

Fukulu commented 1 month ago

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. [ +7 ms] Use '--warning-mode all' to show the individual deprecation warnings.

Please Run

 flutter clean
 flutter pub get
 cd android
./gradlew clean
./gradlew build --warning-mode all

and share the output in a textfile.

Thank You So Much! It fixed my issue. I just updated versions in plugins in my settings.gradle file. Then completed what you have said.