Tim Chilvers
Tim Chilvers
That might be the problem - I did rename the project. I've deleted all builds and will see if the issue maintains after re-populating some jobs.
Delete your generated file and run the file generation again.
Echoing this, I had to dig a little to find the verbose flag. I'll stick up a PR to at least suggest that on this failure.
I am, but I'll take a few weeks to get around to it. BTW, thanks @KrauseFx for all the open source work :)
Similarly: ``` build_app( export_method: "app-store", skip_profile_detection: true, export_options: { signingStyle: "manual", method: "app-store", provisioningProfiles: Hash[ bundle_id, "My fancy bundle ID here" ], }, ) ``` Results in: `xcodebuild [MT] IDEDistribution:...