Calling `pod install` from a System.Diagnostics.Process
When we build our Unity project for iOS, it generates an Xcode project which uses Cocoapods. I’m trying to make a build post-process script (C#, running in the Unity Editor) that edits the Podfile and then runs pod install
in the build directory.