Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Bug]: gif does not share from my flutter application this issue only in ios device #2847

Open
8 tasks done
hardikJoshi123 opened this issue Apr 18, 2024 · 0 comments
Open
8 tasks done
Labels
bug Something isn't working triage

Comments

@hardikJoshi123
Copy link

Platform

IOS

Plugin

share_plus

Version

^7.2.0

Flutter SDK

sdk: '>=3.1.0 <4.0.0'

Steps to reproduce

i have sharing gif file from my ios device receiver receive jpeg this issue only in IOS in android it's working fine

Code Sample

Share.shareFiles([_filePath],mimeTypes: ["image/gif"]);

Logs

[   +3 ms] executing: sw_vers -productName
[  +21 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +23 ms] Exit code 0 from: sw_vers -productVersion
[        ] 14.3
[        ] executing: sw_vers -buildVersion
[  +23 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 23D56
[        ] executing: uname -m
[  +15 ms] Exit code 0 from: uname -m
[        ] arm64
[  +31 ms] executing: sysctl hw.optional.arm64
[  +11 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[ +118 ms] executing: sysctl hw.optional.arm64
[  +28 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[        ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
[ +276 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
[        ] Xcode 15.2
           Build version 15C500b
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 5
[   +3 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' 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.
[  +19 ms] executing: /Users/iappstackdeveloper/Library/Android/sdk/platform-tools/adb devices -l
[        ] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2
[        ] /usr/bin/arch -arm64e xcrun simctl list devices booted iOS --json
[        ] executing: /usr/bin/arch -arm64e xcrun simctl list devices booted iOS --json
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun simctl list devices booted
[ +102 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list devices booted
[        ] == Devices ==
           -- iOS 17.2 --
[  +28 ms] List of devices attached
           5200d5c34e17c4e1       device usb:35717120X product:jackpot2ltexx model:SM_A730F device:jackpot2lte transport_id:1
[  +82 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.iOS-17-2" : [

               ]
             }
           }
[+2466 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,6",
                        "identifier" : "26263C0A-87BC-4665-B364-046BE5BF9051",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se3-1",
                        "modelName" : "iPhone SE (3rd generation)",
                        "name" : "iPhone SE (3rd generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "Macmini9,1",
                        "simulator" : false,
                        "modelName" : "Mac mini",
                        "operatingSystemVersion" : "14.3 (23D56)",
                        "identifier" : "00008103-001604C22E80801E",
                        "platform" : "com.apple.platform.macosx",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "My Mac",
                        "modelUTI" : "com.apple.macmini-2020"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,4",
                        "identifier" : "77C8FD20-398B-4B12-A0F0-3A4F73F07E1D",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-1",
                        "modelName" : "iPhone 15",
                        "name" : "iPhone 15",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,5",
                        "identifier" : "1E9C5B2D-5E19-4B8C-BB61-895C8F336AB5",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-plus-1",
                        "modelName" : "iPhone 15 Plus",
                        "name" : "iPhone 15 Plus",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,5",
                        "identifier" : "4DF12B33-5CBF-46BA-ACAC-32C3A999E62D",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-6th-1",
                        "modelName" : "iPad Pro (12.9-inch) (6th generation)",
                        "name" : "iPad Pro (12.9-inch) (6th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "F424A115-362A-4882-A477-DCB57ABAA9C2",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone15,4",
                        "simulator" : false,
                        "modelName" : "iPhone 15",
                        "operatingSystemVersion" : "17.4.1 (21E236)",
                        "identifier" : "00008120-001A34A00C12201E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "Hardik’s iPhone",
                        "modelUTI" : "com.apple.iphone-15-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,1",
                        "identifier" : "0BB4AE91-1D12-4FAC-9B8C-C38940F478CF",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-1",
                        "modelName" : "iPhone 15 Pro",
                        "name" : "iPhone 15 Pro",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,2",
                        "identifier" : "4625CC3A-BEB0-4F28-96EC-4729848CAC33",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-max-1",
                        "modelName" : "iPhone 15 Pro Max",
                        "name" : "iPhone 15 Pro Max",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,1",
                        "identifier" : "DB462AEB-23B9-4335-AF64-D235B92789C8",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-mini6-1",
                        "modelName" : "iPad mini (6th generation)",
                        "name" : "iPad mini (6th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,17",
                        "identifier" : "3A8E0C0C-D596-4BE5-8315-C420C719CAFA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air5-1",
                        "modelName" : "iPad Air (5th generation)",
                        "name" : "iPad Air (5th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,3",
                        "identifier" : "5FC3FE66-A9B4-4DC9-A577-A4B4F40D7B11",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-14-pro-max-1",
                        "modelName" : "iPhone 14 Pro Max",
                        "name" : "iPhone 14 Pro Max",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone8,2",
                        "simulator" : false,
                        "modelName" : "iPhone 6s Plus",
                        "operatingSystemVersion" : "15.3.1 (19D52)",
                        "identifier" : "28272cd96e2a72a0b2e8529b0e71cb23f5c25c29",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "iAppstack’s iPhone",
                        "modelUTI" : "com.apple.iphone-6s-plus-e1ccb7"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,18",
                        "identifier" : "CE8DD486-BD50-4BD7-A6A0-1305E3AA19FF",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-10-1",
                        "modelName" : "iPad (10th generation)",
                        "name" : "iPad (10th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,3",
                        "identifier" : "9F3418D7-EE05-482F-948E-C0B355B827D7",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-11-4th-1",
                        "modelName" : "iPad Pro (11-inch) (4th generation)",
                        "name" : "iPad Pro (11-inch) (4th generation)",
                        "ignored" : false
                      }
                    ]

                    2024-04-18 11:12:02.364 xcdevice[10097:74590]  DVTDeviceOperation: 00008120-001A34A00C12201E: skipping implicit preparation because autoConnectStyle == onDemand
                    2024-04-18 11:12:02.366 xcdevice[10097:74590]  DVTDeviceOperation: 00008120-001A34A00C12201E: skipping implicit preparation because autoConnectStyle == onDemand
                    2024-04-18 11:12:02.696 xcdevice[10097:74573] [MT] DVTDeviceOperation: Started makeReady: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_name" = makeReady;
                    }
                    2024-04-18 11:12:02.696 xcdevice[10097:74590]  DVTDeviceOperation: Started mountDDI: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_name" = mountDDI;
                    }
                    2024-04-18 11:12:02.696 xcdevice[10097:74590]  DVTDeviceOperation: Ended mountDDI: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_duration_ms" = 0;
                        "operation_name" = mountDDI;
                    }
                    2024-04-18 11:12:02.696 xcdevice[10097:74573] [MT] DVTDeviceOperation: Ended makeReady: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_duration_ms" = 0;
                        "operation_name" = makeReady;
                    }
