Conversation
| } | ||
| self.logger.info("\(devices.count) devices connected") | ||
| guard let statusse = try? getAllDeviceStatusse(), !statusse.isEmpty else { | ||
| self.logger.error("Failed to laod statusse") |
| while running { | ||
| runningLock.unlock() | ||
| guard let devices = try? getAllDevices(), !devices.isEmpty else { | ||
| self.logger.error("Failed to laod devices (or none connected)") |
|
Been running the MacLessUIC PR now for a around 24hrs and I am getting this error after a few hours of the UIC running. |
|
Im getting this error and the UIC just stops. 2020-06-10 17:57:10.518 MacLessManager[68198:1379259] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Failed to set posix_spawn_file_actions for fd -1 at index 0 with errno 9' |
|
@123FLO321 Have you had any time to look at this error on MacLessManager ? |
|
@123FLO321 The MaclessManager has been working flawless for me for months. Now I can't seem to get the manager to see the devices. The devices are connected, Xcode can see them iPhoneController and ideviceiagnostics can see them but the manager cannot. Any idea on this one ? |
|
@123FLO321 Trying to get this running on my new Catalina MacBook and im getting an error. Using MacOS 10.15.7 - Catalina |
Sometimes it's not possible to fetch a name from a single udid from idevice-id --list. This causes error like "Failed to load devices (or none connected)"
For running in endless loop to handle NSException


Description
idevicediagnosticsto be installedswift run MacLessManager --helpswift run MacLessManager --backend https://rdm.url --username bot --password passwordTypes of changes
Checklist: