I do not think this is a problem with React. __XCTFailureFormat and __XCTFailureHandler are part of XCTest, a unit testing system.
I assume that you have unit test files compiled and embedded in the target that you use to release the AppStore.
In the project view in Xcode, select the target used for release on the App Store, then go to the Phase Build tab and find the files that should be in the Compile Source section.

Usually unit file name tests end with Test , so itβs easy to use a search registered to filter the list. Then simply delete these files and re-upload the new binary to the App Store.
source share