mise run appを修正#595
Open
hikaru-0602 wants to merge 7 commits into
Open
Conversation
kantacky
reviewed
May 26, 2026
| run = [ | ||
| "melos run gen:build_runner --no-select", | ||
| "cd apps/dotto && flutter run --dart-define-from-file=./dart_defines/development.json", | ||
| "cd apps/dotto/ios && xcodebuild -resolvePackageDependencies -workspace Runner.xcworkspace -scheme Runner", |
Contributor
Author
There was a problem hiding this comment.
俺もあぼちゃんもビルドできなくて,このコマンド追加したらできました
Member
There was a problem hiding this comment.
なんでこれが必要かも調査してもらえません...??
mise setup か mise run app のどこかのタイミングで実行されるflutter or melosコマンドのどこかのタイミングで勝手にSPMのResolveが走ると思うから、必要ないと思うんだけど...
Contributor
Author
There was a problem hiding this comment.
よくわからないけどキャッシュが原因だそうです
みふゆさんも最初はエラー起きてたけどこれでビルド出来てました
kantacky
reviewed
May 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
mise run app 実行時に iOS 側の外部依存(Swift Package)の解決を先に行うことで、初回起動や依存更新時のビルド失敗を減らすことを目的としたPRです。あわせて Bundler のロックファイルにプラットフォーム差分が入っています。
Changes:
mise run appにxcodebuild -resolvePackageDependenciesを追加し、iOS 依存解決を事前実行するよう変更flutter runの実行前にcdを分割(ただし現状の相対パスに不整合あり)Gemfile.lockにarm64-darwin-25プラットフォームを追加
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| mise.toml | mise run app に iOS の依存解決ステップを追加し、起動手順を調整 |
| Gemfile.lock | Bundler の対応プラットフォームに arm64-darwin-25 を追加 |
kantacky
reviewed
May 26, 2026
Contributor
Generated by 🚫 Danger |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
案件: [案件名](Notion URL)
やったこと
確認したこと