Skip to content

fix(fastlane): iOS 上傳略過 macos metadata 目錄#109

Merged
hanfour merged 1 commit into
mainfrom
fix/release-metadata-validation
Jun 16, 2026
Merged

fix(fastlane): iOS 上傳略過 macos metadata 目錄#109
hanfour merged 1 commit into
mainfrom
fix/release-metadata-validation

Conversation

@hanfour

@hanfour hanfour commented Jun 16, 2026

Copy link
Copy Markdown
Owner

v5.5.0 發版時 upload_to_app_store 失敗:Unsupported directory name(s) in './fastlane/metadata': macos。M4 Mac 工作在 fastlane/metadata/macos/ 放了 Mac(v6.0)的 App Store metadata,但 iOS deliver 掃整個 metadata 目錄、不認得 macos 語系。

ignore_language_directory_validation: true,讓 deliver 略過不認得的目錄、只上傳合法 iOS 語系。已驗證:加了之後 v5.5.0 成功上傳 + 送審。

🤖 Generated with Claude Code

The release lane's upload_to_app_store failed on v5.5.0 with "Unsupported
directory name(s) in './fastlane/metadata': macos". The M4 Mac work added
fastlane/metadata/macos/ for the Mac (v6.0) App Store listing, but iOS deliver
scans the whole metadata dir and rejects `macos` as an unknown locale.

Added ignore_language_directory_validation: true so deliver skips unrecognised
dirs and only uploads valid iOS locales. Verified: v5.5.0 uploaded + submitted
for review successfully after this change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hanfour hanfour merged commit ee3da34 into main Jun 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant