Closed BioBazard closed 1 year ago
I have finally found the solution !
I don't know why but the file Assets\Mapbox\Core\Plugins\iOS\MapboxMobileEvents\libMapboxMobileEventsStatic.a
was not in my project (probably because of an ignorelist settings) ...
When i am trying to build my project on XCode (14.1), i have the following message : Undefined symbol: _OBJCCLASS$_MMEEventsManager
I saw this is a common error for iOS so I did the fix everyone else did :
$(SRCROOT)/Libraries/Mapbox/Core/Plugins/iOS/MapboxMobileEvents/include/
But it's still not working ...