I want to use Unity as a library for iOS platform. I exported the build from Unity for iOS. But I am unable to locate UnityFrmework.Framework. Is there any step i am missing? Unity Docs states that: Every unity iOS Xcode project has the following structure. A library part in the UnityFramework target that includes the source, plug-ins, and dependent frameworks. It also produces a UnityFramework.framework file. Here is my current exported structure: Remember, in the UnityFramework folder, I ha...