rive-app/rive-ios

Rive IOS framework hangs code signing in GitHub action

drekka opened this issue · 1 comments

drekka commented

Description

We have an iOS project that compiles fine on our local Macs. It has a Xcode workspace with an app target. That target uses several frameworks we've developed as modules in SPM. One of those modules contains the bulk of our UI and depends on Rive for animation.

When building locally Xcode builds and archives without issue.

However when building through a GitHub action, the code signing hangs at the point where it attempts to code sign the Rive runtime framework.

There are no errors or timeouts. The build just hangs. Researching this it looks like the action might be triggering a prompt which of course the GitHub action cannot display. However we've checked through the steps to address this in an action and our project (which was compiling before Rive) does all those steps.

Expected behavior

Obviously we want the framework to sign.

drekka commented

Turns out it was a setup issue, not Rive.