I am currently experiencing an issue that means I need to run the Xcode Archive step twice when building my React Native app. There is a bug in some of the third party libraries RN comes with, the workaround is to do a build, let it fail, clear the RN cache and then do another Archive.
The workaround works fine, but it means all my builds are marked as failed. Is it possible to ignore the failure from a specific step? Or is there another way I can get my builds to show as successful?
Just to clarify, your question is not actually about the steps failing themselves, you would like to intentionally fail a build but make it appear as suceeding, right?