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
DNSClient+Connect.swift line 236 let configString = try String(contentsOfFile: "/etc/resolv.conf")
Error
Error Domain=NSCocoaErrorDomain Code=260 "The file “resolv.conf” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/etc/resolv.conf, NSURL=file:///etc/resolv.conf, NSUnderlyingError=0x3016ac180 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
The text was updated successfully, but these errors were encountered:
Test Environment
OS: iOS 18.0.1
Device: iPhone 15 Pro
Related Code
DNSClient+Connect.swift line 236
let configString = try String(contentsOfFile: "/etc/resolv.conf")
Error
Error Domain=NSCocoaErrorDomain Code=260 "The file “resolv.conf” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/etc/resolv.conf, NSURL=file:///etc/resolv.conf, NSUnderlyingError=0x3016ac180 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
The text was updated successfully, but these errors were encountered: