Howto solve this error?
My Device is :
MacOS Sequoia 15.0.1
IPhone 11 (iOS 17.7 (21H16))
Sofware
XCode 15.4
Error installing '/Users/m/projects/flutter/gpstracker/build/ios/iphoneos/Runner.app', ERROR: Error Domain=com.apple.dt.deviceprep Code=-10 "Waiting to reconnect to Suyyy~" UserInfo={NSLocalizedDescription=Waiting to reconnect to Suyyy~, NSLocalizedRecoverySuggestion=Previous preparation error: The developer disk image could not be mounted on this device.. Error mounting image: 0xe8000124 (kAMDMobileImageMounterExistingTransferInProgress: An existing disk image transfer is already in progress.)}
Domain: com.apple.dt.DVTCoreDevice
Code: -1
User Info: {
DVTErrorCreationDateKey = "2024-10-20 22:59:03 +0000";
}
Error installing '/Users/m/projects/flutter/gpstracker/build/ios/iphoneos/Runner.app', ERROR: Error Domain=com.apple.dt.deviceprep Code=-10 "Waiting to reconnect to Suyyy~" UserInfo={NSLocalizedDescription=Waiting to reconnect to Suyyy~, NSLocalizedRecoverySuggestion=Previous preparation error: The developer disk image could not be mounted on this device.. Error mounting image: 0xe8000124 (kAMDMobileImageMounterExistingTransferInProgress: An existing disk image transfer is already in progress.)}
Domain: com.apple.dt.DVTCoreDevice
Code: -1
System Information
macOS Version 15.0.1 (Build 24A348)
Xcode 15.4 (22622) (Build 15F31d)
Timestamp: 2024-10-21T05:59:03+07:00
Post
Replies
Boosts
Views
Activity
ast login: Fri Oct 25 05:07:33 on console
m@ms-MacBook-Pro ~ % xcrun devicectl device info details --device
Error: Missing value for '--device <uuid|ecid|serial_number|udid|name|dns_name>'
Help: --device <uuid|ecid|serial_number|udid|name|dns_name> The identifier, ECID, serial number, UDID, user-provided name, or DNS name of the device.
Usage: devicectl device info details --device <uuid|ecid|serial_number|udid|name|dns_name> [--verbose] [--quiet] [--timeout ] [--json-output ] [--log-output ]
See 'devicectl device info details --help' for more information.
m@ms-MacBook-Pro ~ % xcrun devicectl device info details --device 00008020-00111D211A41002E
Gathering device information...
WARNING: Unable to retrieve complete information for this device. The best available information will be returned.
Error: The tunnel connection failed while the system tried to connect to the device.
Current device information:
• identifier: DEF927A2-8A74-4AC2-860B-41971982EAB5
• tags:
▿ hardwareProperties:
• cpuType: arm64e (type: 16777228, subtype: 2)
• deviceType: iPhone
• ecid: 4817102615674926
• hardwareModel: N841AP
• platform: iOS
• productType: iPhone11,8
• supportedDeviceFamilies: [1]
• udid: 00008020-00111D211A41002E
▿ deviceProperties:
• ddiServicesAvailable: false
• name: iPhone
• osBuildUpdate: 22A3370
• osVersionNumber: 18.0.1
▿ connectionProperties:
• authenticationType: manualPairing
• isMobileDeviceOnly: false
▿ potentialHostnames:
• 00008020-00111D211A41002E.coredevice.local: 00008020-00111D211A41002E.coredevice.local
• DEF927A2-8A74-4AC2-860B-41971982EAB5.coredevice.local: DEF927A2-8A74-4AC2-860B-41971982EAB5.coredevice.local
• pairingState: paired
• transportType: wired
• tunnelTransportProtocol: tcp
• tunnelState: disconnected
▿ capabilities:
• Acquire Usage Assertion (com.apple.coredevice.feature.acquireusageassertion): Acquire Usage Assertion (com.apple.coredevice.feature.acquireusageassertion)
• Unpair Device (com.apple.coredevice.feature.unpairdevice): Unpair Device (com.apple.coredevice.feature.unpairdevice)
• Connect to Device (com.apple.coredevice.feature.connectdevice): Connect to Device (com.apple.coredevice.feature.connectdevice)
• visibilityClass: default
m@ms-MacBook-Pro ~ %