manatails008
manatails008

Reputation: 229

Header not found, depending on platform (iPhone Xcode)

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

Answers (1)

vikingosegundo
vikingosegundo

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

Related Questions