[   +8 ms] executing: /usr/bin/arch -arm64e xcrun devicectl --version
[  +78 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun devicectl --version
[        ] 355.7.7
[   +1 ms] executing: /usr/bin/arch -arm64e xcrun devicectl list devices --timeout 5 --json-output
/var/folders/dx/882m1bg50kvd3jqvry9c6r180000gn/T/flutter_tools.5qx5BK/core_devices.rZQJOt/core_device_list.json
[+1091 ms] Devices:
                    Name              Hostname                                     Identifier                             State                Model                 
                    ---------------   ------------------------------------------   ------------------------------------   ------------------   ----------------------
                    Hardik’s iPhone   00008120-001A34A00C12201E.coredevice.local   2E8CD4F0-AD71-47E9-8814-8470E6514A2C   available (paired)   iPhone 15 (iPhone15,4)
[        ] {
             "info" : {
               "arguments" : [
                 "devicectl",
                 "list",
                 "devices",
                 "--timeout",
                 "5",
                 "--json-output",
                 "/var/folders/dx/882m1bg50kvd3jqvry9c6r180000gn/T/flutter_tools.5qx5BK/core_devices.rZQJOt/core_device_list.json"
               ],
               "commandType" : "devicectl.list.devices",
               "environment" : {
                 "TERM" : "xterm-256color"
               },
               "jsonVersion" : 2,
               "outcome" : "success",
               "version" : "355.7.7"
             },
             "result" : {
               "devices" : [
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
                       "name" : "Connect to Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
                       "name" : "Acquire Usage Assertion"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-04-17T08:29:53.403Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008120-001A34A00C12201E.coredevice.local",
                       "2E8CD4F0-AD71-47E9-8814-8470E6514A2C.coredevice.local"
                     ],
                     "transportType" : "localNetwork",
                     "tunnelState" : "disconnected",
                     "tunnelTransportProtocol" : "tcp"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-9DF38BA3962BCFD47EE671BEF4321CE497452C20B2CC95167CF15AFC632EDB4E",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Hardik’s iPhone",
                     "osBuildUpdate" : "21E236",
                     "osVersionNumber" : "17.4.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 7376211396403230,
                     "hardwareModel" : "D37AP",
                     "internalStorageCapacity" : 128000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 15",
                     "platform" : "iOS",
                     "productType" : "iPhone15,4",
                     "reality" : "physical",
                     "serialNumber" : "K6GW7C2TNQ",
                     "supportedCPUTypes" : [
                       {
                         "name" : "arm64e",
                         "subType" : 2,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64",
                         "subType" : 0,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64",
                         "subType" : 1,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64_32",
                         "subType" : 1,
                         "type" : 33554444
                       }
                     ],
                     "supportedDeviceFamilies" : [
                       1
                     ],
                     "thinningProductType" : "iPhone15,4",
                     "udid" : "00008120-001A34A00C12201E"
                   },
                   "identifier" : "2E8CD4F0-AD71-47E9-8814-8470E6514A2C",
                   "visibilityClass" : "default"
                 }
               ]
             }
           }

