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]: How to Prevent Sharing Apps (e.g., Gmail) from Opening Inside My Android App? #3370

Open
8 tasks done
priyaji1 opened this issue Nov 26, 2024 · 0 comments
Open
8 tasks done
Labels
bug Something isn't working triage

Comments

@priyaji1
Copy link

Platform

Android 13

Plugin

share_plus

Version

10.1.2

Flutter SDK

3.22.3

Steps to reproduce

when I share the content, the selected app opens within my app's instance instead of launching independently.

This is causing an unintended user experience where Gmail or other sharing apps appear as part of my app. can you help me to resolve this issue?

Code Sample

No response

Logs

[   +5 ms] executing: sw_vers -productName
[  +24 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +18 ms] Exit code 0 from: sw_vers -productVersion
[        ] 14.7
[        ] executing: sw_vers -buildVersion
[  +14 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 23H124
[        ] executing: uname -m
[   +3 ms] Exit code 0 from: uname -m
[        ] arm64
[   +5 ms] executing: sysctl hw.optional.arm64
[   +5 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[  +90 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[        ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
[ +185 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
[   +1 ms] Xcode 15.3
           Build version 15E204a
[   +2 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 5
[   +7 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.
[   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +46 ms] executing: /Users/mobcoderid-256/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
[   +2 ms] executing: /usr/bin/arch -arm64e xcrun simctl list devices booted
[ +176 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list devices booted
[        ] == Devices ==
           -- iOS 17.2 --
               iPhone SE (3rd generation) (C9A56A83-440C-49F5-A954-37D0215D48C3) (Booted) 
           -- iOS 17.4 --
[  +52 ms] List of devices attached
           09291JEC232159         device usb:1048576X product:sunfish model:Pixel_4a device:sunfish transport_id:120
[ +166 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.iOS-17-4" : [

                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-17-2" : [
                          {
                            "lastBootedAt" : "2024-11-26T06:31:26Z",
                            "dataPath" : "\/Users\/mobcoderid-256\/Library\/Developer\/CoreSimulator\/Devices\/C9A56A83-440C-49F5-A954-37D0215D48C3\/data",
                            "dataPathSize" : 1780137984,
                            "logPath" : "\/Users\/mobcoderid-256\/Library\/Logs\/CoreSimulator\/C9A56A83-440C-49F5-A954-37D0215D48C3",
                            "udid" : "C9A56A83-440C-49F5-A954-37D0215D48C3",
                            "isAvailable" : true,
                            "logPathSize" : 180224,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
                            "state" : "Booted",
                            "name" : "iPhone SE (3rd generation)"
                          }
                        ]
                      }
                    }
[+3209 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,5",
                        "identifier" : "AD28ADD6-6E1E-4170-ABE7-3368A46B05E5",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-plus-1",
                        "modelName" : "iPhone 15 Plus",
                        "name" : "iPhone 15 Plus",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,1",
                        "identifier" : "F0E16607-1E0E-4552-A83A-158EAC720252",
                        "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" : "iPad14,1",
                        "identifier" : "8CFB8B2C-4B97-470D-A17C-99710FF87F19",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-mini6-1",
                        "modelName" : "iPad mini (6th generation)",
                        "name" : "iPad mini (6th generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "Mac14,7",
                        "simulator" : false,
                        "modelName" : "MacBook Pro",
                        "operatingSystemVersion" : "14.7 (23H124)",
                        "identifier" : "00008112-000A55902623C01E",
                        "platform" : "com.apple.platform.macosx",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "My Mac",
                        "modelUTI" : "com.apple.macbookpro-13-2022"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,3",
                        "identifier" : "D06672CC-1B37-499E-993B-D80E7CDECF3B",
                        "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
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,5",
                        "identifier" : "0ADA5C40-BA35-4C0E-B9AB-CF26C17C32FA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-plus-1",
                        "modelName" : "iPhone 15 Plus",
                        "name" : "iPhone 15 Plus",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone14,6",
                        "identifier" : "37352BBB-2149-41A3-AD24-CDE7D2C31719",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se3-1",
                        "modelName" : "iPhone SE (3rd generation)",
                        "name" : "iPhone SE (3rd generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone11,6",
                        "simulator" : false,
                        "modelName" : "iPhone XS Max",
                        "operatingSystemVersion" : "17.6.1 (21G93)",
                        "identifier" : "00008020-000154681E41002E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "Mobcoder’s iPhone (4) Xs max",
                        "modelUTI" : "com.apple.iphone-xs-max-1"
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone14,4",
                        "simulator" : false,
                        "modelName" : "iPhone 13 mini",
                        "operatingSystemVersion" : "17.6.1 (21G93)",
                        "identifier" : "00008110-000649C21401801E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "iPhone 13 mini",
                        "modelUTI" : "com.apple.iphone-13-mini-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,17",
                        "identifier" : "50D9AAC8-1043-499A-ACF4-DD6305E67CEA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air5-1",
                        "modelName" : "iPad Air (5th generation)",
                        "name" : "iPad Air (5th generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,1",
                        "identifier" : "52A162FA-A33F-447E-9E95-3A6074430A25",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-1",
                        "modelName" : "iPhone 15 Pro",
                        "name" : "iPhone 15 Pro",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone11,8",
                        "simulator" : false,
                        "modelName" : "iPhone XR",
                        "error" : {
                          "code" : -27,
                          "failureReason" : "",
                          "description" : "Browsing on the local area network for Mobcoder’s iPhone (3)",
                          "recoverySuggestion" : "Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.\nThe
                          device must be opted into Developer Mode to connect wirelessly.",
                          "domain" : "com.apple.dt.deviceprep"
                        },
                        "operatingSystemVersion" : "17.3.1 (21D61)",
                        "identifier" : "00008020-00122D5202F3002E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : false,
                        "name" : "Mobcoder’s iPhone (3)",
                        "modelUTI" : "com.apple.iphone-xr-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,3",
                        "identifier" : "E1CFA51C-058F-4F5C-A03F-A12BF1982620",
                        "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
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad14,5",
                        "identifier" : "32CF892F-3324-4647-8479-BC7F25549D37",
                        "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
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone12,3",
                        "simulator" : false,
                        "modelName" : "iPhone 11 Pro",
                        "error" : {
                          "code" : -27,
                          "failureReason" : "",
                          "description" : "Browsing on the local area network for Mobcoder ID-256’s iPhone",
                          "recoverySuggestion" : "Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.\nThe
                          device must be opted into Developer Mode to connect wirelessly.",
                          "domain" : "com.apple.dt.deviceprep"
                        },
                        "operatingSystemVersion" : "17.3.1 (21D61)",
                        "identifier" : "00008030-001305C03ED8802E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : false,
                        "name" : "Mobcoder ID-256’s iPhone",
                        "modelUTI" : "com.apple.iphone-11-pro-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,1",
                        "identifier" : "105E426F-07A2-48C2-A8B9-689AD4B79E74",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-pro-1",
                        "modelName" : "iPhone 15 Pro",
                        "name" : "iPhone 15 Pro",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,18",
                        "identifier" : "13D6F021-C858-420B-9502-20EFEC280EFA",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-10-1",
                        "modelName" : "iPad (10th generation)",
                        "name" : "iPad (10th generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone15,4",
                        "simulator" : false,
                        "modelName" : "iPhone 15",
                        "error" : {
                          "code" : -27,
                          "failureReason" : "",
                          "description" : "Browsing on the local area network for Mobcoder ID-230’s iPhone",
                          "recoverySuggestion" : "Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.\nThe
                          device must be opted into Developer Mode to connect wirelessly.",
                          "domain" : "com.apple.dt.deviceprep"
                        },
                        "operatingSystemVersion" : "17.6.1 (21G93)",
                        "identifier" : "00008120-001E6DDE3EE1A01E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : false,
                        "name" : "Mobcoder ID-230’s iPhone",
                        "modelUTI" : "com.apple.iphone-15-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,2",
                        "identifier" : "F2ECC690-97AE-4DFB-919D-B45022DA317D",
                        "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,5",
                        "identifier" : "8CD41020-86F4-45E8-99E5-27DD70B368CA",
                        "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" : "iPhone14,6",
                        "identifier" : "C9A56A83-440C-49F5-A954-37D0215D48C3",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-se3-1",
                        "modelName" : "iPhone SE (3rd generation)",
                        "name" : "iPhone SE (3rd generation)",
                        "ignored" : false
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone16,2",
                        "identifier" : "DEA8A559-77C5-4BC0-BCBB-2DB70951FAEA",
                        "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.4 (21E213)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,4",
                        "identifier" : "7D5F9745-66F6-4512-AFBB-4A3E90BA7CEC",
                        "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" : "iPad13,18",
                        "identifier" : "96CD8C3C-06B3-432E-93C4-9C32360AA33B",
                        "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" : "iPad13,17",
                        "identifier" : "84F4C6D5-521E-4E38-91FE-5341C2D6E871",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air5-1",
                        "modelName" : "iPad Air (5th generation)",
                        "name" : "iPad Air (5th generation)",
                        "ignored" : false
                      },
                      {
                        "ignored" : false,
                        "modelCode" : "iPhone11,8",
                        "simulator" : false,
                        "modelName" : "iPhone XR",
                        "operatingSystemVersion" : "18.0 (22A3354)",
                        "identifier" : "00008020-001468913E43002E",
                        "platform" : "com.apple.platform.iphoneos",
                        "architecture" : "arm64e",
                        "interface" : "usb",
                        "available" : true,
                        "name" : "Mobcoder’s iPhone XR",
                        "modelUTI" : "com.apple.iphone-xr-1"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "17.2 (21C62)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone15,4",
                        "identifier" : "C6FF5C44-A71F-4652-BD54-0B290A784B14",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.iphone-15-1",
                        "modelName" : "iPhone 15",
                        "name" : "iPhone 15",
                        "ignored" : false
                      }
                    ]

                    2024-11-26 16:11:25.713 xcdevice[31959:15761724]  DVTDeviceOperation: 00008110-000649C21401801E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.717 xcdevice[31959:15761724]  DVTDeviceOperation: 00008110-000649C21401801E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.717 xcdevice[31959:15761724]  DVTDeviceOperation: 00008030-001305C03ED8802E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.717 xcdevice[31959:15761724]  DVTDeviceOperation: 00008030-001305C03ED8802E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.723 xcdevice[31959:15761734]  DVTDeviceOperation: 00008020-001468913E43002E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.723 xcdevice[31959:15761724]  DVTDeviceOperation: 00008020-00122D5202F3002E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.723 xcdevice[31959:15761724]  DVTDeviceOperation: 00008020-00122D5202F3002E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.723 xcdevice[31959:15761734]  DVTDeviceOperation: 00008020-001468913E43002E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.723 xcdevice[31959:15761733]  DVTDeviceOperation: 00008020-000154681E41002E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.724 xcdevice[31959:15761733]  DVTDeviceOperation: 00008020-000154681E41002E: skipping implicit preparation because autoConnectStyle
                    == onDemand
                    2024-11-26 16:11:25.725 xcdevice[31959:15761734]  DVTDeviceOperation: 00008030-000E110E3478802E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.725 xcdevice[31959:15761734]  DVTDeviceOperation: 00008030-000E110E3478802E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.726 xcdevice[31959:15761724]  DVTDeviceOperation: 00008120-001E6DDE3EE1A01E: skipping implicit preparation because autoConnectStyle
                    == ignored
                    2024-11-26 16:11:25.726 xcdevice[31959:15761724]  DVTDeviceOperation: 00008120-001E6DDE3EE1A01E: skipping implicit preparation because autoConnectStyle
                    == ignored
[  +23 ms] executing: /usr/bin/arch -arm64e xcrun devicectl --version
[  +99 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun devicectl --version
[        ] 355.24
[   +3 ms] executing: /usr/bin/arch -arm64e xcrun devicectl list devices --timeout 5 --json-output
/var/folders/f9/tctm7hhs68jds542hxx246x40000gn/T/flutter_tools.6nHzDt/core_devices.1bsPR5/core_device_list.json
[+1086 ms] Devices:
                    Name                           Hostname                                     Identifier                             State                Model

                    ----------------------------   ------------------------------------------   ------------------------------------   ------------------
                    ---------------------------
                    Mobcoder ID-230’s iPhone       00008120-001E6DDE3EE1A01E.coredevice.local   7DA044E2-FA54-4B6D-8FBB-F6C2757E6621   unavailable          iPhone 15
                    (iPhone15,4)
                    Mobcoder ID-256’s iPhone       00008030-001305C03ED8802E.coredevice.local   B195480B-655F-413C-832E-31A6374A3D55   unavailable          iPhone 11 Pro
                    (iPhone12,3)
                    Mobcoder’s iPhone (3)          00008020-00122D5202F3002E.coredevice.local   764590F4-B582-40CE-8449-E1AF31A59420   unavailable          iPhone XR
                    (iPhone11,8)
                    Mobcoder’s iPhone (4) Xs max   00008020-000154681E41002E.coredevice.local   38B02741-8F34-450D-BFE7-5CF467F673CD   available (paired)   iPhone XS Max
                    (iPhone11,6)
                    Mobcoder’s iPhone XR           00008020-001468913E43002E.coredevice.local   826E77D5-C007-4F56-B3EE-7D856C62D096   available (paired)   iPhone XR
                    (iPhone11,8)
                    iPhone (5)                     00008030-000E110E3478802E.coredevice.local   96B08DF9-4447-4349-A187-D44DE79D227B   unavailable          iPhone 11 Pro
                    (iPhone12,3)
                    iPhone 13 mini                 00008110-000649C21401801E.coredevice.local   3E901488-33B6-463A-8B68-A194C563646E   available (paired)   iPhone 13 mini
                    (iPhone14,4)
[   +2 ms] {
             "info" : {
               "arguments" : [
                 "devicectl",
                 "list",
                 "devices",
                 "--timeout",
                 "5",
                 "--json-output",
                 "/var/folders/f9/tctm7hhs68jds542hxx246x40000gn/T/flutter_tools.6nHzDt/core_devices.1bsPR5/core_device_list.json"
               ],
               "commandType" : "devicectl.list.devices",
               "environment" : {
                 "TERM" : "xterm-256color"
               },
               "jsonVersion" : 2,
               "outcome" : "success",
               "version" : "355.24"
             },
             "result" : {
               "devices" : [
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-11-15T15:51:20.136Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008120-001E6DDE3EE1A01E.coredevice.local",
                       "7DA044E2-FA54-4B6D-8FBB-F6C2757E6621.coredevice.local"
                     ],
                     "tunnelState" : "unavailable"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-D18C7B533B3B8FF9F7214894CCD4D5953BFCCA234D2E443A3FCE4C8032D02DCF",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Mobcoder ID-230’s iPhone",
                     "osBuildUpdate" : "21G93",
                     "osVersionNumber" : "17.6.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 8565050606460958,
                     "hardwareModel" : "D37AP",
                     "internalStorageCapacity" : 128000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 15",
                     "platform" : "iOS",
                     "productType" : "iPhone15,4",
                     "reality" : "physical",
                     "serialNumber" : "C74Q4621J2",
                     "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-001E6DDE3EE1A01E"
                   },
                   "identifier" : "7DA044E2-FA54-4B6D-8FBB-F6C2757E6621",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-02-16T11:39:42.702Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008030-001305C03ED8802E.coredevice.local",
                       "B195480B-655F-413C-832E-31A6374A3D55.coredevice.local"
                     ],
                     "tunnelState" : "unavailable"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-99EF9F530080E8488DB5498872E0B896DF7E0F93D2C152EA995AB585161EE7A3C03265EC36F57A171ADCEE0FFD659BC3",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Mobcoder ID-256’s iPhone",
                     "osBuildUpdate" : "21D61",
                     "osVersionNumber" : "17.3.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 5354347803738158,
                     "hardwareModel" : "D421AP",
                     "internalStorageCapacity" : 64000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 11 Pro",
                     "platform" : "iOS",
                     "productType" : "iPhone12,3",
                     "reality" : "physical",
                     "serialNumber" : "F18ZJSQ8N6Y5",
                     "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" : "iPhone12,3",
                     "udid" : "00008030-001305C03ED8802E"
                   },
                   "identifier" : "B195480B-655F-413C-832E-31A6374A3D55",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-11-21T09:11:43.315Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008020-00122D5202F3002E.coredevice.local",
                       "764590F4-B582-40CE-8449-E1AF31A59420.coredevice.local"
                     ],
                     "tunnelState" : "unavailable"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-C34E763057421319CBF7672D2DCE14888F882E56516EB6B715CD0CDD84F1A6274467FF35340A9B42084AB114290A04CA",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Mobcoder’s iPhone (3)",
                     "osBuildUpdate" : "21D61",
                     "osVersionNumber" : "17.3.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 5116379840839726,
                     "hardwareModel" : "N841AP",
                     "internalStorageCapacity" : 64000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone XR",
                     "platform" : "iOS",
                     "productType" : "iPhone11,8",
                     "reality" : "physical",
                     "serialNumber" : "GV4ZT442KXK2",
                     "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" : "iPhone11,8",
                     "udid" : "00008020-00122D5202F3002E"
                   },
                   "identifier" : "764590F4-B582-40CE-8449-E1AF31A59420",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
                       "name" : "Connect to Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
                       "name" : "Acquire Usage Assertion"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-10-08T06:09:56.974Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008020-000154681E41002E.coredevice.local",
                       "38B02741-8F34-450D-BFE7-5CF467F673CD.coredevice.local"
                     ],
                     "transportType" : "localNetwork",
                     "tunnelState" : "disconnected",
                     "tunnelTransportProtocol" : "tcp"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-BA24BE95960649C6584486A6AA1376943E396762D19E24278704C22AB010AC78",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Mobcoder’s iPhone (4) Xs max",
                     "osBuildUpdate" : "21G93",
                     "osVersionNumber" : "17.6.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 374281137618990,
                     "hardwareModel" : "D331pAP",
                     "internalStorageCapacity" : 64000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone XS Max",
                     "platform" : "iOS",
                     "productType" : "iPhone11,6",
                     "reality" : "physical",
                     "serialNumber" : "FFMY50V0KPHC",
                     "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" : "iPhone11,6",
                     "udid" : "00008020-000154681E41002E"
                   },
                   "identifier" : "38B02741-8F34-450D-BFE7-5CF467F673CD",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
                       "name" : "Connect to Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
                       "name" : "Acquire Usage Assertion"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-11-25T12:14:47.440Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008020-001468913E43002E.coredevice.local",
                       "826E77D5-C007-4F56-B3EE-7D856C62D096.coredevice.local"
                     ],
                     "transportType" : "localNetwork",
                     "tunnelState" : "disconnected",
                     "tunnelTransportProtocol" : "tcp"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-A3A782E8137832C975E20AFF165EE4DA5AD9CEF536BC571F7C7A0F496B1363C9",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "Mobcoder’s iPhone XR",
                     "osBuildUpdate" : "22A3354",
                     "osVersionNumber" : "18.0",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 5744472558338094,
                     "hardwareModel" : "N841AP",
                     "internalStorageCapacity" : 128000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone XR",
                     "platform" : "iOS",
                     "productType" : "iPhone11,8",
                     "reality" : "physical",
                     "serialNumber" : "GV4DF0B3KXK8",
                     "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" : "iPhone11,8",
                     "udid" : "00008020-001468913E43002E"
                   },
                   "identifier" : "826E77D5-C007-4F56-B3EE-7D856C62D096",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-01-25T09:45:08.113Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008030-000E110E3478802E.coredevice.local",
                       "96B08DF9-4447-4349-A187-D44DE79D227B.coredevice.local"
                     ],
                     "tunnelState" : "unavailable"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-BCA7732F079241E29F0CDD1EC340DC61A1BE489260BC23453411DF3664DEE75A1835E791B92053FF996F3F7DC51D0BA9",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "iPhone (5)",
                     "osBuildUpdate" : "21C66",
                     "osVersionNumber" : "17.2.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 3959402381475886,
                     "hardwareModel" : "D421AP",
                     "internalStorageCapacity" : 64000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 11 Pro",
                     "platform" : "iOS",
                     "productType" : "iPhone12,3",
                     "reality" : "physical",
                     "serialNumber" : "F17ZM8GGN6Y3",
                     "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" : "iPhone12,3",
                     "udid" : "00008030-000E110E3478802E"
                   },
                   "identifier" : "96B08DF9-4447-4349-A187-D44DE79D227B",
                   "visibilityClass" : "default"
                 },
                 {
                   "capabilities" : [
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
                       "name" : "Connect to Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
                       "name" : "Unpair Device"
                     },
                     {
                       "featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
                       "name" : "Acquire Usage Assertion"
                     }
                   ],
                   "connectionProperties" : {
                     "authenticationType" : "manualPairing",
                     "isMobileDeviceOnly" : false,
                     "lastConnectionDate" : "2024-11-22T11:48:47.396Z",
                     "pairingState" : "paired",
                     "potentialHostnames" : [
                       "00008110-000649C21401801E.coredevice.local",
                       "3E901488-33B6-463A-8B68-A194C563646E.coredevice.local"
                     ],
                     "transportType" : "localNetwork",
                     "tunnelState" : "disconnected",
                     "tunnelTransportProtocol" : "tcp"
                   },
                   "deviceProperties" : {
                     "bootedFromSnapshot" : true,
                     "bootedSnapshotName" : "com.apple.os.update-B0A267A5A250689548BDDCFFFBD24D4DC39431D4496DB7E6E37AE1EA932F7EB1",
                     "ddiServicesAvailable" : false,
                     "developerModeStatus" : "enabled",
                     "hasInternalOSBuild" : false,
                     "name" : "iPhone 13 mini",
                     "osBuildUpdate" : "21G93",
                     "osVersionNumber" : "17.6.1",
                     "rootFileSystemIsWritable" : false
                   },
                   "hardwareProperties" : {
                     "cpuType" : {
                       "name" : "arm64e",
                       "subType" : 2,
                       "type" : 16777228
                     },
                     "deviceType" : "iPhone",
                     "ecid" : 1769947768389662,
                     "hardwareModel" : "D16AP",
                     "internalStorageCapacity" : 128000000000,
                     "isProductionFused" : true,
                     "marketingName" : "iPhone 13 mini",
                     "platform" : "iOS",
                     "productType" : "iPhone14,4",
                     "reality" : "physical",
                     "serialNumber" : "D4XN2D2VR9",
                     "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" : "iPhone14,4",
                     "udid" : "00008110-000649C21401801E"
                   },
                   "identifier" : "3E901488-33B6-463A-8B68-A194C563646E",
                   "visibilityClass" : "default"
                 }
               ]
             }
           }

