nativescript-community / nativescript-community/https

[Bug] Use of private header from outside its module

Open
#109 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vue
Stars
52
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Since xcode 26.4, CLI throws the following error and apps cannot run:

Command PhaseScriptExecution failed with a nonzero exit code
/Users/mypc/Desktop/devenv/clients/myapp/platforms/ios/Pods/AFNetworking/AFNetworking/AFNetworkReachabilityManager.m:26:9: error: Use of private header from outside its module: 'netinet6/in6.h' (in target 'AFNetworking' from project 'Pods')

I understand that AFNetworking must conform to the new "rules".

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at AFNetworking/AFNetworking/AFNetworkReachabilityManager.m:26 and reproduce the iOS build with Xcode 26.4. Investigate the netinet6/in6.h private-header error and verify that the app builds and runs without the PhaseScriptExecution failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, objective-c
Domain
build-system, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.