I want to create a simple dynamic library with four or five methods that are implemented in a mix of c++ and objective-c . I also want to implement an application that uses this library. Both things should be created with XCode in one project (with different targets).
I've been working on this problem a long long time now, but I can't get it right. What steps need to be performed to create a dynamic library - for example with one function that prints "hello world" - and a console application that uses the .dlib in XCode?
Thanks a lot!!
I've been working on this problem a long long time now, but I can't get it right. What steps need to be performed to create a dynamic library - for example with one function that prints "hello world" - and a console application that uses the .dlib in XCode?
Thanks a lot!!