Sign-In With Apple Errors

I am having trouble with Apple Sign-In. I am using Unity 2022.3.34f1 and Firebase 12.1. It used to work. The app is live, but now it does not work all of a sudden. Anyone have any thoughts or similar experiences? I am also cross posting this to Apple and Other Forums. But I am at a complete loss. Here are the errors from XCode when I am running the app locally:

Authorization failed: Error Domain=AKAuthenticationError Code=-7026 "(null)" Us erInfo={AKClientBundleID=bundleid}

LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" Us erInfo={NSDebugDescription=process may not map database, _LSLine=72, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}

Attempt to map database failed: permission was denied. This attempt will not be retried.

Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" Us erInfo={NSDebugDescription=process may not map database, _LSLine=72, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
Failed to get application extension record: Error Domain=NSOSStatusErrorDomain Code=-54 "(null)"

ASAuthorizationController credential request failed with error: Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 "(null)"

I revoked all my certificates and profiles. It still didn’t work. I use the automatically managed singing feature anyway. It turns out that when I build in Unity with Run in XCode as Debug it works, but when I choose Release it does not. Not sure why, but it is resolved.