LoginSignup
1
1

More than 1 year has passed since last update.

【Xcode】 One of the two will be used. Which one is undefined.

Posted at

僕自身一番最初の投稿になります。ご容赦願います。

flutter でアプリ制作している時にファイアベースを使いたく、Xcodeの更新をした時のこと。

環境

コマンド xcode-select -v
Xcode: xcode-select version 2392.

コマンド flutter --version
flutter:Flutter 2.10.1

起きたエラー

objc[50765]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1f5f8f678) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103a742c8). One of the two will be used. Which one is undefined.

というエラー文がターミナルで出てios simulatorがつかえなくなった。また、xcodeも開けなくなったのですが、結論

解決方法

結局MacAirを再起動すれば治りました。

とりあえず再起動すれば治ってよかった?のですが
上記の起きたエラーの部分がなんなのかわからずじまいで困っております。
ご理解のあるかたでよければ拙者にエラーの詳しい内容と意味を
教えていただきたく思います。

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