The project builds successfully and seemingly uploads fine, but upon review by TestFlight I receive the following errors:
---
ITMS-90171: Invalid Bundle Structure - - The binary file 'DoubleDutch.app/DoubleDutch.dSYM/Contents/Resources/DWARF/DoubleDutch' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.
ITMS-90171: Invalid Bundle Structure - - The binary file 'DoubleDutch.app/Frameworks/UnityFramework.framework/UnityFramework.dSYM/Contents/Resources/DWARF/UnityFramework' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.
---
I'm struggling to fix this and was wondering if it could be related to a setting in the builder? I've tried setting the configuration to be both Release and Debug, building dSYM and not building dSYM, but can't seem to come up with a way around it. I've followed relevant steps in the troubleshooting (although since that flow seems to work, it was hard to know what, if anything, could cause this issue) as well as search for a relevant similar topic in the forum.
- Running on Windows 10
- Builder version 3.50.1
- iOS SDK version 15.5
- Does not rely on CocoaPods, any particular iOS device or requirements and does not use any third party SDKs
Thanks!
:: @Alan Wills added on 07 Aug ’22 · 14:29
(Double Dutch is the name of the app, that's not some weird 3rd party SDK)