Annoying Objective-C Header Error

Chetan Aggarwal
Mar 13, 2024

--

Error — Double-quoted include “<YourHearderFile.h>” in framework header, expected angle-bracketed instead

  1. Select your target 🎯
  2. Go to the build settings ⚙️
  3. Select Combined and All view for better visibility 👀
  4. If you are having only warning then you can set ⚠️

CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO

5. If you are have errors which I was also having then you can set ‼️

ENABLE_MODULE_VERIFIER = NO

6. Clean and build your project again. 🍻

Thank you for reading 🧑🏻‍💻

Be sure to clap 👏🏼 and follow 🚶🏻‍♂️

Questions❓Feedback 📫 — please drop you comments 💭

If you like this article, feel free to share it with your friends 📨

Follow me: Linkedin | X(Twitter) | Github 🤝🏼

--

--

No responses yet