0

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.

PCRaykhere
  • 11
  • 1
  • See https://stackoverflow.com/questions/32096130/unexpected-cfbundleexecutable-key – danh Sep 06 '19 at 14:14
  • Possible duplicate of [Unexpected CFBundleExecutable key](https://stackoverflow.com/questions/32096130/unexpected-cfbundleexecutable-key) –  Sep 06 '19 at 14:15
  • 1
    I already go through with the this links solutions, but it doesn't help me out. Is this the problem with MicrosoftMap SDK, or any thing else. because while using this sdk i am not getting any plist for this, so how could i Remove those keys from .plist. – PCRaykhere Sep 06 '19 at 14:24
  • @PCRaykhere, there should be an ```Info.plist``` file inside the ```MicrosoftMaps.framework``` folder. – J. Pablo Candelas Sep 09 '19 at 21:12
  • @PCRaykhere can you please confirm what is the version of the SDK that you are using? There is a known issue with the framework that was built without full bitcode, so you may need to disable it as a workaround. – J. Pablo Candelas Sep 09 '19 at 21:23
  • @J.PabloCandelas I am using 0.2.0 SDK version. White I enable Bitcode then my code doesn't Archive. and after disabling Bitcode I am getting this problem while uploading the build on appstore. I got the file inside the framework but this doesnt help me out, means after deleting those keys from .plist same problem occurs. – PCRaykhere Sep 10 '19 at 14:19
  • @J.PabloCandelas Will you please suggest, How I will upload my app on Appstore. I am getting this problem. and go through many solutions and links but this doesn't help in my case. – PCRaykhere Sep 13 '19 at 13:03
  • @PCRaykhere The fix for this issue and the bitcode problem will be available in our next v1 release very soon. Thank you for reporting this. – J. Pablo Candelas Sep 17 '19 at 18:00
  • @J.PabloCandelas, Thanks For your reply, When we expect your stable version. we are in phase to release our product. – PCRaykhere Sep 20 '19 at 08:23
  • @PCRaykhere This issue should be fixed in the latest SDK version (v1.0.0) that was just released. – J. Pablo Candelas Oct 01 '19 at 20:09
  • Fixed in the new version – PCRaykhere Oct 21 '19 at 08:54

1 Answers1

0

This should be fixed in the latest Bing Maps SDK for iOS, version 1.0.0. This release enables bitcode and fixes other framework issues that prevented apps from publishing to the Store.