mapbox / mapbox-events-ios

Mapbox Events Framework for iOS
Other
20 stars 38 forks source link

🐞 [iOS] Xcode shows runtime warning when calling `sendTurnstileEvent` #345

Closed azarovalex closed 2 years ago

azarovalex commented 2 years ago

Configuration

Steps to Reproduce Run any app that uses MapboxMobileEvents in Xcode 14. This affects all applications that use Maps or Navigation SDK.

Expected No warnings should be displayed.

Logging Screenshots attached. The warning happens because of this line:

https://github.com/mapbox/mapbox-events-ios/blob/74def21b2f1659582017ca647daed451ec436344/Sources/MapboxMobileEvents/MMEEventsManager.m#L359

image image
azarovalex commented 2 years ago

Fixed here: https://github.com/mapbox/mapbox-events-ios/pull/344/files