iOS Build error HELP needed

Hi, I ran into an error when I tried to get a build for iOS. Previously I had no problems doing the build. I only did some minor changes to the app. I have my iOS Distribution certificate in order and everything should be in check. Can someone smarter see whats the problem from the error message? Thank you!

Runtime version: 4.6.35
AppGyver user ID: 754940
Build 527367

Runtime version: 4.6.35;
AB version: 1.7.8
COMMAND:

ASSETS_ARCHIVE_URL=https://appgyver-meap-assets.s3.amazonaws.com/99tc1r0lzd1p3plesk0npg5z8yc7?response-content-disposition=attachment%3B%20filename%3D"assets.zip"%3B%20filename*%3DUTF-8’'assets.zip&response-content-type=application%2Fzip&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJJSXXQRL4UNGBAXQ%2F20230207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230207T062406Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b3bee898be8e25904d14a598894b0d314770230f72bbd143198e219c53497d16 npxrnv export -p ios -s standalone_appstore -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @appgyver/orchestra-template-standalone@4.6.35 -r --xcodebuildArchiveArgs “OTHER_CODE_SIGN_FLAGS="–keychain\ AppGyver-630203"”

FAILED with ERROR:

│ [ error ] [export] COMMAND:
xcodebuildOTHER_CODE_SIGN_FLAGS=–keychain AppGyver-630203 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/release/RNVApp.xcarchive
FAILED with ERROR:
error: No signing certificate “iOS Distribution” found: No “iOS Distribution” signing certificate matching team ID “6TJ84PMNK7” with a private key was found. (in target ‘RNVApp’ from project ‘RNVApp’)
** ARCHIVE FAILED **
Command failed with exit code 65: xcodebuild OTHER_CODE_SIGN_FLAGS=–keychain AppGyver-630203 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/release/RNVApp.xcarchive
— xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
error: No signing certificate “iOS Distribution” found: No “iOS Distribution” signing certificate matching team ID “6TJ84PMNK7” with a private key was found. (in target ‘RNVApp’ from project ‘RNVApp’)
— xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:7930E789-42C8-4940-91B2-687D7BC95DD1, OS:15.2, name:iPad (9th generation) }
{ platform:iOS Simulator, id:342403C4-F663-4E78-8BD6-22220F8446ED, OS:15.2, name:iPad Air (4th generation) }
Error: Command failed with exit code 65: xcodebuild OTHER_CODE_SIGN_FLAGS=–keychain AppGyver-630203 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/platformBuilds/standalone_ios/release/RNVApp.xcarchive
— xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:7930E789-42C8-4940-91B2-687D7BC95DD1, OS:15.2, name:iPad (9th generation) }
{ platform:iOS Simulator, id:342403C4-F663-4E78-8BD6-22220F8446ED, OS:15.2, name:iPad Air (4th generation) }
error: No signing certificate “iOS Distribution” found: No “iOS Distribution” signing certificate matching team ID “6TJ84PMNK7” with a private key was found. (in target ‘RNVApp’ from project ‘RNVApp’)
at makeError (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/node_modules/execa/lib/error.js:60:11)
at handlePromise (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/630203-ios-268538/node_modules/execa/index.js:118:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
│ │
│ Project location: │
│ ./platformBuilds/standalone_ios/RNVApp.xcworkspace │

-Teemu