[  +12 ms] /Users/iappstackdeveloper/Library/Android/sdk/platform-tools/adb -s 5200d5c34e17c4e1 shell getprop
[ +121 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +38 ms] Connected devices:
[        ] ro.hardware = samsungexynos7885
[        ] ro.build.characteristics = phone
[  +27 ms] SM A730F (mobile)           • 5200d5c34e17c4e1                         • android-arm64  • Android 9 (API 28)
[        ] iAppstack’s iPhone (mobile) • 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29 • ios            • iOS 15.3.1 19D52
[        ] macOS (desktop)             • macos                                    • darwin-arm64   • macOS 14.3 23D56 darwin-arm64
[        ] Chrome (web)                • chrome                                   • web-javascript • Google Chrome 124.0.6367.61
[        ] Checking for wireless devices...
[        ] [1]: SM A730F (5200d5c34e17c4e1)
[        ] [2]: iAppstack’s iPhone (28272cd96e2a72a0b2e8529b0e71cb23f5c25c29)
[        ] [3]: macOS (macos)
[        ] [4]: Chrome (chrome)
[        ] Please choose one (or "q" to quit)
[        ] : 
[+1614 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,6",
                        "identifier" : "26263C0A-87BC-4665-B364-046BE5BF9051",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se3-1",
                        "modelName" : "iPhone SE (3rd generation)",
                        "name" : "iPhone SE (3rd generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "Macmini9,1",
                        "simulator" : false,
                        "modelName" : "Mac mini",
                        "operatingSystemVersion" : "14.3 (23D56)",
                        "identifier" : "00008103-001604C22E80801E",
                        "platform" : "com.apple.platform.macosx",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "My Mac",
                        "modelUTI" : "com.apple.macmini-2020"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,4",
                        "identifier" : "77C8FD20-398B-4B12-A0F0-3A4F73F07E1D",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-1",
                        "modelName" : "iPhone 15",
                        "name" : "iPhone 15",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,5",
                        "identifier" : "1E9C5B2D-5E19-4B8C-BB61-895C8F336AB5",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-plus-1",
                        "modelName" : "iPhone 15 Plus",
                        "name" : "iPhone 15 Plus",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,5",
                        "identifier" : "4DF12B33-5CBF-46BA-ACAC-32C3A999E62D",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-6th-1",
                        "modelName" : "iPad Pro (12.9-inch) (6th generation)",
                        "name" : "iPad Pro (12.9-inch) (6th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "F424A115-362A-4882-A477-DCB57ABAA9C2",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone15,4",
                        "simulator" : false,
                        "modelName" : "iPhone 15",
                        "operatingSystemVersion" : "17.4.1 (21E236)",
                        "identifier" : "00008120-001A34A00C12201E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "Hardik’s iPhone",
                        "modelUTI" : "com.apple.iphone-15-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,1",
                        "identifier" : "0BB4AE91-1D12-4FAC-9B8C-C38940F478CF",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-1",
                        "modelName" : "iPhone 15 Pro",
                        "name" : "iPhone 15 Pro",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,2",
                        "identifier" : "4625CC3A-BEB0-4F28-96EC-4729848CAC33",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-max-1",
                        "modelName" : "iPhone 15 Pro Max",
                        "name" : "iPhone 15 Pro Max",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,1",
                        "identifier" : "DB462AEB-23B9-4335-AF64-D235B92789C8",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-mini6-1",
                        "modelName" : "iPad mini (6th generation)",
                        "name" : "iPad mini (6th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,17",
                        "identifier" : "3A8E0C0C-D596-4BE5-8315-C420C719CAFA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air5-1",
                        "modelName" : "iPad Air (5th generation)",
                        "name" : "iPad Air (5th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,3",
                        "identifier" : "5FC3FE66-A9B4-4DC9-A577-A4B4F40D7B11",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-14-pro-max-1",
                        "modelName" : "iPhone 14 Pro Max",
                        "name" : "iPhone 14 Pro Max",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone8,2",
                        "simulator" : false,
                        "modelName" : "iPhone 6s Plus",
                        "operatingSystemVersion" : "15.3.1 (19D52)",
                        "identifier" : "28272cd96e2a72a0b2e8529b0e71cb23f5c25c29",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "iAppstack’s iPhone",
                        "modelUTI" : "com.apple.iphone-6s-plus-e1ccb7"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,18",
                        "identifier" : "CE8DD486-BD50-4BD7-A6A0-1305E3AA19FF",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-10-1",
                        "modelName" : "iPad (10th generation)",
                        "name" : "iPad (10th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,3",
                        "identifier" : "9F3418D7-EE05-482F-948E-C0B355B827D7",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-pro-11-4th-1",
                        "modelName" : "iPad Pro (11-inch) (4th generation)",
                        "name" : "iPad Pro (11-inch) (4th generation)",
                        "ignored" : false
                      }
                    ]

                    2024-04-18 11:12:02.364 xcdevice[10094:74603]  DVTDeviceOperation: 00008120-001A34A00C12201E: skipping implicit preparation because autoConnectStyle == onDemand
                    2024-04-18 11:12:02.365 xcdevice[10094:74603]  DVTDeviceOperation: 00008120-001A34A00C12201E: skipping implicit preparation because autoConnectStyle == onDemand
                    2024-04-18 11:12:02.699 xcdevice[10094:74565] [MT] DVTDeviceOperation: Started makeReady: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_name" = makeReady;
                    }
                    2024-04-18 11:12:02.699 xcdevice[10094:74584]  DVTDeviceOperation: Started mountDDI: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_name" = mountDDI;
                    }
                    2024-04-18 11:12:02.699 xcdevice[10094:74584]  DVTDeviceOperation: Ended mountDDI: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_duration_ms" = 0;
                        "operation_name" = mountDDI;
                    }
                    2024-04-18 11:12:02.699 xcdevice[10094:74565] [MT] DVTDeviceOperation: Ended makeReady: {
                        "device_identifier" = 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29;
                        "device_model" = "iPhone8,2";
                        "device_osBuild" = "15.3.1 (19D52)";
                        "device_platform" = "com.apple.platform.iphoneos";
                        "device_thinningType" = "iPhone8,2";
                        "dvt_coredevice_version" = "355.7.7";
                        "dvt_mobiledevice_version" = "1643.60.2";
                        "operation_duration_ms" = 0;
                        "operation_name" = makeReady;
                    }
