We are developing a game on robovm ios.
We must use a third framework. And the third framework must use some header files and a static library.
If we develop with XCode, we can copy the header files and the static library. Now we are developing on eclipse and Robovm, we can copy the staic library, but we can't copy the header files!! So, If we have no header files, the third framework will happen running exception!!
how to solve it? Any information will be appreciated! Thanx in advance!!