Hi to all,
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 only method declaration. 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.
Also I have archive file with .a extension which contain executable code of methods. Is there any need that I have to extract that archive files or not? I refer this
"https://forums.macrumors.com/threads/472097/" link to extract archive file but it's giving me error as
macdesk06 Developer mac4$ ar -t thirdAPI.a
ar: thirdAPI.a: Inappropriate file type or format
I cant able to understand how to implement third party API's with my application.
If anyone knows it. Please reply me as soon as possible 🙁
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 only method declaration. 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.
Also I have archive file with .a extension which contain executable code of methods. Is there any need that I have to extract that archive files or not? I refer this
"https://forums.macrumors.com/threads/472097/" link to extract archive file but it's giving me error as
macdesk06 Developer mac4$ ar -t thirdAPI.a
ar: thirdAPI.a: Inappropriate file type or format
I cant able to understand how to implement third party API's with my application.
If anyone knows it. Please reply me as soon as possible 🙁