Skip to content

v0.1.11

Choose a tag to compare

@lengain lengain released this 16 Jun 14:53
· 4 commits to main since this release

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 修复验证测试