I am trying to build my app for iOS, without success (Android worked fine). I have done the following before posting:
Take a look at the build log included in the email you received from us to find out more about why your build failed - this is the build error report:
Runtime version: 4.6.21;
AB version: 1.7.6
COMMAND:
ASSETS_ARCHIVE_URL=https://appgyver-meap-assets.s3.amazonaws.com/65630acud5n70xfuy4fgexh9s8jo?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%2F20221111%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221111T145119Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ca57f8315a3513a1f67915bd2e172e87be8a8676ee1cbeefc9a66e9b04a82af5 npxrnv export -p ios -s standalone_appstore -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @appgyver/orchestra-template-standalone@4.6.21 -r --xcodebuildArchiveArgs "OTHER_CODE_SIGN_FLAGS=\"--keychain\ AppGyver-578619\""
FAILED with ERROR:
│ [ error ] [export] COMMAND:
xcodebuildOTHER_CODE_SIGN_FLAGS=--keychain AppGyver-578619 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/platformBuilds/standalone_ios/release/RNVApp.xcarchive
FAILED with ERROR:
error: No signing certificate "iOS Distribution" found: No "iOS Distribution" signing certificate matching team ID "SB3ZV4P7C8" 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-578619 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/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 "SB3ZV4P7C8" 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-578619 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/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 "SB3ZV4P7C8" with a private key was found. (in target 'RNVApp' from project 'RNVApp')
at makeError (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/node_modules/execa/lib/error.js:60:11)
at handlePromise (/private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/578619-ios-255972/node_modules/execa/index.js:118:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
│ │
│ Project location: │
│ ./platformBuilds/standalone_ios/RNVApp.xcworkspace │
Double-check that you have generated all required assets correctly: Build and Distribute your App - I followed the instructions step by step and generated both the p12 and the provisioning files, as well as uploaded all the required images (icons etc.)
My app ID is 475912
Runtime version: 4.6.21
Please help