1
2

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.

Xcode11にアップデートしたらsimulatorで実行時エラー

Last updated at Posted at 2020-04-29

Xcode10を公式からダウンロードして使用していたためアップデートの通知とか来なくて、しばらくアップデートを怠っていた。
iOSのバージョンアップに伴いXcodeのバージョンアップも必要となりバージョンアップしたところ、ビルドしてsimulatorで実行するまでに色々つまづいたけど、ここが一番ハマったから備忘録

simulatorで実行時エラー

やっとビルド成功してsimulator起動した〜!!と思ったら

FIRInstallationsItem registeredInstallationWithJSONData:date:error:

とか出て落ちる。
ずっと原因がわからず1日ハマった。

解決策

Cartfilに

binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"

を追加して

carthage update --platform iOS --cache-builds

でいけた。何で。。。以前のバージョンでは無くてもはいけてたのに。。。

以下を参考にさせてもらって必要なライブラリを再確認
https://qiita.com/zizi4n5/items/5a4ecbe8bb7ab40a56d4

1
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?