[  +10 ms] executing: /usr/bin/arch -arm64e xcrun devicectl list devices --timeout 5 --json-output
/var/folders/dx/882m1bg50kvd3jqvry9c6r180000gn/T/flutter_tools.5qx5BK/core_devices.gbTN1n/core_device_list.json
[+1094 ms] Devices:
                    Name              Hostname                                     Identifier                             State                Model                 
                    ---------------   ------------------------------------------   ------------------------------------   ------------------   ----------------------
                    Hardik’s iPhone   00008120-001A34A00C12201E.coredevice.local   2E8CD4F0-AD71-47E9-8814-8470E6514A2C   available (paired)   iPhone 15 (iPhone15,4)
[        ] {
             "info" : {
               "arguments" : [
                 "devicectl",
                 "list",
                 "devices",
                 "--timeout",
                 "5",
                 "--json-output",
                 "/var/folders/dx/882m1bg50kvd3jqvry9c6r180000gn/T/flutter_tools.5qx5BK/core_devices.gbTN1n/core_device_list.json"
               ],
               "commandType" : "devicectl.list.devices",
               "environment" : {
                 "TERM" : "xterm-256color"
               },
               "jsonVersion" : 2,
               "outcome" : "success",
               "version" : "355.7.7"
             },
             "result" : {
               "devices" : [
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
                       "name" : "Acquire Usage Assertion"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
                       "name" : "Connect to Device"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-04-17T08:29:53.403Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008120-001A34A00C12201E.coredevice.local",
                       "2E8CD4F0-AD71-47E9-8814-8470E6514A2C.coredevice.local"
                     ],
                     "transportType" : "localNetwork",
                     "tunnelState" : "disconnected",
                     "tunnelTransportProtocol" : "tcp"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-9DF38BA3962BCFD47EE671BEF4321CE497452C20B2CC95167CF15AFC632EDB4E",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Hardik’s iPhone",
                     "osBuildUpdate" : "21E236",
                     "osVersionNumber" : "17.4.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 7376211396403230,
                     "hardwareModel" : "D37AP",
                     "internalStorageCapacity" : 128000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 15",
                     "platform" : "iOS",
                     "productType" : "iPhone15,4",
                     "reality" : "physical",
                     "serialNumber" : "K6GW7C2TNQ",
                     "supportedCPUTypes" : [
                       {
                         "name" : "arm64e",
                         "subType" : 2,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64",
                         "subType" : 0,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64",
                         "subType" : 1,
                         "type" : 16777228
                       },
                       {
                         "name" : "arm64_32",
                         "subType" : 1,
                         "type" : 33554444
                       }
                     ],
                     "supportedDeviceFamilies" : [
                       1
                     ],
                     "thinningProductType" : "iPhone15,4",
                     "udid" : "00008120-001A34A00C12201E"
                   },
                   "identifier" : "2E8CD4F0-AD71-47E9-8814-8470E6514A2C",
                   "visibilityClass" : "default"
                 }
               ]
             }
           }

