You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I built the app myself using my paid developer account, so I could enable the Network Extensions entitlement. When I try and pair the local device, though, it gives me an error message saying "Failed to communicate with device. Make sure the device is connected and that the pairing is valid.To get the pairing file, I took the one from thejitterbugpairCLI app and airdropped it to the device. I placed a breakpoint in XCode where that error was being thrown, andlerrthere wasLOCKDOWN_E_INVALID_HOST_ID`. Past this, though, I have no idea what the error actually means nor how to fix it, as I don't do any iOS development (or macos development, even). How would I go about figuring out what the cause of this issue is and fixing it?
The text was updated successfully, but these errors were encountered:
Hello, I built the app myself using my paid developer account, so I could enable the
Network Extensions
entitlement. When I try and pair the local device, though, it gives me an error message saying "Failed to communicate with device. Make sure the device is connected and that the pairing is valid.To get the pairing file, I took the one from the
jitterbugpairCLI app and airdropped it to the device. I placed a breakpoint in XCode where that error was being thrown, and
lerrthere was
LOCKDOWN_E_INVALID_HOST_ID`. Past this, though, I have no idea what the error actually means nor how to fix it, as I don't do any iOS development (or macos development, even). How would I go about figuring out what the cause of this issue is and fixing it?The text was updated successfully, but these errors were encountered: