Вопрос

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???

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top