[   +7 ms] Connected devices:
[        ] SM A730F (mobile)           • 5200d5c34e17c4e1                         • android-arm64  • Android 9 (API 28)
[        ] iAppstack’s iPhone (mobile) • 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29 • ios            • iOS 15.3.1 19D52
[        ] macOS (desktop)             • macos                                    • darwin-arm64   • macOS 14.3 23D56 darwin-arm64
[        ] Chrome (web)                • chrome                                   • web-javascript • Google Chrome 124.0.6367.61
[        ] Wirelessly connected devices:
[        ] Hardik’s iPhone (mobile) • 00008120-001A34A00C12201E • ios • iOS 17.4.1 21E236
[        ] [1]: SM A730F (5200d5c34e17c4e1)
[        ] [2]: iAppstack’s iPhone (28272cd96e2a72a0b2e8529b0e71cb23f5c25c29)
[        ] [3]: macOS (macos)
[        ] [4]: Chrome (chrome)
[        ] [5]: Hardik’s iPhone (00008120-001A34A00C12201E)
[        ] Please choose one (or "q" to quit):

Flutter Doctor

[✓] Flutter (Channel stable, 3.13.1, on macOS 14.3 23D56 darwin-arm64, locale en-GB)
    • Flutter version 3.13.1 on channel stable at /Users/iappstackdeveloper/Documents/flutter_sdk/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e1e47221e8 (8 months ago), 2023-08-22 21:43:18 -0700
    • Engine revision b20183e040
    • Dart version 3.1.0
    • DevTools version 2.25.0

[!] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at /Users/iappstackdeveloper/Library/Android/sdk
    • Platform android-34, build-tools 33.0.1
    • ANDROID_HOME = /Users/iappstackdeveloper/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses

[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15C500b
    • CocoaPods version 1.15.0

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

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

[✓] VS Code (version 1.73.1)
    • VS Code at /Users/iappstackdeveloper/Downloads/Visual Studio Code.app/Contents
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (5 available)
    • SM A730F (mobile)           • 5200d5c34e17c4e1                         • android-arm64  • Android 9 (API 28)
    • Hardik’s iPhone (mobile)    • 00008120-001A34A00C12201E                • ios            • iOS 17.4.1 21E236
    • iAppstack’s iPhone (mobile) • 28272cd96e2a72a0b2e8529b0e71cb23f5c25c29 • ios            • iOS 15.3.1 19D52
    • macOS (desktop)             • macos                                    • darwin-arm64   • macOS 14.3 23D56 darwin-arm64
    • Chrome (web)                • chrome                                   • web-javascript • Google Chrome 124.0.6367.61

[✓] Network resources
    • All expected network resources are available.

Checklist before submitting a bug

  • I searched issues in this repository and couldn't find such bug/problem
  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I'm using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project
@hardikJoshi123 hardikJoshi123 added bug Something isn't working triage labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant