In am developing one application for iphone, where I want to integrate third party API's with my application. I have two .h files and one .a files. The header files contains some method and I want to invoked that method into my application. I set the header search path and library search path. Then I tried to invoked the method into my application but it's giving error as "method name:referenced from". I am stucked. I cant able to understand how to deal with this problem. So I can invoked the method into my application. If anyone knows it. Please reply me as soon as possible
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You will need to have the source code of the library you are trying to integrate with. Remember: iPhone is ARM-BASED and your .a is probably compiled to work with Intel. I have successfully integrated iPhone apps with libraries written in C and C++. You only need to add the sources to the XCode project and you are done. Good luck. |
|||||||||||
|
|
|
|||
|
|