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?

Error (Xcode): double-quoted include "c.h" in framework header, expected angle-bracketed instead /Users/shooo1243/StudioProjects/vocab_up/ios/Pods/Target%20Support%20Files/leveldb-library/leveld b-library-umbrella.h:12:8

Posted at

Flutterのプロジェクトでビルド時に出た以下の警告

Error (Xcode): double-quoted include "c.h" in framework header, expected angle-bracketed instead

上記だけでなく、以下の文が6つ以上出ていた。
Error (Xcode): double-quoted include "{ファイル名}" in framework header, expected angle-bracketed instead



↑の記事にあるように、
project>Pods>Build Setting>Quoted include in Framework Header
の部分をNoに変えてもエラーは消えず、、、



↑の記事にあるようにXcodeの修正をしない方法でもエラーは消えず、、、



最終的に以下の方法でエラーが消え、ビルドができた。

cd {自分のプロジェクトディレクトリ}/ios

でiosディレクトリに移動して、

pod repo update

でアップデートしたのちに

pod install

再度インストールした。

podのアップデートができてなかったことが問題だったのかもしれないです。

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?