mapbox / mapbox-unity-sdk

Mapbox Unity SDK - https://www.mapbox.com/unity/
Other
725 stars 210 forks source link

Undefined symbol: _OBJC_CLASS_$_MMEEventsManager #1888

Closed BioBazard closed 1 year ago

BioBazard commented 1 year ago

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 :

But it's still not working ...

BioBazard commented 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) ...