This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]

Hello, I recently updated my app, and in the Transporter app it said that the processing failed. This is the email I recieved:

Please correct the following issues and upload a new binary to App Store Connect.

ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]

I couldn't find anything related to this in XCode or anywhere else on the internet. What did I do wrong?

For context, I am developing using Expo and React Native.

Use the Terminal to list all files with the 'ls -a' command?

Same problem with Expo here. I worked around it by deleting the problematic folder from the IPA, before uploading it to Apple:

zip -d build-1743349641533.ipa ._Symbols/

if you are using flutter and you got here, delete the build folder and rebuild it.

This bundle is invalid - Your archive contains paths that are not allowed: [._Symbols]
 
 
Q