Dear all,
I am building an iOS app using MapKit with SwiftUI, XCode 12.0 and an iPhone 11 with iOS 14 for development.
Since I updated XCode to 12.0, I began to see the following warning printed repeatedly on the xcode console.
This is annoying because it completely floods the console with these messages, "hiding" my own logs.
I could not find any reasonable explanation for this warning on the internet. I could, however, prevent the messages from appearing on the screen by following this response: https://stackoverflow.com/questions/46332856/apple-maps-raster-overlays-above-labels-failed-to-decode
Does anybody have a hint on how to solve this issue without disabling the environmental variable
Kind regards
I am building an iOS app using MapKit with SwiftUI, XCode 12.0 and an iPhone 11 with iOS 14 for development.
Since I updated XCode to 12.0, I began to see the following warning printed repeatedly on the xcode console.
Code Block language 2020-09-23 15:45:16.171240+0900 projectName[835:37406] [VKDefault] Style Z is requested for an invisible rect
This is annoying because it completely floods the console with these messages, "hiding" my own logs.
I could not find any reasonable explanation for this warning on the internet. I could, however, prevent the messages from appearing on the screen by following this response: https://stackoverflow.com/questions/46332856/apple-maps-raster-overlays-above-labels-failed-to-decode
Does anybody have a hint on how to solve this issue without disabling the environmental variable
Code Block "OS_ACTIVITY_MODE"
?Kind regards