We are received the following error while uploading the application into TestFlight. **ITMS-90714: Invalid binary - The app contains one or more corrupted binaries. Please rebuild the app and resubmit. ** After sometimes we submit the same application without changing the configurations application submitted successfully into the App Store. We are using the Xcode 15.3 version.
ITMS - 90714 Invalid Binary Error occurred while upload the app into TestFlight
Do any of your targets or Xcode projects declare extra linker flags in the Other Linker Flag build setting? An example might be -Xlinker -interposable
. If so, I’d love for you to remove those flags (regardless of what they are), and try the build upload to see if that makes a difference.
— Ed Ford, DTS Engineer