← HY Studio

Mac なしで Flutter アプリを iOS に出すShipping a Flutter app to iOS without a Mac

Codemagic で署名を通すまで / 2026年8月Getting code signing to pass on Codemagic — August 2026

手順書(Markdown・そのまま使えます)The guide (Markdown, ready to use)

GitHub で開く.md をダウンロード Open on GitHubDownload the .md

何に詰まったかWhere it got stuck

Mac を1台も持たずに Flutter アプリを App Store Connect へ上げようとして、署名だけで7回失敗しました。

厄介だったのは、エラーメッセージが指しているものと、実際に足りないものが毎回違ったことです。「開発用の証明書がありません」と出るのに実際に足りないのは Xcode プロジェクトの設定で、「Provisioning Profile が要ります」と出るのに実際に足りないのは証明書を作るための秘密鍵でした。

メッセージのとおりに対処すると、外し続けます。

Getting a Flutter app onto App Store Connect without owning a single Mac took seven failures on code signing alone.

The awkward part was that the error named something other than what was actually missing, every time. "No development certificates available" really meant the Xcode project had no signing settings; "requires a provisioning profile" really meant the private key needed to create a certificate was missing.

Act on the message and you keep going the wrong way.

手順書に書いたことWhat the guide covers

実際に通した経路だけを書いています。試していないことは「未確認」と明記しました。

Only routes that were actually completed are written down. Anything untested is marked as such.

引用・転載・改変 自由Quote, republish, and modify freely HY Studio