LoginSignup
3
1

More than 3 years have passed since last update.

Xcode12 'FirebaseCore/FirebaseCore.h' file not found エラー解決

Posted at

File
-Workspace settings
DerivedDataの削除

Xcodeを閉じる

ターミナルで
pod deintegrate
pod install

Xcodeを開く

PROJECT
– build setting
– Architectures
– Excluded Architectures

"arm64" を追加

参考にした記事
https://nsdev.jp/apple/ios/14581.html
https://github.com/firebase/firebase-ios-sdk/issues/2233#issuecomment-451357893

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