If your iOS project requires additional Xcode frameworks, use the PBXProject API to add those frameworks to the Xcode project files created by Unity Cloud Build.
There are two ways to call this API to manipulate the Xcode project:
Utilice el PostProcessBuildAttribute integrado de Unity, que es ejecutado antes del que se ejecute el método Unity Cloud Build Post-Export.
Use the Unity Cloud Build post-export method.
Note: if you are using a version of Unity earlier than 5.0, add this functionality to your Unity project using the Xcode Manipulation API provided by Unity on Bitbucket.