fix(fastlane): iOS 上傳略過 macos metadata 目錄#109
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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,但 iOSdeliver掃整個 metadata 目錄、不認得macos語系。加
ignore_language_directory_validation: true,讓 deliver 略過不認得的目錄、只上傳合法 iOS 語系。已驗證:加了之後 v5.5.0 成功上傳 + 送審。🤖 Generated with Claude Code