I am using MicrosoftMaps pod in my iOS app. In the time of debug app is working fine, but when I upload this on Appstore I am getting this error. Unexpected CFBundleExecutable Key. The bundle at 'Payload/DQT GPS.app/Frameworks/MicrosoftMaps.framework/MicrosoftMaps.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.
Enable disable bitcode, and try to delete CFBundleExecutable File from .plist too, and also set CFBundlePackageType of BNDL. but same problem occurs.