-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode11 iOS 13 返回崩溃 #153
Comments
更新版本, 或者替换这个文件. |
我昨天应该更新到最新版本了,更新到哪个版本才可以啊! |
SJBaseVideoPlayer 指定到 2.5.2 以上. pod 'SJBaseVideoPlayer', '>= 2.5.2' |
替换了文件确实好使了,👍 |
pod 'SJBaseVideoPlayer', '>= 2.5.2' 提示没有2.5.2版本 最新版本2.4.4是为什么 |
pod 'SJBaseVideoPlayer', '>= 2.5.2' 提示没有2.5.2版本 最新版本2.4.4是为什么
我的提示没有2.5.2版本,最新只能更新到2.4.4 返回还是崩溃 |
你们怎么升级到2.5.2的 |
知道了,要platform :ios, '9.0' 才可以 |
Closed
Closed
要先 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#import "NSObject+SJObserverHelper.h"
.m 158行
@Try {
[_target removeObserver:self forKeyPath:_keyPath];
} @catch (NSException *__unused exception) { }
}
The text was updated successfully, but these errors were encountered: