-
Notifications
You must be signed in to change notification settings - Fork 18
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
MacLessManager #16
base: master
Are you sure you want to change the base?
MacLessManager #16
Conversation
} | ||
self.logger.info("\(devices.count) devices connected") | ||
guard let statusse = try? getAllDeviceStatusse(), !statusse.isEmpty else { | ||
self.logger.error("Failed to laod statusse") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load status
while running { | ||
runningLock.unlock() | ||
guard let devices = try? getAllDevices(), !devices.isEmpty else { | ||
self.logger.error("Failed to laod devices (or none connected)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load
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
idevicediagnostics
to be installedswift run MacLessManager --help
swift run MacLessManager --backend https://rdm.url --username bot --password password
Types of changes
Checklist: