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.
iroh works fine in the simulator with the latest stuff, but crashes on an actual iPhone for any
iroh-ffibuild that references a commit after 93147ac onmainThe error I see:
I've stepped through the commits, and have confirmed the issue is introduced in 93147ac, the prior commit is fine.