Hi,
The iOS Build script on bitrise workflow of our cordova based app fails with this error during the archive phase:
The following build commands failed:
PhaseScriptExecution [CP]\ Copy\ Pods\ Resources /Users/vagrant/Library/Developer/Xcode/DerivedData/My_CA_Auto_Bank_App-clkbflfrjearhsheovhdpzzvywxq/Build/Intermediates.noindex/ArchiveIntermediates/My\ CA\ Auto\ Bank\ App/IntermediateBuildFilesPath/My\ CA\ Auto\ Bank\ App.build/Debug-iphoneos/My\ CA\ Auto\ Bank\ App.build/Script-EAB6F422CB038B817F08F37B.sh (in target âMy CA Auto Bank Appâ from project âMy CA Auto Bank Appâ)
(1 failure)
xcodebuild: Command failed with exit code 65
The error that seems to cause the build to fail is:
error: Resource â/Users/vagrant/Library/Developer/Xcode/DerivedData/My_CA_Auto_Finance_App-ccylhdbrjibzdkfyuypforsjbhnw/Build/Intermediates.noindex/ArchiveIntermediates/My CA Auto Finance App/BuildProductsPath/Release-iphoneos/GoogleDataTransport/GoogleDataTransport_Privacy.bundleâ not found. Run âpod installâ to update the copy resources script.
I have not made any changes to the pipelines or the stack. Rebulding the last successful build we have the same error.
I have tried to add a Cocoapod install before the build script in according to this doc Steps, to change xcode version, but nothing changes.
The only difference Iâve notices are the different Bitrise version and Agent version.
Can someone help me?
Thanks