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.
可通过两种方法调用此 API 来操作 Xcode 项目:
使用内置的 Unity PostProcessBuildAttribute(在 Unity Cloud Build 导出后方法运行之前执行它)。
注意:如果您使用的是早于 5.0 的 Unity 版本,请使用 Unity 在 Bitbucket 上提供的 Xcode Manipulation API 将此功能添加到 Unity 项目。