You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thank you for supporting this version for Cocoa.
I am encountering the following problem with v1.1.3: file:///Users/iosdevlog/Code/github/ijkplayer-ios/ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios/IJKSDLGLView.m: runtime: UI API called from background thread: -[UIApplication applicationState] must be used from main thread only file:///Users/iosdevlog/Code/github/ijkplayer-ios/ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios/IJKSDLGLView.m: runtime: UI API called from background thread: -[UIView layer] must be used from main thread only
With v1.1.0 it was only the second one.
Is it possible to handle it somehow?
The text was updated successfully, but these errors were encountered:
Hey! Thank you for supporting this version for Cocoa.
I am encountering the following problem with v1.1.3:
file:///Users/iosdevlog/Code/github/ijkplayer-ios/ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios/IJKSDLGLView.m: runtime: UI API called from background thread: -[UIApplication applicationState] must be used from main thread only
file:///Users/iosdevlog/Code/github/ijkplayer-ios/ios/IJKMediaPlayer/IJKMediaPlayer/ijkmedia/ijksdl/ios/IJKSDLGLView.m: runtime: UI API called from background thread: -[UIView layer] must be used from main thread only
With v1.1.0 it was only the second one.
Is it possible to handle it somehow?
The text was updated successfully, but these errors were encountered: