Hi,Thank you for your prompt response. Because the project is huge and has too many dependencies, it would not be possible to bring the entire project in xcode. Hence, i plan to compile the project into a .dylib or a .a file and then used it in xcode via swift or objective c. I agree that a bridge would anyway be needed which is fine. Currently, would like to udnerstand what should the approach be and how it can be achieved.
Post
Replies
Boosts
Views
Activity
Thanks for the reply!Can you point me to any article ot tutorial for this ?
Fair ! Thanks a lot ! Will try this out and get back in case of any queries.
Thanks John !Lets say I use a static library i.e. I have a small C++ project that I compile into a .a file. Now I would like to use this .a file in my Objective C framework. Are you aware of how this can be achieved?Thanks in advance.
Thanks Claude.So, if i remove the Interface.Storyboard file, will things work as exepcted ?