Thanks Claude.So, if i remove the Interface.Storyboard file, will things work as exepcted ?
Post
Replies
Boosts
Views
Activity
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.
Fair ! Thanks a lot ! Will try this out and get back in case of any queries.
Thanks for the reply!Can you point me to any article ot tutorial for this ?
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.