Question

I want to pass the location of the documents (data) directory to the script which runs after the build in a xcode target.

What is the environment variable I should use?

Était-ce utile?

La solution

As the sandbox directory is created AFTER the build completes and the simulator starts, the environment has no knowledge at all of the documents (sandbox directory). You can run a script in the background, which keeps checking the simulator's dump folder to see which directory was created immediately after the app was started.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top