There is an Objective-c framework in the project, the framework does not support running on simulator. It's not good for developing, so I excluded the file in Build Settings
--> Excluded Source File Name
, but this causes errors xxxx.h file not found.
in Bridge-Header.h
.
I also tried to set Validate workspace = yes
, again, the framework seemed to be excluded, but it causes the errors.
How can I exclude framework correctly? and why the errors above happens?
Thanks.