nativescript-community / nativescript-community/https
[Bug] Use of private header from outside its module
未关闭
还没有人认领这个 Issue。
- 主要语言
- Vue
- 星标
- 52
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
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".
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 AFNetworking/AFNetworking/AFNetworkReachabilityManager.m:26 开始,使用 Xcode 26.4 重现 iOS 构建。调查 netinet6/in6.h private-header 错误,并验证应用能够在不发生 PhaseScriptExecution 失败的情况下完成构建和运行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, objective-c
- 领域
- build-system, mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100