David Brittain

Results 14 comments of David Brittain

Is there an easy way for me to import SVG now... dropbox doesn't work if I just pull and build... it's been a long time since I looked at this.

If I set `skip_package_ipa: true` on `build_app` then `upload_to_testflight` then gives the error... `Error setting value '/Users/runner/actions-runner/_work/concepts/concepts/Concepts.ipa' for option 'ipa'`

I found the issue, there are multiple lanes run as part of the main lane, and a previous lane for an iOS build set `Actions::SharedValues::IPA_OUTPUT_PATH`. Setting `lane_context[Actions::SharedValues::IPA_OUTPUT_PATH] = nil` at...

@joshdholtz similar with us, I updated to 2.212.0 and set the env variable and hit the issue on a run today.

If everyone who wants this to happen files a bug it will help get the APIs added... https://bugreport.apple.com

I believe the issue is not with ccache but with using a script to invoke the compiler. In my case with ccache uninstalled but with a script trying to find...