- Home /
What is the best way to integrate native XCODE
Hey everyone,
I have a large existing xcode project and I want to add a unity view to it. I think the best way to go about this would be to create a static library from the unity project and include it into an xcode project. Has this been done before? If so where are the resources on how to do that. The next best solution for me would be to combine the projects and have unity somehow export into the existing project. I have something similar to this, but the build times are extremely long with the extra unity classes. The holdup happens when generating the dSYM. Any ideas on how to address the long build times, or exporting into an existing project? If there are any solutions that would be more ideal, please let me know! Thanks guys!
Comment