IconRenderer Warning in Xcode 11.5 / 12.0 beta

Hey.

I created an app just with Map Kit View, that fills up the whole screen with constraints 0,0,0,0. When i move the map i can see the IconRenderer warnings.

"[Renderer] IconRenderer: HorizontalStretchPadding (18.000000, 18.000000) is larger than the image size (34.000000, 54.000000). Image will now use the center column of pixels to stretch."

Any idea how to get rid of them? I do not have any icons in the app.


I have the same problem. It's still present in of iOS 14 beta 2 and Xcode 12 beta 2.
If you only see this in iOS 14, but not iOS 13, please file a bug report, and post the number here for reference.
Same problem Xcode 12.0 iOS 14.
Empty proyect only a mapView that fills up the whole screen with constraints 0,0,0,0.
Not when moving the map only when Zoom.
Must be a Bug.
I have the same problem with iOS 14.2 and iOS 14.3 as well.

Why this problem is still continue?
Same problem. Are there any updates on this?
I also encountered this issue.
  • Noticed it was when displaying a map within a .pagesheet modal presentation.

Code Block
let vc = MapVC()
vc.modalPresentationStyle = .pageSheet
self.present(vc, animated: true)
  • If I change modal presentation to .fullscreen, the warning disappear.

Code Block
let vc = MapVC()
vc.modalPresentationStyle = .fullScreen
self.present(vc, animated: true)
  • With .pagesheet mode, the UIViewController is presented smaller than the full screen size. So I guess this warning is a bug in the mapkit library caused by this type of modal presentation style...


Same here. Did anybody hear some news about it?

Thank you.
I've encounter the similar issue in Xcode 12.2 and simulator iOS 14.x

 [Renderer] IconRenderer: Left horizontal padding (18.000000) plus right horizontal padding (18.000000) is larger than the image width (34.000000). Image will now use the center column of pixels to stretch.

It seems to happen independently of setting region/zooming/adding annotations
I also have this.

It occurs on setInitialMapRegion and also whenever the map is resized/ moved. This is on an established app that I was updating

I have Xcode v12.4 and IOS 14.4

Has anyone reported this as a bug to apple ?

Version 12.4 (12D4e) error still continue
IconRenderer Warning in Xcode 11.5 / 12.0 beta
 
 
Q