rive-app / rive-ios

iOS runtime for Rive
MIT License
468 stars 53 forks source link

Rive IOS framework hangs code signing in GitHub action #274

Closed drekka closed 10 months ago

drekka commented 10 months ago

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 10 months ago

Turns out it was a setup issue, not Rive.