v0.1.11
v0.1.11 (2025-06-15)
Bug Fixes
- nil 保护: 当
pod_project_generation_result.project返回 nil 时(某些 CocoaPods 配置/版本),installer.pods_project.targets在 post-install hook 中会崩溃(undefined method 'targets' for nil)。现在创建空Pod::Project.new(sandbox.project_path)作为降级,防止崩溃。
New Tests
example/run_nil_pods_project_test.rb— nil pods_project 修复验证测试