Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

umbrella header 'realm.h' not found after installing xcode 10

Tags:

swift

xcode10

After updating to xcode 10, am getting the below error when I compile:

"umbrella header 'realm.h' not found"

Can anyone help me?

like image 900
amaskumar anbalagan Avatar asked Dec 18 '22 20:12

amaskumar anbalagan


1 Answers

I solved this problem by switching build system:

  1. Open File -> Xcode Workspace Settings
  2. Switch Build System to "Legacy Build System".
like image 61
Murat Uygar Avatar answered Mar 23 '23 18:03

Murat Uygar