Hi there, I am new to Appgyver and this is my first time trying to get a build for IOS, the following error message appears to me, please help me understand what seems to be the problem so I may fix it.
Runtime version: 4.6.28;
AB version: 1.7.8
COMMAND:
ASSETS_ARCHIVE_URL=https://appgyver-meap-assets.s3.amazonaws.com/704vbg3nv1s917ny3qv1jmlml6hk?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%2F20221208%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221208T140321Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=07b4aaa25bb3b8b970f7b5e8f3c624b583da7dc139d813a0d8d44dc9c301a9ac npxrnv export -p ios -s standalone_appstore -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @appgyver/orchestra-template-standalone@4.6.28 -r --xcodebuildArchiveArgs “OTHER_CODE_SIGN_FLAGS="–keychain\ AppGyver-579433"”
FAILED with ERROR:
│ [ error ] [export] COMMAND:
xcodebuildOTHER_CODE_SIGN_FLAGS=–keychain AppGyver-579433 -workspace /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/RNVApp.xcworkspace -scheme RNVApp -sdk iphoneos -configuration Release archive -archivePath /private/var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/release/RNVApp.xcarchive
FAILED with ERROR:
CreateBuildDirectory /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/DerivedData/RNVApp/Build/Intermediates.noindex/ArchiveIntermediates/RNVApp/BuildProductsPath/Release-iphoneos/ReactNativeExceptionHandler
cd /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios
builtin-create-build-directory /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/DerivedData/RNVApp/Build/Intermediates.noindex/ArchiveIntermediates/RNVApp/BuildProductsPath/Release-iphoneos/ReactNativeExceptionHandler
CreateBuildDirectory /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/DerivedData/RNVApp/Build/Intermediates.noindex/ArchiveIntermediates/RNVApp/BuildProductsPath/Release-iphoneos/ReactCommon
cd /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios
builtin-create-build-directory /var/folders/pf/p5g2vb2j0yx1x6vlmxdppc700000gn/T/579433-ios-261201/platformBuilds/standalone_ios/DerivedData/RNVApp/Build/Intermediates.noindex/ArchiveIntermediates/RNVApp/BuildProductsPath/Release-iphoneos/ReactCommon
It continues for much longer, but I believe the main error should be in there.