Search code examples
unity-game-enginepodfile

Unity-iOS; Is there a way to modify Pod file dependencies after export automatically?


sometimes pod file is getting old versions of my third parties so i am wondering if there is any way of modifying podfile and adding desired dependency versions(eg; firebase 7.0.0) automatically after ios export? I am also wondering why pod file is getting wrong versions aswell.


Solution

  • With Firebase, this is normally managed via the External Dependency Manager. This is configured using xml files. In the case of Firebase, this is inside the Firebase package in Firebase/Editor/AppDependencies.xml.

    You may have other xml files in your project that are specifying conflicting dependencies perhaps from an old version of Firebase?