In an Xcode 8 Swift 3 project, I have a ViewController that contains only MKMapView. Whenever I go to this ViewController, I get the following warning listing ...
MyProject[2141:497518] [LogMessageLogging] 6.1 <private> Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) ERROR /BuildRoot/Library/Caches/com.apple.xbs/Sources/VectorKit/VectorKit-1228.30.7.17.9/GeoGL/GeoGL/GLCoreContext.cpp 1763: InfoLog SolidRibbonShader: ERROR /BuildRoot/Library/Caches/com.apple.xbs/Sources/VectorKit/VectorKit-1228.30.7.17.9/GeoGL/GeoGL/GLCoreContext.cpp 1764: WARNING: Output of vertex shader 'v_gradient' not read by fragment shader Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255) Painter Z index: 1023 is too large (max 255)
I do not know why this is happening and how to solve it. Itβs just a ViewController with a map, nothing more, so I donβt understand why these problems occur.
. , MKMapType Zooming , .. Standard Hybrid MKMapType , . , MKMapType Standard Satellite, , . , .
MKMapType
Zooming
Standard
Hybrid
Satellite
, "[self.manager requestAlwaysAuthorization]"; CLLocationManager;
let locManager = CLLocationManager()
/ , . 100 , , locManager .
locationManager.requestAlwaysAuthorization()
locManager - , , .
. , , .
, . , .
, , , , - ( , iphone). , (Sprint ..), . , , , , . , .
Source: https://habr.com/ru/post/1655700/More articles:watch OS3, UIRequiredDeviceCapabilities issue during ITC review - ios"Error viewing file for changes: EMFILE" when starting an initiative project - javascriptAndroid sound processing? - androidA delay of 1 second per request is not enough for 3600 per hour - pythonRun powershell script with keyboard hotkey - powershellFailed to get result in Multi MYSQL query statement - phpCreating a star triangle using javascript function recursively - javascriptHow to check PHP in VS code using WSL php - visual-studio-code(mysql) Problems with database migration when switching from digikam 4. * to 5. * - mysqlDo I need app.component.ts in Angular 2? - angularAll Articles