1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Flutter ios実機ビルドができない Could not run build/ios/iphoneos/Runner.app

Last updated at Posted at 2022-01-09

実行

% flutter devices
connected devices:
iPhone (mobile) • XXXXX-XXXXXXXXXXX (deviceID) • ios  • iOS 15.1.1

% flutter run -d XXXXX-XXXXXXXXXXX

エラー

Xcode build done.
Could not run build/ios/iphoneos/Runner.app on XXXXX-XXXXXXXXXXX

対応

下記ディレクトリ削除

% rm -rf ~/flutter/bin/cache/artifacts/

参考

Flutter SDKの仕組み

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?