[  +18 ms] Error: Browsing on the local area network for Mobcoder’s iPhone (3). Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
           The device must be opted into Developer Mode to connect wirelessly. (code -27)
[        ] Error: Browsing on the local area network for Mobcoder ID-256’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
           The device must be opted into Developer Mode to connect wirelessly. (code -27)
[        ] Error: Browsing on the local area network for Mobcoder ID-230’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
           The device must be opted into Developer Mode to connect wirelessly. (code -27)
[   +2 ms] /Users/mobcoderid-256/Library/Android/sdk/platform-tools/adb -s 09291JEC232159 shell getprop
[  +50 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +5 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.
[  +21 ms] "flutter run" took 5,205ms.
[  +63 ms] Target file "lib/main.dart" not found.
[   +1 ms] 
           #0      FlutterCommand.validateCommand (package:flutter_tools/src/runner/flutter_command.dart:1842:9)
           #1      RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:603:19)
           #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1696:11)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1394:27)
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:372:9)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:308:5)
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:130:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:93:3)
           <asynchronous suspension>
           
           
[ +292 ms] ensureAnalyticsSent: 223ms
[        ] Running 1 shutdown hook
[        ] Shutdown hooks complete
[  +87 ms] exiting with code 1

Flutter Doctor

[✓] Android Studio (version 2023.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 17.0.9+0-17.0.9b1087.7-11185874)

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

