15
3

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 5 years have passed since last update.

flutterアプリを実機でビルドする時にハマったこと

Posted at

なんかビルドエラーがやたらめったらでる

環境を移動させてから、ライトニングtoタイプCケーブルが届くまで実機テストができなかったのですが、届いたので、試してみたのですが、どうもうまくいかないのですね。

$ flutter run -d DEVICE_ID
            .
            .
            .
Could not build the precompiled application for the device.

Error launching application on sticky-fingers.

下記の方法でも解決できず

$ flutter clean
$ pod install

解決策

一旦cocoapodsを削除してから、再インストールすると、ビルドができました。

$ pod deintegrate

$ pod install
15
3
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
15
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?