CircleCI is configured to capture many logs from iOS builds, such as from Gym and Scan. To save these as an artifact to help with troubleshooting, you can set the environment variable
FL_OUTPUT_DIR
is the artifact directory. Use this to set the path in the store_artifacts
step to automatically save logs such as Gym and Scan.An example config file with this enabled can be found on the iOS Best Practices documentation.