Repeat iOS build error "No signing certificate "iOS Distribution" found: No "iOS Distribution" signing certificate matching team ID "<< team ID>>" with a private key was found."
I've verified via Keychain and XCode that my private key and certificates are paired correctly. I've been trying multiple Key-Cert-Provisioning profile combinations over the last few days to no avail. And if it isn't the Private Key error, it's the "...is not an iOS App Store profile". I'm at a loss.
I have successfully built and deployed the same package on Android already, with multiple updates.
AG Runtime: 4.5.10
AppID: 438508
Runtime version: 4.5.10; AB version: 1.7.6 COMMAND: ASSETS_ARCHIVE_URL=https://appgyver-meap-assets.s3.amazonaws.com/ltikanwupis99iwac7iddkz8jjxs?response-content-disposition=attachment%3B%20filename%3D%22assets.zip%22%3B%20filename%2A%3DUTF-8%27%27assets.zip&response-content-type=application%2Fzip&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJJSXXQRL4UNGBAXQ%2F20220903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220903T002904Z&X-Amz-Expires=172800&X-Amz-SignedHeaders=host&X-Amz-Signature=b1cc157d02c96c7556b2bce56c458bf02b3b1a6ccb41b48dac1a392b1d53d6da npxrnv export -p ios -s standalone_appstore -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @appgyver/orchestra-template-standalone@4.5.10 -r --xcodebuildArchiveArgs "OTHER_CODE_SIGN_FLAGS=\"--keychain\ AppGyver-541123\"" FAILED with ERROR: │ [ error ] [export] COMMAND: xcodebuildOTHER_CODE_SIGN_FLAGS=--keychain AppGyver-541123 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/platformBuilds/standalone_ios/release/RNVApp.xcarchive FAILED with ERROR: error: No signing certificate "iOS Distribution" found: No "iOS Distribution" signing certificate matching team ID "<<team ID>>" 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-541123 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/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 "<<team ID>>" 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-541123 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/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 "<<team ID>>" with a private key was found. (in target 'RNVApp' from project 'RNVApp') at makeError (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/node_modules/execa/lib/error.js:60:11) at handlePromise (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/541123-ios-241819/node_modules/execa/index.js:118:26) at processTicksAndRejections (node:internal/process/task_queues:96:5) │ │ │ Project location: │ │ ./platformBuilds/standalone_ios/RNVApp.xcworkspace │