Ios crash on launch arm64 distribution build

We heard back from another that using the -x command line parameter to strip solved the problem and added only a small amount of additional overhead.

The change is to make the Arguments line look like this:

StripProcess.StartInfo.Arguments = "-x \"" + Target.OutputPath + "\"";