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

Flutterでいじったらエラーが出現した話

Posted at

あまり覚えていません。。。

Automatically signing iOS for device deployment using specified development team in Xcode project: T4BX68JSYA
Running pod install...                                              1.4s
Running Xcode build...                                                  
Xcode build done.                                            9.3s
Failed to build iOS app

Error output from Xcode build:
↳
    objc[12879]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1eb0e27a0) and ?? (0x1296d02b8). One of the two will be used. Which one is undefined.
    objc[12879]: Class AMSupportURLSession is implemented in both ?? (0x1eb0e27f0) and ?? (0x1296d0308). One of the two will be used. Which one is undefined.
    ** BUILD FAILED **


Xcode's output:
↳
    1 error generated.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.

やったこと

flutter channel master
flutter upgrade --force

もう一度入れるのが良さそうですね。。

0
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
0
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?