We are getting below error while generating archive build Using Xcode 14.2(not M1 chip system). Driver threw jobFailedWithNonzeroExitCode(1, ":0: error: error opening input file '/username/Documents/Project/DerivedData/projectname/Build/Intermediates.noindex/ArchiveIntermediates/projectname' (No such file or directory)\n:0: error: error opening input file '~/Objects-normal/arm64/dummyInput-96.swift' (No such file or directory)\n") without emitting errors.
We have tried the build generation using Xcode 14.2 local build and Using Jenkins pipeline also, But both the cases are getting the same error. Could you please help me to get this error fixed.