react-native-face-detection icon indicating copy to clipboard operation
react-native-face-detection copied to clipboard

Error iOS Upload failed in TestFlight

Open rajkapoordev opened this issue 3 years ago • 1 comments

Hello @nonth, I am started using this package few days ago. It works perfectly fine in debug and release mode. But while uploading build in testflight apple reject the build with following error.

While processing your iOS app, errors occurred in the app thinning process, and your app couldn’t be thinned. If your app contains bitcode, bitcode processing may have failed. Because of these errors, this build of your app will not be able to be submitted for review or placed on the App Store. For information that may help resolve this issue, see Tech Note 2432.

rajkapoordev avatar Mar 31 '22 04:03 rajkapoordev

Hello,

I've found your issue while trying to understand a problem my team was having trying to send our build to TestFlight. Our app also uses the 'GoogleMLKit/FaceDetection' library.

The problem seems to be related to the bitcode compilation executed by the App Store during the App Thining process. As a workaround, we able to successfully upload the app to TestFlight after setting "Enable Bitcode" to "NO" on the app target.

ericktpires avatar Apr 06 '22 14:04 ericktpires