Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

GLKView is Deprecated in iOS 12 #254

Closed mliberatore closed 4 years ago

mliberatore commented 6 years ago

When building a project that uses PinpointKit via CocoaPods that has a deployment target of 12+, the following warning appears due to the use of GLKView within BlurAnnotationView.

'GLKView' is deprecated: first deprecated in iOS 12.0 - OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)

Migrate off from GLKit for iOS 12+.

mliberatore commented 4 years ago

Duplicate, closing in favor of #268