Error launching application on sdk gphone64 arm64

Okay. I am new to Flutter. I have a working Flutter app that runs just fine on my old MacBook Air. I now have a new computer... a bright, shiny, nice-smelling M1 Max MacBook Pro. The app won't run....

Okay. I am new to Flutter. I have a working Flutter app that runs just fine on my old MacBook Air. I now have a new computer… a bright, shiny, nice-smelling M1 Max MacBook Pro. The app won’t run. I’ve tried a new flutter app. It won’t run either. It runs on Chrome, and occasionally (40%) on iOS emulator, but then won’t run on Android. I have absolutely no idea how to fix this because I don’t understand what the problem(s) are. Supposedly VSCode, Android Studio, flutter all support Apple Silicon at this point. I’ve read a bunch of posts of people complaining about similar issues but the solutions either didn’t work or they were for older releases that weren’t yet supposedly supporting M1.
What I have done to attempt to fix the iOS emulator issue:

  • uncommented the iOS version in Podfile, changed to 10.0
  • ran sudo arch -x86_64 gem install ffi successfully

Didn’t help.

Then, there is the Android emulator error:

Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
lib/main.dart:1
✓  Built build/app/outputs/flutter-apk/app-debug.apk.
Error: ADB exited with exit code 1
Performing Streamed Install

adb: failed to install /Users/home/Desktop/flutter_dev/rr_v1a/build/app/outputs/flutter-apk/app.apk: 
Exception occurred while executing 'install':
android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
    at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
    at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:557)
    at com.android.server.pm.PackageManagerShellCommand.doCreateSession(PackageManagerShellCommand.java:3143)
    at com.android.server.pm.PackageManagerShellCommand.doRunInstall(PackageManagerShellCommand.java:1341)
    at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:1303)
    at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:193)
    at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
    at android.os.ShellCommand.exec(ShellCommand.java:38)
    at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:24742)
    at android.os.Binder.shellCommand(Binder.java:950)
    at and
Error launching application on sdk gphone64 arm64.
Exited (sigterm)

Any help is very much appreciated.

asked Feb 17, 2022 at 3:07

Zuckerbrenner's user avatar

1

According to the message you posted, emulator does not have enough space to install the app:

Requested internal only, but not enough space

You should check the settings for the emulator and check if you gave enough space. Also, I would recommend to install Android Studio (intel version) and run it with Rosseta. With this version you should be able to run android emulator but Apple Chip version will give some problems.

answered Feb 17, 2022 at 7:57

Carlos Sandoval's user avatar

3

@TahaTesser Java 11 won’t run on M1 chip as far as I know. Only Java 16 from Azul supports M1 and same goes for Android Studio , only the latest previews(Arctic Fox) work natively for the M1.

The project I’m working with has a pretty large codebase, but I tried it with the default boilerplate code and the result is same.

flutter run -v

                   "udid" : "4A68B208-CD3A-4493-82D5-C5E85017B488",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/538356C1-03AE-43
                   74-B296-B0D484DFA253/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/538356C1-03AE-4374-B296-B0D484
                   DFA253",
                   "udid" : "538356C1-03AE-4374-B296-B0D484DFA253",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/39186257-E061-44
                   D3-BCDC-EC9F7F0A507F/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/39186257-E061-44D3-BCDC-EC9F7F
                   0A507F",
                   "udid" : "39186257-E061-44D3-BCDC-EC9F7F0A507F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/610BFDE1-A1D4-4F
                   17-9756-1CA9664806BD/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/610BFDE1-A1D4-4F17-9756-1CA966
                   4806BD",
                   "udid" : "610BFDE1-A1D4-4F17-9756-1CA9664806BD",
                   "isAvailable" : true,
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/224681FC-2964-45
                   BC-8135-EAC59D7A8E76/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/224681FC-2964-45BC-8135-EAC59D
                   7A8E76",
                   "udid" : "224681FC-2964-45BC-8135-EAC59D7A8E76",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/CE5551BC-A18B-48
                   DE-B321-74A40F0334DA/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/CE5551BC-A18B-48DE-B321-74A40F
                   0334DA",
                   "udid" : "CE5551BC-A18B-48DE-B321-74A40F0334DA",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/646A0AE8-48D8-48
                   7E-8EF1-D308D56ECF72/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/646A0AE8-48D8-487E-8EF1-D308D5
                   6ECF72",
                   "udid" : "646A0AE8-48D8-487E-8EF1-D308D56ECF72",
                   "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-5" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/A08EDA1F-6B7A-47
                   2E-AC92-F045589E45D3/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/A08EDA1F-6B7A-472E-AC92-F04558
                   9E45D3",
                   "udid" : "A08EDA1F-6B7A-472E-AC92-F045589E45D3",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/F19C0ACE-F406-45
                   11-B319-B976B267C405/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/F19C0ACE-F406-4511-B319-B976B2
                   67C405",
                   "udid" : "F19C0ACE-F406-4511-B319-B976B267C405",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/F7D9D6B3-CA04-4F
                   3A-8A65-FAC59F309A53/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/F7D9D6B3-CA04-4F3A-8A65-FAC59F
                   309A53",
                   "udid" : "F7D9D6B3-CA04-4F3A-8A65-FAC59F309A53",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/3183466D-6566-4A
                   77-BE43-249331417334/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/3183466D-6566-4A77-BE43-249331
                   417334",
                   "udid" : "3183466D-6566-4A77-BE43-249331417334",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/3DDA5324-2F1B-4C
                   7A-A8A3-4D35CF63BEA9/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/3DDA5324-2F1B-4C7A-A8A3-4D35CF
                   63BEA9",
                   "udid" : "3DDA5324-2F1B-4C7A-A8A3-4D35CF63BEA9",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/39B393D9-95D5-43
                   04-949E-DBB36FC787F8/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/39B393D9-95D5-4304-949E-DBB36F
                   C787F8",
                   "udid" : "39B393D9-95D5-4304-949E-DBB36FC787F8",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/74467726-65D9-4B
                   94-B8B0-50BDC0B956BA/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/74467726-65D9-4B94-B8B0-50BDC0
                   B956BA",
                   "udid" : "74467726-65D9-4B94-B8B0-50BDC0B956BA",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/35A5796B-155D-45
                   82-BC65-30F847AB55EB/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/35A5796B-155D-4582-BC65-30F847
                   AB55EB",
                   "udid" : "35A5796B-155D-4582-BC65-30F847AB55EB",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/E0E48F65-6C77-48
                   4E-94F0-36008890B47F/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/E0E48F65-6C77-484E-94F0-360088
                   90B47F",
                   "udid" : "E0E48F65-6C77-484E-94F0-36008890B47F",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/90B2DFAB-0964-46
                   04-A126-610EE7B0C3D2/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/90B2DFAB-0964-4604-A126-610EE7
                   B0C3D2",
                   "udid" : "90B2DFAB-0964-4604-A126-610EE7B0C3D2",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/6575C316-D773-45
                   5A-B086-1C4E0139173B/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/6575C316-D773-455A-B086-1C4E01
                   39173B",
                   "udid" : "6575C316-D773-455A-B086-1C4E0139173B",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/6AA492BB-E966-45
                   FA-B026-E5D78D9C59C3/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/6AA492BB-E966-45FA-B026-E5D78D
                   9C59C3",
                   "udid" : "6AA492BB-E966-45FA-B026-E5D78D9C59C3",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/E1A747C0-853E-45
                   5B-B9D5-0BA49F3A01EE/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/E1A747C0-853E-455B-B9D5-0BA49F
                   3A01EE",
                   "udid" : "E1A747C0-853E-455B-B9D5-0BA49F3A01EE",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/08BC097C-2CD6-45
                   CA-B677-012B4FA660EE/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/08BC097C-2CD6-45CA-B677-012B4F
                   A660EE",
                   "udid" : "08BC097C-2CD6-45CA-B677-012B4FA660EE",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/BA02E639-A1C6-4C
                   62-A8F9-AF793DB2C097/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/BA02E639-A1C6-4C62-A8F9-AF793D
                   B2C097",
                   "udid" : "BA02E639-A1C6-4C62-A8F9-AF793DB2C097",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/3CFBCA0E-17AB-49
                   C2-A1C5-327C03B3E663/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/3CFBCA0E-17AB-49C2-A1C5-327C03
                   B3E663",
                   "udid" : "3CFBCA0E-17AB-49C2-A1C5-327C03B3E663",
                   "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.watchOS-7-4" : [
                 {
                   "availabilityError" : "runtime profile not found",
                   "dataPath" :
                   "/Users/tejasw/Library/Developer/CoreSimulator/Devices/5573136E-58D9-44
                   1E-8FFA-C1912754A93E/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/5573136E-58D9-441E-8FFA-C19127
                   54A93E",
                   "udid" : "5573136E-58D9-441E-8FFA-C1912754A93E",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/9553524A-9767-41
                   3E-96CC-C2D5D17EC355/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/9553524A-9767-413E-96CC-C2D5D1
                   7EC355",
                   "udid" : "9553524A-9767-413E-96CC-C2D5D17EC355",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/41AC43ED-E1AC-4B
                   22-8581-3E584BDA1663/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/41AC43ED-E1AC-4B22-8581-3E584B
                   DA1663",
                   "udid" : "41AC43ED-E1AC-4B22-8581-3E584BDA1663",
                   "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/tejasw/Library/Developer/CoreSimulator/Devices/259FA038-2C30-4B
                   85-AAD8-AE6134C9C7A9/data",
                   "logPath" :
                   "/Users/tejasw/Library/Logs/CoreSimulator/259FA038-2C30-4B85-AAD8-AE6134
                   C9C7A9",
                   "udid" : "259FA038-2C30-4B85-AAD8-AE6134C9C7A9",
                   "isAvailable" : false,
                   "deviceTypeIdentifier" :
                   "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ]
             }
           }
