0

I am adding Revmob ads to a persons Xcode project and everything is working for me and the app is compiling. However when I send it to him he gets this error:

RevMob/Revmob.h file not found

Why is this happening???

Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70

1 Answers1

1

Most likely a problem with user header search path setting in the build settings of the project. Check it and if there is a full path, make sure to change it to relative (by manually rewriting it). Or if it is a framework, then change the framework search paths. See the screenshot for more info.

enter image description here

Dominik Hadl
  • 3,609
  • 3
  • 24
  • 58