nativescript-community / nativescript-community/https
[Bug] Use of private header from outside its module
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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