Skip to content

[Bug]: IOS crash report #3271

@yuriydrobniy

Description

@yuriydrobniy

Mapbox Implementation

Mapbox

Mapbox Version

10.16.2

Platform

iOS

@rnmapbox/maps version

10.1.1

Standalone component to reproduce

import React from 'react';
import {
  MapView,
} from '@rnmapbox/maps';

class BugReportExample extends React.Component {
  render() {
    return (
      <MapView style={{flex: 1}} />
    );
  }
}

Observed behavior and steps to reproduce

After updating the library to the latest version, I received the following msg in Xcode:

2023-12-14 10:48:29.910988+0200 SomeApp[40047:3946570] [quic] quic_crypto_session_state_serialize [C10.1.1.1:2] [-ede508ad452547ee] TLS ticket does not fit (6969 > 6144)
rnmapbox_maps/RNMBXMapView.swift:665: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
2023-12-14 10:48:29.987896+0200 SomeApp[40047:3945853] rnmapbox_maps/RNMBXMapView.swift:665: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
(lldb) 

Expected behavior

No response

Notes / preliminary analysis

No response

Additional links and references

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🪲Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions