-
Notifications
You must be signed in to change notification settings - Fork 59
New compiler error in Xcode 26.4 #1418
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When building the SDK in Xcode 26.4, I am now getting a new error message:
ODWReachability.m:32:9 Use of private header from outside its module: 'netinet6/in6.h'
I believe this is is due to new compiler settings in Xcode as it wasn't an issue in Xcode 26.3.
According to CoPilot, the include of netinet6/in6.h isn't necessary as nothing is used from that header file (not sure if this is true, but I did comment the line out and it built).
Please advise, I can create a PR with that line removed if that would be helpful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working