bbc / hive-runner-ios

iOS module for the Hive Runner
MIT License
6 stars 3 forks source link

Polling devices silently fails when there's an issue with the connected device(s) #30

Open jonpwilson opened 8 years ago

jonpwilson commented 8 years ago

As seen here, there is currently an issue with the latest version of XCode breaking /var/db/lockdown by changing the permissions. When the runner starts, it will correctly detect the device but then silently fail when trying to get any information about it (due to the lockdownd -21 error).

Do we want to surface this information in someway?

jonpwilson commented 7 years ago

Part of bbc/hive-runner#155