Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各ファイルで共通のものを宣言する必要がないように、他のクラスが使用するヘッダーを保持する別のファイルを作成したいと考えています。
すべてのヘッダーを prefix.pch ファイルに含めます
私はそれがtarget-buildsettings->applellvmcompiler-language->prefixheaderの下で設定できると思いました。prefix.pchファイルへのパスを追加し、そのファイル内のすべてのヘッダーを追加します。動作するはずです。