28
17

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.

Xcode 12 「Double-quoted include」エラーの対処法

Posted at

#Xcodeを12にアップデートすると、エラーが大量に。。
スクリーンショット 2020-09-26 13.51.09.jpg

アプリをビルドすると、GoogleDataTransport Groupから大量のエラーが発生しました。

- Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_common.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_decode.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_encode.h" in framework header, expected angle-bracketed instead
-

ダブルクオートが含まれているのが、エラーの原因か??

#解決法
project>Pods>Build Setting>Quoted include in... を以下のように変える
スクリーンショット 2020-09-26 13.51.32.jpg

これでDouble-quotedはエラーとみなされなくなりました!

#参考
https://github.com/firebase/firebase-ios-sdk/issues/5987

28
17
2

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
28
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?