Reputation: 229
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?
Upvotes: 1
Views: 273
Reputation: 52227
The targets have Header Search Path declarations too. Check, if something get overwritten. Or check, if both targets have the same paths in it.
Upvotes: 1