I'm trying to run a swiftui program that uses the Mapbox IOS SDK and I'm getting this error:
[Mapbox] [Warning, events_service]: Events configuration file [/var/mobile/Containers/Data/Application/10CFA299-9055-43D3-918B-5B9A79B2D00D/Library/Application Support/.mapbox/events_config] doesn't exist
Does anyone know how to access this path? Or better yet, where I could find the events configuration file?
I have tried to both manually install the SDK, as well as installation via CocoaPods, each of which resulted in the same error.
Let me know if additional info is needed. Thanks!