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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top