[✓] Connected device (8 available)
    • Pixel 4a (mobile)                     • 09291JEC232159                       • android-arm64  • Android 13 (API 33)
    • Mobcoder’s iPhone (4) Xs max (mobile) • 00008020-000154681E41002E            • ios            • iOS 17.6.1 21G93
    • iPhone 13 mini (mobile)               • 00008110-000649C21401801E            • ios            • iOS 17.6.1 21G93
    • Mobcoder’s iPhone XR (mobile)         • 00008020-001468913E43002E            • ios            • iOS 18.0 22A3354
    • iPhone SE (3rd generation) (mobile)   • C9A56A83-440C-49F5-A954-37D0215D48C3 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-2 (simulator)
    • macOS (desktop)
                       • macos                                • darwin-arm64   • macOS 14.7 23H124 darwin-arm64
    • Mac Designed for iPad (desktop)
       • mac-designed-for-ipad                • darwin         • macOS 14.7 23H124 darwin-arm64
    • Chrome (web)
                          • chrome                               • web-javascript • Google Chrome 131.0.6778.86
    ! Error: Browsing on the local area network for Mobcoder’s iPhone (3). Ensure the device is unlocked and attached with a cable or associated with the same local area
      network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)
    ! Error: Browsing on the local area network for Mobcoder ID-256’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area
      network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)
    ! Error: Browsing on the local area network for Mobcoder ID-230’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area
      network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

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

• No issues found!

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
@priyaji1 priyaji1 added bug Something isn't working triage labels Nov 26, 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