Til Schwarze

Results 3 comments of Til Schwarze

This is a problem that I encountered when working with Checks too. ### One solution with your ideas from above would be: #### Use a GetChannelID like the PaymentChannels channel_authorize...

Try: #!/bin/bash /opt/homebrew/bin/periphery scan --project "${PROJECT_DIR}/${PROJECT_NAME}.xcodeproj" --schemes "${PROJECT_NAME}" --format xcode --verbose and disable sanbox mode in Build Settings -> User Script Sanboxing

> Honestly all that's needed is to make sure every command is called with `sudo`. Is it the root user? Great, `sudo [command]` is just the same as `[command]`. Is...