Point iOS release issue link to open mirror
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled

This commit is contained in:
Tony
2026-08-04 05:10:20 +08:00
parent 05ccef7e81
commit 41754f43ae
@@ -134,7 +134,7 @@ If left checked, Xcode will rewrite the build number in the uploaded IPA, so the
// optional and exits 0 even when it fails (e.g. no signing certificate), // optional and exits 0 even when it fails (e.g. no signing certificate),
// so we must verify the .ipa was actually produced. Otherwise we would // so we must verify the .ipa was actually produced. Otherwise we would
// report a successful release and point the user at an .ipa that does not // report a successful release and point the user at an .ipa that does not
// exist. See https://github.com/shorebirdtech/shorebird/issues/3807. // exist. See https://git.tonycloud.org/flutter/shorebird/issues/3807.
if (codesign && artifactManager.getIpa() == null) { if (codesign && artifactManager.getIpa() == null) {
logger.err( logger.err(
''' '''