Xcode cloud unable to run tests;

Error: 'Runningboard has returned error 5'

I am able to run my unit tests locally just fine. When I run them to from xcode cloud It fails everytime. I did notice in app store connect that it gives me a warning 'Grant access to the following repositories to allow them to be used for this product.' as I am using google sign in iOS(https://github.com/google/googlesignin-ios.git). However I cannot grant this access as I do not have privileges to google code base. I have imported the google sign in via swift package manager and everything works fine. This is the report from xcode cloud if it helps. Happy to add any additional info that will help

Are you attempting to run builds directly against the repository at https://github.com/google/googlesignin-ios, a branch on that repo, or have you created your own fork of their repo?

Also, are you able to attach the .xcresult file?

'Grant access to the following repositories to allow them to be used for this product

For more information, see the Making dependencies available to Xcode Cloud article.

Xcode cloud unable to run tests;
 
 
Q