I added ‘Header Search Paths’ to my Xcode project.
when I compiled for iPhone simulator it ran well.
but when I set the target to iPhone Xcode says that the header cannot be found.
I didn’t do anything except changing Device/Simulator
How should I fix this?
The targets have Header Search Path declarations too. Check, if something get overwritten. Or check, if both targets have the same paths in it.