Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenGL と を使用するアプリがありMKMapViewます。iOS 6 に切り替えたとき[EAGLContext setCurrentContext:]、独自のEAGLContext.
MKMapView
[EAGLContext setCurrentContext:]
EAGLContext
iOS 6 マップは OpenGL ベースです。呼び出さないとアプリがクラッシュします
[EAGLContext setCurrentContext:nil]
独自の EAGLContext を設定した後。上記の呼び出しを、EAGLContext とやり取りするクラスの dealloc メソッドに入れることで、バグを修正しました。