Jeevan Rao
Jeevan Rao
> [@jeevan2628](https://github.com/jeevan2628) Could we have an exact Maps SDK version? Which style are you using? Hello @OdNairy , I am using Mapbox Maps SDK version `11.8.0` and with custom Style...
Hi @OdNairy Kindly let us know the version that we have to upgrade. Thanks a lot for addressing issue🙏🏼.
Hi @OdNairy & Mapbox team, Apparently, the above issue still circulating in Firebase reports. We have MapboxMaps SDK version `11.12.1` in production. Can you please take a look ? Thanks!
Hi @OdNairy , **Thank you for quick reply !** I have downloaded the stack trace from Firebase and attached here. [issue_2d288d9dbaa3eabb892a9e3e88a9d91e_crash_session_047662f4690841cd919fb1246c4a15f4_DNE_0_v2_stacktrace.txt](https://github.com/user-attachments/files/20979130/issue_2d288d9dbaa3eabb892a9e3e88a9d91e_crash_session_047662f4690841cd919fb1246c4a15f4_DNE_0_v2_stacktrace.txt) At this moment i don't have crash reports.
@OdNairy May I also ask you to share the iOS distribution data?- Sry, I am not sure about the expectation. When the very first reports happened? - Starting from the...
> > May I also ask you to share the iOS distribution data?- Sry, I am not sure about the expectation. > > I mean affected iOS versions. 
Yes @pjleonard37 It is uploaded to correct style. _It got this issue after upgrading SPM package version to 11.10.0 from 11.8.0. No other code or configuration changes done._ May I...
Hi @pjleonard37 , Once I get UIImage from `mapView?.mapboxMap.image(withId:)`, I will set the image for my custom annotation view icon like below : ``` // Load the image from Mapbox...
Hi @pjleonard37 , Upgraded to [v11.12.0-beta.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v11.12.0-beta.1) based on the feature list given the release notes `#3. Vector icons can now also be retrieved via getStyleImage.` , **now the issue got...
FYI in SwiftUI, i have below view ``` MapReader { proxy in Map(viewport: $viewPort) { // Loops pin features and creates custom pins below MapPinView(annotationDataSource: pinFeature, iconImage: proxy.map?.image(withId: pinFeature.imageIcon ??...