Hello there,
I am having an issue with the validation step of the Xcode Deployment to App Store Connect, where whenever I click the "Validate App" button, it shows me the error "Reached end of file while looking for: Mach-O Slice".
The app has absolutely no problem running on an iOS Simulator or a connected device deploy, but only fails on this step when trying to publish the application.
I know from what little resources there are on this error, it has been stated that there might be a problem with the included library files, but the development option I am using (Kivy Python) has no way of testing the libraries to make sure they would deploy. I was wondering if there was a way to get more verbose error data, as the validation log files show nothing except for this error as well.
If anyone could provide help or direction, it would be greatly appreciated. Thanks!