0
0

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.

【エラー対処】Undefined symbol: _OBJC_CLASS_$_XXX

Last updated at Posted at 2021-06-29

環境

  • macOS : 11.4
  • Xcode : 12.5.1
  • ライブラリ管理ツール : CocoaPods

状況

  • Firebaseを利用
  • ビルド時に以下のエラーが発生

エラー内容

Undefined symbol: _OBJC_CLASS_$_GULAppEnvironmentUtil

対処方法

  • ターミナルで以下のコマンドを実行。
pod update
  • Firebase間のバージョン相違により生じるエラーであったようで、更新したところ解決。

#参照
https://teratail.com/questions/144557

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?