The 9.0.2 podspec sets source.tag to 9.0.2, while release-it.json generates v-prefixed tags and the repository only contains v9.0.2. Thus source-based CocoaPods resolution points at a nonexistent tag. Proposed fix: add the v prefix in the podspec, without changing versions, dependencies or local path installations. This source audit is AI-assisted.
The 9.0.2 podspec sets source.tag to 9.0.2, while release-it.json generates v-prefixed tags and the repository only contains v9.0.2. Thus source-based CocoaPods resolution points at a nonexistent tag. Proposed fix: add the v prefix in the podspec, without changing versions, dependencies or local path installations. This source audit is AI-assisted.