microsoft / MapsSDK-Native

This repository contains samples, documentation and releases history for the Bing Maps SDK for Android and iOS.
MIT License
40 stars 23 forks source link

Bitcode and build upload error #17

Closed PCGurjar closed 4 years ago

PCGurjar commented 4 years ago

While using Bing Map iOS SDK version0.2.0 in our project and Bitcode is enabled then, Product doesn't Archive, so we are unable to make a build.

When we disable the Bitcode at this time Product is Archived successfully, but while upload this on Appstore we are getting unexpected "CFBundleExecutableKey" error. Please provide a solution for this. image001 image002

JuanPapas commented 4 years ago

Thank you for reporting this. The fix for both issues will be available in our next v1 release very soon. Specifically, we had to fix our build configuration settings to address the bitcode problem in our framework. Also we had to fix an issue with one of our Info.plist files, where the MicrosoftMapsBundle which is a resource was incorrectly tagged as executable.

PCGurjar commented 4 years ago

Thanks, for your reply, When we expect your stable build, actually we are in phase to release our product.

JuanPapas commented 4 years ago

We just published version 1.0.0, where this issue is fixed.

@PCGurjar, please don't forget to take a look at the list of breaking changes. Let us know if you have any problems verifying the fix.