[+2501 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "654AB1FA-EBC5-4609-B80C-B8D4A2DD10B1",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.0 (19R5286d)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "538356C1-03AE-4374-B296-B0D484DFA253",
                        "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 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "5E199F42-44FB-4B64-8783-8237DCCFA382",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "35B1C555-D85A-4D4B-8D4C-6A36FF05AC12",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "23EF62E3-6900-464F-9F66-C81AF4C37D3B",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "B5D16F15-5B9A-4FD1-ADCC-946EB537BB94",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19J5288e)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "8CF339FD-FF07-4C28-9AA3-12BEC1E3A5F8",
                        "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 (19J5288e)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "221051D8-4153-4200-AC8F-11D2888D41EA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "8.0 (19R5286d)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "4A68B208-CD3A-4493-82D5-C5E85017B488",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "519A4864-431D-4D49-BD63-80A2420C1E95",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "332A61FF-CB40-4E79-B0EC-44DBBFBBB876",
                        "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 (19R5286d)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "39186257-E061-44D3-BCDC-EC9F7F0A507F",
                        "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 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "8AE8DD64-973B-4666-BD57-236BC981FDD3",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "287233A3-93BF-4AA6-A71E-2FCB26DA1CD8",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,10",
                        "identifier" : "B9610E4B-E371-4B55-B284-37F39E75ACC5",
                        "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 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "0BBDC6A2-5FE5-4685-8523-9C3F13837707",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : false,
                        "operatingSystemVersion" : "12.0 (21A5268h)",
                        "interface" : "usb",
                        "available" : true,
                        "platform" : "com.apple.platform.macosx",
                        "modelCode" : "MacBookPro17,1",
                        "identifier" : "00008103-001E19923AEA001E",
                        "architecture" : "arm64e",
                        "modelUTI" : "com.apple.macbookpro-13-retina-touchid-late-2020",
                        "modelName" : "MacBook Pro",
                        "name" : "My Mac"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "4EF34ACE-C668-417B-A067-12F6E638000E",
                        "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 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,5",
                        "identifier" : "36FBEDEE-5110-4AB0-A7C4-7BB317A00E5D",
                        "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" : "8.0 (19R5286d)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "610BFDE1-A1D4-4F17-9756-1CA9664806BD",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "2C0B6E31-2C6E-46D0-95B9-9D5612CF9321",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19A5281d)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "306BD745-B2CC-4C5E-B8C3-E76BA86F172E",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "15.0 (19J5288e)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "24F05F49-8B92-446A-BD3D-240B35E4B18D",
                        "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[81422]: Class AMSupportURLConnectionDelegate is implemented in both
                    /usr/lib/libauthinstall.dylib (0x1f334f5a8) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versio
                    ns/A/MobileDevice (0x10353c2c8). One of the two will be used. Which one is
                    undefined.
                    objc[81422]: Class AMSupportURLSession is implemented in both
                    /usr/lib/libauthinstall.dylib (0x1f334f5f8) and
                    /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versio
                    ns/A/MobileDevice (0x10353c318). One of the two will be used. Which one is
                    undefined.
                    2021-07-05 21:11:38.161 xcdevice[81422:613043] [MT] DVTPlugInManager:
                    Required plug-in compatibility UUID 42E1F17B-27B3-4DE8-92A8-DC76BA4F5921 for
                    DVTCoreGlyphs.framework (com.apple.dt.DVTCoreGlyphs) not present
[  +24 ms] /Users/tejasw/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop
[  +61 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +113 ms] Skipping pub get: version match.
[  +36 ms] Found plugin connectivity_plus at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.4/
[   +6 ms] Found plugin connectivity_plus_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[   +2 ms] Found plugin connectivity_plus_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[   +3 ms] Found plugin connectivity_plus_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[   +2 ms] Found plugin connectivity_plus_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[   +2 ms] Found plugin contacts_service at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/
[  +13 ms] Found plugin firebase_analytics at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.1.2/
[   +2 ms] Found plugin firebase_analytics_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[   +1 ms] Found plugin firebase_core at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.3.0/
[   +2 ms] Found plugin firebase_core_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[   +9 ms] Found plugin flutter_inappwebview at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/
[   +1 ms] Found plugin flutter_keyboard_visibility at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-5.0.2/
[   +2 ms] Found plugin flutter_keyboard_visibility_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility_web-2.0.
0/
[   +1 ms] Found plugin flutter_libphonenumber at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_libphonenumber-1.1.0/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0
.11/
[   +3 ms] Found plugin flutter_statusbar_manager at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_statusbar_manager-2.0.0/
[   +3 ms] Found plugin fluttertoast at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.7/
[   +2 ms] Found plugin geocoding at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geocoding-2.0.0/
[   +3 ms] Found plugin geolocator at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-7.2.0+1/
[   +3 ms] Found plugin geolocator_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator_web-2.0.3/
[  +12 ms] Found plugin image_picker at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.5+3/
[   +1 ms] Found plugin import_js_library at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/import_js_library-1.0.2/
[   +4 ms] Found plugin libphonenumber at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/libphonenumber-1.0.2/
[   +8 ms] Found plugin path_provider at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[   +1 ms] Found plugin path_provider_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[   +1 ms] Found plugin path_provider_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[   +1 ms] Found plugin path_provider_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.1/
[   +1 ms] Found plugin permission_handler at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.2/
[   +8 ms] Found plugin share at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/
[   +1 ms] Found plugin shared_preferences at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.6/
[        ] Found plugin shared_preferences_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/
[        ] Found plugin shared_preferences_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/
[   +1 ms] Found plugin shared_preferences_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/
[   +2 ms] Found plugin shared_preferences_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/
[   +2 ms] Found plugin sqflite at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +6 ms] Found plugin uni_links at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[   +1 ms] Found plugin url_launcher at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.9/
[        ] Found plugin url_launcher_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[   +1 ms] Found plugin url_launcher_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[   +2 ms] Found plugin wakelock at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.2.1+1/
[   +1 ms] Found plugin wakelock_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.1.0+3/
[ +110 ms] Found plugin connectivity_plus at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-1.0.4/
[   +3 ms] Found plugin connectivity_plus_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_linux-1.0.3/
[        ] Found plugin connectivity_plus_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_macos-1.0.2/
[   +1 ms] Found plugin connectivity_plus_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_web-1.0.2/
[        ] Found plugin connectivity_plus_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus_windows-1.0.2/
[   +2 ms] Found plugin contacts_service at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/contacts_service-0.4.6/
[   +3 ms] Found plugin firebase_analytics at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-8.1.2/
[        ] Found plugin firebase_analytics_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_analytics_web-0.3.0+1/
[        ] Found plugin firebase_core at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.3.0/
[        ] Found plugin firebase_core_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-1.1.0/
[   +1 ms] Found plugin flutter_inappwebview at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/
[        ] Found plugin flutter_keyboard_visibility at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility-5.0.2/
[   +1 ms] Found plugin flutter_keyboard_visibility_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_keyboard_visibility_web-2.0.
0/
[        ] Found plugin flutter_libphonenumber at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_libphonenumber-1.1.0/
[        ] Found plugin flutter_plugin_android_lifecycle at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0
.11/
[   +1 ms] Found plugin flutter_statusbar_manager at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_statusbar_manager-2.0.0/
[        ] Found plugin fluttertoast at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.7/
[        ] Found plugin geocoding at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geocoding-2.0.0/
[        ] Found plugin geolocator at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-7.2.0+1/
[        ] Found plugin geolocator_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator_web-2.0.3/
[   +6 ms] Found plugin image_picker at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.5+3/
[   +1 ms] Found plugin import_js_library at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/import_js_library-1.0.2/
[   +2 ms] Found plugin libphonenumber at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/libphonenumber-1.0.2/
[   +2 ms] Found plugin path_provider at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.2/
[        ] Found plugin path_provider_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/
[        ] Found plugin path_provider_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/
[        ] Found plugin path_provider_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.1/
[        ] Found plugin permission_handler at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/permission_handler-8.1.2/
[   +2 ms] Found plugin share at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/
[        ] Found plugin shared_preferences at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.6/
[        ] Found plugin shared_preferences_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/
[        ] Found plugin shared_preferences_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/
[        ] Found plugin shared_preferences_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/
[   +1 ms] Found plugin shared_preferences_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/
[   +1 ms] Found plugin sqflite at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/
[   +3 ms] Found plugin uni_links at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/
[   +1 ms] Found plugin url_launcher at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.9/
[        ] Found plugin url_launcher_linux at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/
[        ] Found plugin url_launcher_macos at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/
[        ] Found plugin url_launcher_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.1/
[        ] Found plugin url_launcher_windows at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/
[        ] Found plugin wakelock at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock-0.2.1+1/
[        ] Found plugin wakelock_web at
/Users/tejasw/dev/flutter/.pub-cache/hosted/pub.dartlang.org/wakelock_web-0.1.0+3/
[  +19 ms] Generating
/Users/tejasw/Desktop/recspot-mobile/android/app/src/main/java/io/flutter/plugins/GeneratedPlugin
Registrant.java
[  +94 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".
[  +32 ms] Initializing file store
[  +13 ms] Skipping target: gen_localizations
[   +6 ms] complete
[   +5 ms] Launching lib/main_dev.dart on sdk gphone arm64 in debug mode...
[   +6 ms] /Users/tejasw/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/tejasw/dev/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot
--sdk-root /Users/tejasw/dev/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/6d/wz8pwt2j72g06kjnc6y3gfgc0000gn/T/flutter_tools.e4x4dp/flutter_tool.qTgoQ7/app.dil
l --packages /Users/tejasw/Desktop/recspot-mobile/.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/3c113a45063dc6628e68a4111abcacad.cache.dill.track.dill
--enable-experiment=alternative-invalidation-strategy
[  +19 ms] executing: /Users/tejasw/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell
-x logcat -v time -t 1
[  +28 ms] <- compile package:recspot/main_dev.dart
[  +45 ms] --------- beginning of main
           07-05 21:11:40.574 I/MicroDetectionWorker( 2673): #onError(false)
[  +27 ms] executing: /Users/tejasw/Library/Android/sdk/platform-tools/adb version
[  +26 ms] Android Debug Bridge version 1.0.41
           Version 31.0.2-7242960
           Installed as /Users/tejasw/Library/Android/sdk/platform-tools/adb
[   +5 ms] executing: /Users/tejasw/Library/Android/sdk/platform-tools/adb start-server
[  +25 ms] Building APK
[  +24 ms] Running Gradle task 'assembleDevDebug'...
[   +6 ms] Using gradle from /Users/tejasw/Desktop/recspot-mobile/android/gradlew.
[  +36 ms] executing: /usr/bin/plutil -convert json -o - /Applications/Android Studio
Preview.app/Contents/Info.plist
[  +22 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Applications/Android Studio
Preview.app/Contents/Info.plist
[        ] {"CFBundleName":"Android
Studio","JVMOptions":{"ClassPath":"$APP_PACKAGE/Contents/lib/bootstrap.jar:$APP_PACKAGE/Conte
nts/lib/extensions.jar:$APP_PACKAGE/Contents/lib/util.jar:$APP_PACKAGE/Contents/lib/jdom.
jar:$APP_PACKAGE/Contents/lib/log4j.jar:$APP_PACKAGE/Contents/lib/jna.jar","JVMVersion":"1.
8*,1.8+","MainClass":"com.intellij.idea.Main","Properties":{"idea.paths.selector":"AndroidStudioP
review2020.3","idea.executable":"studio","idea.platform.prefix":"AndroidStudio","idea.vendor.name
":"Google","idea.home.path":"$APP_PACKAGE/Contents"}},"NSDesktopFolderUsageDescription":"An
application in Android Studio requests access to the user's Desktop
folder.","LSArchitecturePriority":["x86_64"],"CFBundleVersion":"AI-203.7717.56.2031.7479365","CFB
undleDevelopmentRegion":"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":"Edit
or","LSTypeIsPackage":false}],"NSSupportsAutomaticGraphicsSwitching":true,"CFBundlePackageType":"
APPL","CFBundleIconFile":"studio.icns","NSHighResolutionCapable":true,"CFBundleShortVersionString
":"EAP AI-203.7717.56.2031.7479365","NSMicrophoneUsageDescription":"An application in Android
Studio requests access to the device's
microphone.","CFBundleInfoDictionaryVersion":"6.0","CFBundleExecutable":"studio","NSLocationUsage
Description":"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.a
ndroid.studio-EAP","LSApplicationCategoryType":"public.app-category.developer-tools","CFBundleSig
nature":"????","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 EAP
AI-203.7717.56.2031.7479365, build AI-203.7717.56.2031.7479365. Copyright JetBrains s.r.o., (c)
2000-2021","NSRemovableVolumesUsageDescription":"An application in Android Studio requests access
to files on a removable volume."}
[   +7 ms] executing: [/Users/tejasw/Desktop/recspot-mobile/android/]
/Users/tejasw/Desktop/recspot-mobile/android/gradlew -Pverbose=true
-Ptarget-platform=android-arm64 -Ptarget=/Users/tejasw/Desktop/recspot-mobile/lib/main_dev.dart
-Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false
-Ptrack-widget-creation=true -Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root
assembleDevDebug
[ +439 ms] Welcome to Gradle 6.7.1!
[        ] Here are the highlights of this release:
[        ]  - File system watching is ready for production use
[        ]  - Declare the version of Java your build requires
[        ]  - Java 15 support
[        ] For more details see https://docs.gradle.org/6.7.1/release-notes.html
[  +70 ms] FAILURE: Build failed with an exception.
[   +3 ms] * What went wrong:
[   +1 ms] Could not open settings generic class cache for settings file
'/Users/tejasw/Desktop/recspot-mobile/android/settings.gradle'
(/Users/tejasw/.gradle/caches/6.7.1/scripts/1s73qcb50lg0rbrzpvq7gi0ih).
[        ] > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_'
Unsupported class file major version 60
[        ] * 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 386ms
[ +390 ms] Running Gradle task 'assembleDevDebug'... (completed in 964ms)
[+9323 ms] Exception: Gradle task assembleDevDebug failed with exit code 1
[   +4 ms] "flutter run" took 14,120ms.
[   +9 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:663:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure>
           (package:flutter_tools/src/runner/flutter_command.dart:1043:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:196:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure>
           (package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand
           (package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure>
(package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>
           
           
[ +119 ms] ensureAnalyticsSent: 115ms
[   +2 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

Error in Launching Application on Android SDK Built For x86 In Flutter?

Earlier we have been through articles like how to solve No Connected Devices in Flutter. So, today we are going to learn how to resolve errors in launching applications on android SDK built for x86 in flutter.

Are you ready for the same?? Let’s Get started with the following…

How to Resolve Error in Launching Application on Android SDK Built For x86 In Flutter?

Try to install using ADB through the command line:

You can follow this for more explanation https://github.com/flutter/flutter/issues/8605

You can also follow the below steps for the same:

  • Open AVD Manager
  • Wipe Data (delete data from emulator)
  • Open Emulator
  • Try to run an app

Changing the emulator to cold boot rather than quick boot also seemed to resolve the problem. Rather than a complete wipe.

It’s in advanced settings > emulated performance > boot option when editing a device in AVD.

Android Virtual Device

You can also try:

Conclusion:

Thank you for reading!! We hope you got what you were looking for 🙂

Also, let us know what worked for you in the comments right below. Lots of content coming up your way!! Stay Connected 🙂

So in this article, we have been through how to resolve errors in launching applications on Android SDK built for x86 in flutter.

Keep Learning . Keep Fluttering .

Do let us know in the comments if you are still confused in flutter!! we are here for you.

Источник

[google_sign_in]IOS build fails with error: building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64 #93908

Comments

Please document the fact that this package does not support Apple Silicon. I have now removed support for [google_sign_in] from my project altogether now as it is not supported on Apple Silicon

The text was updated successfully, but these errors were encountered:

Hi @alanmeier, Thanks for filing the issue. Could you please explain what do you mean by not supported ? I would be more than happy to help if you could describe the exact issue you are facing, along with the complete output of
flutter doctor -v and the version of the plugin you are having issue with.

I can confirm as of today google_sign_in: ^5.2.1 does work on Apple Silicon.

Here is the flutter Doctor Output plus the error being generated as soon as I add GoogeSignIn package to my yaml file. Everything else functions as expected on. both Android simulator and IOS simulator if I remove this one line from my yaml

@alanmeier could you please share your pubspec.yaml and ios/Podfile file and also try adding this to podfile

@alanmeier I created a new flutter project added all your plugins to pubspec.yaml updated the ios Deployment target to 10 via xcode and I was able to reproduce the same error complete logs

and then manually installed the pods

and if you don’t have ffi Installed then install it using

after installing pods, I was able to build the app.

flutter doctor -v

Followed your instructions still does not build for IOS below error still exists, which is pretty obvious as you said to build i386 versions of pod file when my machine uses an ARM64 simulator so that will not work, as I said I have an M1 Mac not an Intel based Mac, so now my project does not compile at all for IOS where it would previously as long as I excluded google signin:
Error output from Xcode build, which looks like it is trying to compile for an i386 architecture simulator when I have a native M1 simulator:

Thanks for the update,

Looks like you need to add the missing target in Xcode -> Build Settings -> Architectures -> Excluded Architectures

‘Pods_Runner.framework’ is missing one or more architectures required by this target: i386

keeping this issue open for further investigation from the team

@alanmeier could you please share your pubspec.yaml and ios/Podfile file and also try adding this to podfile

@maheshmnj That isn’t correct, we shouldn’t be asking users to set IPHONEOS_DEPLOYMENT_TARGET from their Podfile. They need to do that in their Xcode project in iOS Deployment Target as instructed in https://docs.flutter.dev/deployment/ios#review-xcode-project-settings

‘Pods_Runner.framework’ is missing one or more architectures required by this target: i386

Additionally, [«EXCLUDED_ARCHS[sdk=iphonesimulator*]»] = «arm64» is also not correct—the Flutter tool on this version is setting the excluded architectures based on what the plugins support. On top of that, arm64 isn’t even correct, it needs to also include i386 , which is probably why the user is seeing the i386 error line. But it shouldn’t be set from the Podfile like this anyway unless the plugin is misconfigured (which google_sign_in isn’t). And if it’s not, that’s a bug we need to fix, not have the user manually work around.

Looks like you need to add the missing target in Xcode -> Build Settings -> Architectures -> Excluded Architectures

Users shouldn’t need to set this manually either unless they are adding dependencies outside of Flutter. The Flutter tool generates the excluded architectures based on what the plugins support. But it’s being overridden by that EXCLUDED_ARCHS Podfile change.

Users shouldn’t have to run pod install manually either. If the tool isn’t doing that for them, it’s a bug we want to track down.

In the future the best way to track down these issues is to get:

  1. ios/Podfile to make sure they have flutter_additional_ios_build_settings and aren’t overriding any architecture build settings
  2. pubspec.yaml and pubspec.lock to help us reproduce locally
  3. Full verbose flutter build / run so we can see the entire Xcode build output, not just the last truncated lines.
  4. ios/Runner.xcodeproj/project.pbxproj to see if they are overriding build settings in their Xcode project.

That all being said, I copied the given pubspec and couldn’t reproduce the issue on an M1.

@alanmeier Can you reset your Podfile to what you had in #93908 (comment), revert any build settings changes you made, and attach:

Источник

manjarqo

EXCEPTION CAUGHT BY FLUTTER FRAMEWORK

Уже ничего здесь не размещаю кроме своих любимых ошибок во Flutter. Итак встречаем новую)))

Решается простым оборачиванием вашего говна, которое вызываясь падает в эксепшен в if (mounted) <>

Гик, хакинтошник, линуксоид, считаю себя flutter разработчиком. Завёл канал, в котором изначально хотел показывать как я с нуля и до бесконечности погрузился в дорвей тематику, а в итоге просто рассказываю о себе, своих успехах и неудачах в сайтах, приложениях, офлайн проектах. Добро пожаловать в https://www.youtube.com/channel/UCbrTUrElICx4pewX0NbolmQ

Flutter: The CustomAppBar can’t be assigned to the parameter type ‘PreferredSizeWidget’

Без длинных описаний перейду сразу к делу, если столкнулся с такой же ошибкой, то подмешай к целевому классу PreferredSizeWidget и заоверрайдь его метод:

Гик, хакинтошник, линуксоид, считаю себя flutter разработчиком. Завёл канал, в котором изначально хотел показывать как я с нуля и до бесконечности погрузился в дорвей тематику, а в итоге просто рассказываю о себе, своих успехах и неудачах в сайтах, приложениях, офлайн проектах. Добро пожаловать в https://www.youtube.com/channel/UCbrTUrElICx4pewX0NbolmQ

Flutter Error: [INSTALL_FAILED_INSUFFICIENT_STORAGE]

Снова Flutter. Ни с того ни с сего при запуске разрабатываемого приложения в эмуляторе стала вылетать такая ошибка.

Решилось простыми действиями:

Открываем в андроид студии AVD Manager и делаем Wipe Data

После чего в терминале выполняем:

P.S. Проблема носила регулярный характер, и приходилось почти каждый запуск эмулятора производить действия выше. Решением оказалось создать новый эмулятор и выделить под него 4000 мегабайт оперативной памяти

Гик, хакинтошник, линуксоид, считаю себя flutter разработчиком. Завёл канал, в котором изначально хотел показывать как я с нуля и до бесконечности погрузился в дорвей тематику, а в итоге просто рассказываю о себе, своих успехах и неудачах в сайтах, приложениях, офлайн проектах. Добро пожаловать в https://www.youtube.com/channel/UCbrTUrElICx4pewX0NbolmQ

Предпросмотр dart файлов MacOS quicklook(и на M1 тоже)

Ни для кого не секрет, что я в своей профессиональной деятельности использую в основном продукты «яблочной» промышленности. Помимо выше озвученного факта, основной средой разработки для меня является великолепный Фреймворк Flutter, в своей жизнедеятельности эксплуатирующий не менее великолепный язык программирования Dart.

Ну вот как бы два никому на хрен ненужных факта, и что дальше, спросишь меня ты. А то, что я задался вопросом, почему бы у себя в MacOS не мочь при нажатии в Finder на пробел отображать предпросмотр dart файлов. Ведь нередко случается, что ищешь какие то либы, импорты или самописные функции в проекте, чтобы применить, где-то в другом месте и открывать весь проект в IDE каждый раз становится несколько муторно. Ведь любая IDE начинает сканировать, чекать зависимости, проверять линтером и т.д., что несколько тратит времени и изрядно раздражает.

И я нашел способ делать предпросмотр dart(и не только) файлов по нажатию пробела в Finder. Далее расскажу как этого добиться.

  1. Переходим в этот репозиторий и качаем из релизов актуальный.
  2. В finder жамкаем Cmd + Shift + G и вставляем

/Library/Quicklook и нажимаем Enter, ето перенесет нас в соответствующую директорию. Если finder ругнется, что такой директории нет, то создаём её (Если не в силах создать её, то признаёмся себе в слабоумии и отказываемся от этой тщетной затеи).

  • Закидываем в эту директорию скачанный в 1 пункте файл QLColorCode.qlgenerator.
  • Далее берем любой свой уже созданный dart файл, и прописываем в терминале его путь с такой командой:
  • 5. Терминал должен ответить чем-то таким(хз будет ли у вас точно такая же кодировка, проверьте на всякий случай):

    6. Копируем только ту часть, что находится в кавычках, то есть dyn.ah62d4rv4ge80k2pwsu.

    7. Вводим в терминале:
    open

    /Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist
    Если установлен Xcode то откроется им, если не установлен то хз чем вы там будете править его, с Xcode оченьно это удобно делать.

    8. Погружаемся вглубь открытого в Xcode документа по пути Property List > Document types > Item 0 > Document Content Type Identifiers, после чего жамкаем плюсик на добавление нового элемента в список, как на скриншоте ниже.

    И вставляем ету самую часть из кавычек из пункта 5 dyn.ah62d4rv4ge80k2pwsu должно получиться как на скриншоте выше под пунктом Item 0. После чего сохраняем файл.

    9. Далее в терминале вводим команду: qlmanage -r
    И всё, можете проверять работоспособность.

    ПЫ.СЫ. : Ежели qlmanage -r ругается на то, что не знает такой команды, то через brew устанавливаем старую версию сего файла brew install qlcolorcode, после чего по пути

    /Library/Quicklook заменяем файл на скачанный в первом пункте и проделываем с ним все последующие манипуляции.

    Если же и там будет ругаться что дескать данный файл поврежден обратитесь к администратору системы то в терминале уже бахните:

    Если не сработало ничего, то я ваще хз, не ваша тема, идите на завод!))) Всем добра)

    Источник

    Консоль отладки: ошибка: выход из ADB с кодом выхода 1 Выполнение потоковой установки. F

    Я пытаюсь запустить приложение на Android-эмуляторе, и он говорит, что INSTALL_FAILED_INSUFFICIENT_STORAGE], но когда я стираю данные с AVD, перезапускаю VS Code и пытаюсь снова, возникает ошибка sam. Иногда я иду flutter clean и flutter pub get и иногда работают, но иногда нет. Я пытался сделать все решения, которые люди ранее публиковали в своих похожих проблемах, но решения не работают. Когда я использую Windows10 на своем ПК, у меня нет этой проблемы, но на моем Mackbook Air 2020 я сталкиваюсь с этим во всех проектах. P.S. Это новый проект (пустой шаблон).

    2 ответа

    Итак, я нашел решение:

    Откройте Android Studio

    Откройте диспетчер виртуальных устройств

    Найдите свой эмулятор и перейдите в «Редактировать» (Конфигурация виртуального устройства).

    Показать расширенные настройки

    Прокрутите вниз и найдите Interal Storage (у меня по умолчанию было 800 МБ)

    Установите, сколько МБ вы хотите иметь для эмулятора (я поставил 6000 МБ, и он отлично работает)

    Надеюсь, это поможет!

    P.S. Перезагрузка эмулятора после изменений может занять некоторое время! Будьте терпеливы 😀

    Как говорит ошибка [INSTALL_FAILED_INSUFFICIENT_STORAGE]. Вы должны увеличить память устройства.

    1. зайди в диспетчер устройств
    2. нажмите изменить устройство
    3. нажмите показать расширенный менеджер
    4. найдите внутреннюю память и увеличьте ее до 1000 — 3000 МБ или до тех пор, пока она не покажет ошибку.

    Источник

    Как заменить входящий в комплект Dart SDK во Flutter, чтобы он работал на Apple Silicon (ARM64)?

    Dart SDK официально поддерживает ARM64, и на данный момент 2.14.2 — это последний (стабильный) Dart SDK, который поддерживает ARM64. Хотя это была та же версия, что была включена в мою настройку Flutter, казалось, что она работает на архитектуре Intel (монитор активности показывает процессы дротика, запущенные на Intel).

    Я вручную попытался заменить dart SDK в моей установке flutter, заменив flutter-directory/bin/cache/dart-sdk/ содержимым zip-файла Dart SDK, созданного для ARM64, загруженного с архив dart.dev. Но при попытке запустить приложение на эмуляторе Android (который работает на ARM64 и работал с моей старой установкой Flutter) возникает такая ошибка:

    Есть ли другой способ полностью настроить ARM64 Flutter на устройствах M1?

    Flutter версии 2.5.1

    Версия Dart 2.14.2

    Устройство: MacBook Air (M1, 2020)

    3 ответа

    Обновление: начиная с Flutter 3.0, Flutter поставляется с arm64 dart sdk, поэтому все, что вам нужно сделать, это обновить его до последней версии.

    Эта часть взломана, поэтому я не могу гарантировать, что она всегда будет работать.

    Если вы попытаетесь запустить приложение сейчас, компилятор dart выйдет из строя.

    Используя flutter run -v (который включает подробный режим для большего количества журналов) и благодаря нескольким поискам в Google, я смог выяснить, что проблема вызвана файлом моментального снимка с именем frontend_server.dart.snapshot , который находится в 2 места в SDK:

    • flutter/bin/cache/dart-sdk/bin/snapshots — новый снимок для руки, вы только что вставили его сюда
    • flutter/bin/cache/artifacts/engine/darwin-x64 — старый снимок еще для x64
    1. Скопируйте файл с именем frontend_server.dart.snapshot из первого пути, упомянутого выше, на второй путь, заменив старый файл

    Я провел очень простой тест, чтобы понять, есть ли какие-либо улучшения во времени компиляции приложения hello world. Под случайным я подразумеваю, что я не закрывал никаких программ, которые были в фоновом режиме.

    Процесс тестирования был следующим:

    • запустить приложение на симуляторе ios
    • убить приложение и запустить flutter clean
    • снова запустите приложение и запишите время сборки

    И первые результаты довольно многообещающие:

    17 с — 16 дюймов i9

    16 с — воздух m1 через розетту

    12 с — родной воздух m1

    11 с — 14 дюймов MBP M1 макс. родной

    Источник

    Снова Flutter. Ни с того ни с сего при запуске разрабатываемого приложения в эмуляторе стала вылетать такая ошибка.

    Performing Streamed Install
    
    adb: failed to install /Users/alexander/projects/cportal_flutter/build/app/outputs/flutter-apk/app.apk: 
    Exception occurred while executing 'install':
    android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
    	at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
    	at com.android.server.pm.PackageInstallerService.createSession(PackageInstallerService.java:557)
    	at com.android.server.pm.PackageManagerShellCommand.doCreateSession(PackageManagerShellCommand.java:3143)
    	at com.android.server.pm.PackageManagerShellCommand.doRunInstall(PackageManagerShellCommand.java:1341)
    	at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:1303)
    	at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:193)
    	at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
    	at android.os.ShellCommand.exec(ShellCommand.java:38)
    	at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:24742)
    	at android.os.Binder.shellCommand(Binder.java:950)
    	at and
    Error launching application on sdk gphone64 arm64.

    Решилось простыми действиями:

    Открываем в андроид студии AVD Manager и делаем Wipe Data

    Flutter Error: [INSTALL_FAILED_INSUFFICIENT_STORAGE]

    После чего в терминале выполняем:

    flutter clean
    flutter pub get

    P.S. Проблема носила регулярный характер, и приходилось почти каждый запуск эмулятора производить действия выше. Решением оказалось создать новый эмулятор и выделить под него 4000 мегабайт оперативной памяти

    Flutter Error: [INSTALL_FAILED_INSUFFICIENT_STORAGE]

    Flutter Error: [INSTALL_FAILED_INSUFFICIENT_STORAGE]

    Гик, хакинтошник, линуксоид, считаю себя flutter разработчиком. Завёл канал, в котором изначально хотел показывать как я с нуля и до бесконечности погрузился в дорвей тематику, а в итоге просто рассказываю о себе, своих успехах и неудачах в сайтах, приложениях,  офлайн проектах. Добро пожаловать в https://www.youtube.com/channel/UCbrTUrElICx4pewX0NbolmQ

    1 024

    Solved: Debug Console: Error: ADB exited with exit code 1 Performing Streamed Install… F

    Question

    Asked by Harun B on June 28, 2022 (source).

    I am trying to run app on Android Emulator and it’s saying that INSTALL_FAILED_INSUFFICIENT_STORAGE] but when I wipe data from AVD and restart VS Code and try again, sam error.. Sometimes I go flutter clean and flutter pub get and sometimes work but sometimes don’t. I tried to do every solution that people posted previously in their similar problems but solutions don’t work. When I use Windows10 on my PC I am not having this problem but on my Mackbook Air 2020 I am facing this on all projects. P.S This is new project(blank template).

    flutter run
    Using hardware rendering with device sdk gphone64 arm64. If you
    notice graphics artifacts, consider enabling software rendering
    with "--enable-software-rendering".
    Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
    Running Gradle task 'assembleDebug'...                             12.9s
    ✓  Built build/app/outputs/flutter-apk/app-debug.apk.
    Installing build/app/outputs/flutter-apk/app.apk...                689ms
    Error: ADB exited with exit code 1
    Performing Streamed Install
    
    adb: failed to install
    /Users/harunbegic/Desktop/dev/flutter/login_authh/build/app/outp
    uts/flutter-apk/app.apk: Failure
    [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    Error launching application on sdk gphone64 arm64. ```
    

    Answer

    Question answered by Harun B (source).

    So I found the solution:

    1. Open Android Studio

    2. Open Virtual Device Manager

    3. Find your emulator and go Edit(Virtual Device Configuration)

    4. Show Advanced Settings

    5. Scroll down and find Interal Storage(for me it was by default 800MB)

    6. Set how many MB you want to emulator have ( I putted 6000MB and it works fine)

    Hope it helps!

    P.S It may take some time to emulator reloads after changes! Be patient :D

    • Source: Stackoverflow.com

    Earlier we have been through articles like how to solve No Connected Devices in Flutter. So, today we are going to learn how to resolve errors in launching applications on android SDK built for x86 in flutter.

    Are you ready for the same?? Let’s Get started with the following…

    How to Resolve Error in Launching Application on Android SDK Built For x86 In Flutter?

    Try to install using ADB through the command line:

    <C:Androidsdkplatform-tools>adb -s yourdeviceID install -r build/app/outputs/apk/app.apk

    You can follow this for more explanation https://github.com/flutter/flutter/issues/8605

    You can also follow the below steps for the same:

    • Open AVD Manager
    • Wipe Data (delete data from emulator)
    • Open Emulator
    • Try to run an app

    Changing the emulator to cold boot rather than quick boot also seemed to resolve the problem. Rather than a complete wipe.

    It’s in advanced settings > emulated performance > boot option when editing a device in AVD.

    Android Virtual Device

    Android Virtual Device

    You can also try:

    defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). ndk { abiFilters "armeabi-v7a", "x86_64", "armeabi", "mips" // abiFilters "arm64-v8a", "armeabi-v7a","armeabi", "mips", "x86" } applicationId "com.example.tvs_visibility" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }

    Conclusion:

    Thank you for reading!! We hope you got what you were looking for 🙂

    Also, let us know what worked for you in the comments right below. Lots of content coming up your way!! Stay Connected 🙂

    So in this article, we have been through how to resolve errors in launching applications on Android SDK built for x86 in flutter.

    Keep Learning !!! Keep Fluttering !!!

    Do let us know in the comments if you are still confused in flutter!! we are here for you.

    FlutterAgency.com is our portal Platform dedicated to Flutter Technology and Flutter Developers. The portal is full of cool resources from Flutter like Flutter Widget GuideFlutter ProjectsCode libs and etc.

    FlutterAgency.com is one of the most popular online portals dedicated to Flutter Technology and daily thousands of unique visitors come to this portal to enhance their knowledge of Flutter.

    Я работал над проектом в студии Android, и проект работал на эмуляторе, затем я параллельно открыл другой проект на коде визуальной студии, затем попытался запустить другой проект на том же эмуляторе, но эта ошибка появилась и не исчезла даже если после перезагрузки моего компьютера и открытия одного проекта и выполнения очистки данных для AVD ошибка: —

    Error: ADB exited with exit code 1
    Performing Streamed Install
    
    adb: failed to install D:coursesflutterproject 2buildappoutputsflutter-apkapp.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    Error launching application on sdk gphone64 x86 64.
    

    1 ответ

    Эта ошибка означает, что объем памяти, выделенный симулятору, недостаточен. Вы можете удалить ранее установленные приложения на симуляторе или увеличить объем памяти. Удалить приложения:

    1. инструменты

    2. AVD менеджер

    3. Проводник (значок папки, второй в списке действий)

    4. Данные/приложение

    5. Удалите все папки (это не должно привести к каким-либо проблемам).

    Увеличение памяти:

    1-2 аналогично.

    1. Третья иконка в списке действий.

    2. редактировать

    3. Показать дополнительные настройки

    Тогда вы сами сможете выбрать объем памяти.


    0

    Neqz
    5 Окт 2022 в 21:04

    johnberang12 opened this issue 4 months ago · comments

    Steps to Reproduce

    1. create a new flutter project
    2. install these dependencies in pubspec.yaml:

    pubspec content

    dependencies:
      algolia: ^1.1.1
      any_link_preview: ^2.0.9
      app_settings: ^4.1.8
      badges: ^2.0.3
      build_runner: ^2.2.0
      cached_network_image: ^3.2.1
      camera: ^0.10.0
      carousel_slider: ^4.1.1
      cloud_firestore: ^3.5.0
      cloud_functions: ^3.3.5
      connectivity_plus: ^2.3.6
      country_code_picker: ^2.0.2
      cupertino_icons: ^1.0.2
      device_info_plus: ^4.1.2
      emoji_picker_flutter: ^1.3.0
      firebase_auth: ^3.11.0
      firebase_core: ^1.24.0
      firebase_core_platform_interface: ^4.5.0
      firebase_messaging: ^13.0.2
      firebase_storage: ^10.3.9
      flutter:
        sdk: flutter
      flutter_dotenv: ^5.0.2
      flutter_hooks: ^0.18.5+1
      flutter_keyboard_visibility: ^5.3.0
      flutter_layout_grid: ^2.0.1
      flutter_markdown: ^0.6.12
      flutter_rating_bar: ^4.0.1
      flutter_riverpod: 2.0.0-dev.9
      flutter_screenutil: ^5.5.4
      flutter_spinkit: ^5.1.0
      flutterfire_ui: ^0.4.3+7
      fluttertoast: ^8.0.9
      font_awesome_flutter: ^10.1.0
      freezed_annotation: ^2.1.0
      gallery_saver: ^2.3.2
      galleryimage: ^1.2.0
      geocoding: ^2.0.5
      georange: ^1.0.0
      go_router: ^4.5.1
      google_maps_flutter: ^2.2.0
      grouped_list: ^5.1.2
      hive: ^2.2.3
      hive_flutter: ^1.1.0
      hive_generator: ^1.1.3
      http: ^0.13.5
      image_picker: ^0.8.5+3
      intl: ^0.17.0
      linkify: ^4.1.0
      location: ^5.0.0-dev.8
      mocktail: ^0.3.0
      overlay_support: ^2.0.1
      palette_generator: ^0.3.3+1
      path: ^1.8.1
      path_provider: ^2.0.11
      photo_view: ^0.14.0
      pinput: ^2.2.11
      rxdart: ^0.27.4
      settings_ui: ^2.0.2
      share_plus: ^4.1.0
      shared_preferences: ^2.0.15
      shimmer: ^2.0.0
      sqflite: ^2.0.2+1
      timeago: ^3.2.2
      url_launcher: ^6.1.5
      uuid: ^3.0.6
      video_player: ^2.4.6
    
    dev_dependencies:
      flutter_lints: ^2.0.0
      flutter_test:
        sdk: flutter
      freezed: ^2.1.0+1
    1. hit flutter pub get then flutter run

    logs

    Launching lib/main.dart on iPhone (8) in debug mode...
    lib/main.dart:1
    Automatically signing iOS for device deployment using specified development team in Xcode project: MF77954W3J
    Xcode build done.                                           133.9s
    Failed to build iOS app
    Error output from Xcode build:
    ↳
        ** BUILD FAILED **
    Xcode's output:
    ↳
        Writing result bundle at path:
        	/var/folders/r9/mj6my7012nnf89q6z3ytxsqr0000gn/T/flutter_tools.Fk5UuG/flutter_ios_build_temp_dirBAUZXC/temporary_xcresult_bundle
    /Users/jober/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/twitter_login-4.2.3/ios/Classes/SwiftTwitterLoginPlugin.swift:52:19: warning: unnecessary check for 'iOS'; enclosing scope ensures guard will always be true
                } else if #available(iOS 11.0, *) {
                          ^
    /Users/jober/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/twitter_login-4.2.3/ios/Classes/SwiftTwitterLoginPlugin.swift:34:9: note: enclosing scope here
                if #available(iOS 12.0, *) {
                ^
    /Users/jober/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/share_plus-4.1.0/ios/Classes/FLTSharePlusPlugin.m:12:44: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations]
          return [UIApplication sharedApplication].keyWindow.rootViewController;
                                                   ^
        In module 'UIKit' imported from /Users/jober/AndroidStudioProjects/mainProject/muraita_main/ios/Pods/Target Support Files/share_plus/share_plus-prefix.pch:2:
        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here
    

    flutter doctor -v

    [✓] Flutter (Channel stable, 3.3.3, on macOS 12.6 21G115 darwin-arm, locale en-PH)
        • Flutter version 3.3.3 on channel stable at /Users/jober/Developer/flutter
        • Upstream repository https://github.com/flutter/flutter.git
        • Framework revision 18a827f393 (2 days ago), 2022-09-28 10:03:14 -0700
        • Engine revision 5c984c26eb
        • Dart version 2.18.2
        • DevTools version 2.15.0
    
    [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
        • Android SDK at /Users/jober/Library/Android/sdk
        • Platform android-33, build-tools 33.0.0-rc1
        • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
        • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
        • All Android licenses accepted.
    
    [✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
        • Xcode at /Applications/Xcode.app/Contents/Developer
        • Build 14A400
        • CocoaPods version 1.11.3
    
    [✓] Chrome - develop for the web
        • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    
    [✓] Android Studio (version 2021.2)
        • Android Studio at /Applications/Android Studio.app/Contents
        • Flutter plugin can be installed from:
          🔨 https://plugins.jetbrains.com/plugin/9212-flutter
        • Dart plugin can be installed from:
          🔨 https://plugins.jetbrains.com/plugin/6351-dart
        • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
    
    [✓] VS Code (version 1.71.2)
        • VS Code at /Applications/Visual Studio Code.app/Contents
        • Flutter extension version 3.48.0
    
    [✓] Connected device (4 available)
        • iPhone (8) (mobile)        • 00008030-001D49141484802E            • ios            • iOS 15.6.1 19G82
        • iPhone 14 Pro Max (mobile) • 7E66540A-D3EB-467D-B8B6-D7DAFA9869E2 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-0 (simulator)
        • macOS (desktop)            • macos                                • darwin-arm64   • macOS 12.6 21G115 darwin-arm
        • Chrome (web)               • chrome                               • web-javascript • Google Chrome 106.0.5249.61
    
    [✓] HTTP Host Availability
        • All required HTTP hosts are available
    
    • No issues found!
    

    by the way, the new project I tested out is fully configured with firebase. and it’s giving me the same output as my main project.

    the log above is for ios
    and for android, i’m getting this:

    My main project

    Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
    lib/main.dart:1
    : Error: Expected a class member, but got '5'.
    package:flutter/…/services/binding.dart:351
    5
    ^
    : Error: Expected ';' after this.
    package:flutter/…/services/binding.dart:364
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
           ^^^^^^^^^^^^^^^^^^
    : Error: Expected ';' after this.
    package:flutter/…/services/binding.dart:364
    
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
                             ^^^^^^
    : Error: The getter 'instance' isn't defined for the class '_DefaultBinaryMessenger'.
    package:flutter/…/services/binding.dart:364
    - '_DefaultBinaryMessenger' is from 'package:flutter/src/services/binding.dart' ('../../../Developer/flutter/packages/flutter/lib/src/services/binding.dart').
    package:flutter/…/services/binding.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'instance'.
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
                                   ^^^^^^^^
    3
    
    FAILURE: Build failed with an exception.
    
    * Where:
    Script '/Users/jober/Developer/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1159
    
    * What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.
    > Process 'command '/Users/jober/Developer/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 11s
    Exception: Gradle task assembleDebug failed with exit code 1
    Exited
    

    From a brand new project

    Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
    lib/main.dart:1
    : Error: Expected a class member, but got '5'.
    package:flutter/…/services/binding.dart:351
    5
    ^
    : Error: Expected ';' after this.
    package:flutter/…/services/binding.dart:364
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
           ^^^^^^^^^^^^^^^^^^
    : Error: Expected ';' after this.
    package:flutter/…/services/binding.dart:364
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
                             ^^^^^^
    : Error: The getter 'instance' isn't defined for the class '_DefaultBinaryMessenger'.
    package:flutter/…/services/binding.dart:364
    - '_DefaultBinaryMessenger' is from 'package:flutter/src/services/binding.dart' ('../../Developer/flutter/packages/flutter/lib/src/services/binding.dart').
    package:flutter/…/services/binding.dart:1
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'instance'.
        ui.PlatformDispatcher.55555instance.sendPlatformMessage(channel, message, (ByteData? reply) {
                                   ^^^^^^^^
    3
    
    FAILURE: Build failed with an exception.
    
    * Where:
    Script '/Users/jober/Developer/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1159
    
    * What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.
    > Process 'command '/Users/jober/Developer/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 4s
    Exception: Gradle task assembleDebug failed with exit code 1
    Exited
    

    the work around for this is to downgrade flutter version to 3.0.5. But still flutter needs to resolve this.

    Hi @johnberang12, did you accidentally make any changes to any of the flutter source files locally?
    From the logs you’ve shared above, that seems like that’s what your issue.

    ui.PlatformDispatcher.55555instance.sendPlatformMessage is not correct.

    Please provide the full verbose logs of you trying to run the app on iOS.

    Thank you

    thats what i thought at first so what i did is to try to reproduce to a fresh flutter project. when i ran, i got the same stack trace thats why i filed an issue.

    since i downgraded my flutter version im no longer getting the error…but let me try to upgrade once again to get the verbose

    I don’t know exactly what happened but my project now runs on both android and ios…however, on ios, the app kills when I try to log in using phone auth without sufficient stack trace to see why..I’m only getting this:

    [+153124 ms] Service protocol connection closed.
    [ ] Lost connection to device.
    [ +1 ms] DevFS: Deleting filesystem on the device
    (file:///Users/jober/Library/Developer/CoreSimulator/Devices/7E66540A-D3EB-467D-B8B6-D7DAFA9869E2/data/Containers/Data/Application/C96BC489-5F1C-4FB9-9E14-2DB8A000D39F/tmp/muraita_mainaqlBEQ/muraita_main/)
    [ +252 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
    [ +1 ms] «flutter run» took 269,806ms.
    [ +254 ms] ensureAnalyticsSent: 252ms
    [ +1 ms] Running shutdown hooks
    [ ] Shutdown hooks complete
    [ +1 ms] exiting with code 0

    this is the stack trace on real device every time i call FirebaseAuth.instance.verifyPhoneNumber()

    [GoRouter] getting location for name: «signin»
    [GoRouter] pushing /welcome/signin
    Can’t find keyplane that supports type 4 for keyboard iPhone-PortraitTruffle-NumberPad; using 27071_PortraitTruffle_iPhone-Simple-Pad_Default
    -[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa946589eeaa91a12
    *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[NSTaggedPointerString count]: unrecognized selector sent to instance 0xa946589eeaa91a12’
    *** First throw call stack:
    (0x19a669288 0x1b3399744 0x19a746fc0 0x19a5fde98 0x19a5fcf70 0x19a65abd0 0x111605cb8 0x111605c24 0x19a5fd898 0x19a5fcf70 0x1061c308c 0x19a2cee6c 0x19a2d0a30 0x19a2def48 0x19a2deb98 0x19a621800 0x19a5db704 0x19a5eebc8 0x1b675a374 0x19cf62b58 0x19cce4090 0x1045d17f0 0x1058f9da4)
    libc++abi: terminating with uncaught exception of type NSException

    • thread #1, queue = ‘com.apple.main-thread’, stop reason = signal SIGABRT
      frame #0: 0x00000001d210cb38 libsystem_kernel.dylib__pthread_kill + 8 libsystem_kernel.dylib:
      -> 0x1d210cb38 <+8>: b.lo 0x1d210cb58 ; <+40>
      0x1d210cb3c <+12>: pacibsp
      0x1d210cb40 <+16>: stp x29, x30, [sp, #-0x10]!
      0x1d210cb44 <+20>: mov x29, sp
      Target 0: (Runner) stopped.
      Lost connection to device.
      Exited

    what I’ve tried so far:

    flutter clean
    flutter pub get
    flutter pub cache repair

    deleted podfile, podfile.lock and Pods folder
    flutter run -v

    flutter create .
    flutter pub get
    flutter run -v

    all tried all of these steps but it didnt fix the problem.

    Hi @johnberang12, you should file an issue on the flutter_fire repo so that the issue with the FirebaseAuth can be addressed.

    Given that the issue initially reported is no longer reproducible, I will be closing this issue.

    If you do run into any more issues, kindly file a new one and provide the relevant information required to reproduce it.

    Thank you

    This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

    Я пытаюсь запустить приложение на эмуляторе Android, и он говорит, что INSTALL_FAILED_INSUFFICIENT_STORAGE], но когда я стираю данные с AVD, перезапускаю VS Code и пытаюсь снова, возникает ошибка sam. Я пытался сделать все решения, которые люди ранее публиковали в своих похожих проблемах, но решения не работают. Когда я использую Windows10 на своем ПК, у меня нет этой проблемы, но на моем Mackbook Air 2020 я сталкиваюсь с этим во всех проектах. P.S. Это новый проект (пустой шаблон).

    flutter run
    Using hardware rendering with device sdk gphone64 arm64. If you
    notice graphics artifacts, consider enabling software rendering
    with "--enable-software-rendering".
    Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
    Running Gradle task 'assembleDebug'...                             12.9s
    ✓  Built build/app/outputs/flutter-apk/app-debug.apk.
    Installing build/app/outputs/flutter-apk/app.apk...                689ms
    Error: ADB exited with exit code 1
    Performing Streamed Install
    
    adb: failed to install
    /Users/harunbegic/Desktop/dev/flutter/login_authh/build/app/outp
    uts/flutter-apk/app.apk: Failure
    [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    Error launching application on sdk gphone64 arm64. ```
    

    Recommend Projects

    • React photo

      React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo

      Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo

      Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo

      TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo

      Django

      The Web framework for perfectionists with deadlines.

    • Laravel photo

      Laravel

      A PHP framework for web artisans

    • D3 photo

      D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Visualization

      Some thing interesting about visualization, use data art

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo

      Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo

      Microsoft

      Open source projects and samples from Microsoft.

    • Google photo

      Google

      Google ❤️ Open Source for everyone.

    • Alibaba photo

      Alibaba

      Alibaba Open Source for everyone

    • D3 photo

      D3

      Data-Driven Documents codes.

    • Tencent photo

      Tencent

      China tencent open source team.

    Понравилась статья? Поделить с друзьями:
  • Error launching application on android sdk built for x86
  • Error launching application apple tv kinopub
  • Error launching app please reinstall from google play
  • Error launching activity что это
  • Error launcher installer что делать