Compiler error: Invalid library file - CoreLocation

前端 未结 6 1796
無奈伤痛
無奈伤痛 2021-02-06 23:09

I have one of my application, that is created in Xcode 8. I have used CoreLocation and MapKit in that app.

I have update app with latest iOS till now. and i

6条回答
  •  轮回少年
    2021-02-06 23:59

    I'm seeing this issue also. It only happens if you implement the renderFor overlay for MKMapView. And without this function, I can't display the polyline that I'm adding to the mapView. This was working fine in Xcode 10.

提交回复
热议问题