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
iroh works fine in the simulator with the latest stuff, but crashes on an actual iPhone for any iroh-ffi build that references a commit after 93147ac on main
The error I see:
thread 'main-runtime' panicked at 'unable to create DNS resolver: ResolveError { kind: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }) }', /Users/b5/.cargo/git/checkouts/iroh-6b78e5b19f41ff57/33cf40b/iroh-net/src/dns.rs:5:50
I've stepped through the commits, and have confirmed the issue is introduced in 93147ac, the prior commit is fine.
The text was updated successfully, but these errors were encountered:
b5
changed the title
"No such file or directory" error on iOS
"No such file or directory" error on iOS, when running on real hardware
Aug 31, 2023
dignifiedquire
changed the title
"No such file or directory" error on iOS, when running on real hardware
iroh-net: dns resolver issue: "No such file or directory" error on iOS, when running on real hardware
Aug 31, 2023
On at least iOS the resolve.conf is not available, so need to fallback to a default configuration in that case.
Based on the tested approach in DeltaChat
Fixes#1436
On at least iOS the resolve.conf is not available, so need to fallback
to a default configuration in that case.
Based on the tested approach in DeltaChat
Fixes#1436
iroh works fine in the simulator with the latest stuff, but crashes on an actual iPhone for any
iroh-ffi
build that references a commit after 93147ac onmain
The error I see:
I've stepped through the commits, and have confirmed the issue is introduced in 93147ac, the prior commit is fine.
The text was updated successfully, but these errors were encountered: