Skip to content

New compiler error in Xcode 26.4 #1418

@alanrmatthews

Description

@alanrmatthews

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions