LoginSignup
1
1

More than 5 years have passed since last update.

Realm-cocoa 2.6.2の警告を消す

Last updated at Posted at 2017-04-25

はじめに

Realm-cocoa 2.6.2をビルドしようとすると、警告がたくさん出ます。
例えば、

buffer.hpp
/Users/userName/productName/Pods/Realm/Realm/ObjectStore/src/impl/apple/external_commit_helper.cpp:21:10: In file included from /Users/userName/productName/Pods/Realm/Realm/ObjectStore/src/impl/apple/external_commit_helper.cpp:21:

のような警告です。

これらを一気に消す方法について。

消し方

Build Settingsの"CLANG_WARN_DOCUMENTATION_COMMENTS"をNoに変更します。

(CocoaPodsで導入している場合、Pods > Targets > Realm > Build Settings > 検索窓にCLANG_WARN_DOCUMENTATION_COMMENTSと入れてフィルタして、Yes→Noにします。)

これで出なくなります。

リンク

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