osy / Jitterbug

Launch JIT enabled iOS app with a second iOS device
Apache License 2.0
1.05k stars 84 forks source link

LOCKDOWN_E_INVALID_HOST_ID returned from lockdownd_client_new_with_handshake when attempting to pair with local device over Jitterbug VPN profile. #83

Open asyncmeow opened 11 months ago

asyncmeow commented 11 months ago

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?