Skip to content
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

Closed
iOSzyz opened this issue Sep 24, 2019 · 9 comments
Closed

Xcode11 iOS 13 返回崩溃 #153

iOSzyz opened this issue Sep 24, 2019 · 9 comments

Comments

@iOSzyz
Copy link

iOSzyz commented Sep 24, 2019

#import "NSObject+SJObserverHelper.h"
.m 158行

  • (void)dealloc {
    @Try {
    [_target removeObserver:self forKeyPath:_keyPath];
    } @catch (NSException *__unused exception) { }
    }
@changsanjiang
Copy link
Owner

更新版本, 或者替换这个文件.

SJAVMediaMainPresenter.m.zip

@goodMrs
Copy link

goodMrs commented Sep 24, 2019

我昨天应该更新到最新版本了,更新到哪个版本才可以啊!

@changsanjiang
Copy link
Owner

SJBaseVideoPlayer 指定到 2.5.2 以上.

pod 'SJBaseVideoPlayer', '>= 2.5.2'

@iOSzyz
Copy link
Author

iOSzyz commented Sep 24, 2019

替换了文件确实好使了,👍

@houxianghua
Copy link

pod 'SJBaseVideoPlayer', '>= 2.5.2' 提示没有2.5.2版本 最新版本2.4.4是为什么

@houxianghua
Copy link

pod 'SJBaseVideoPlayer', '>= 2.5.2' 提示没有2.5.2版本 最新版本2.4.4是为什么

SJBaseVideoPlayer 指定到 2.5.2 以上.

pod 'SJBaseVideoPlayer', '>= 2.5.2'

我的提示没有2.5.2版本,最新只能更新到2.4.4 返回还是崩溃

@houxianghua
Copy link

你们怎么升级到2.5.2的

@houxianghua
Copy link

你们怎么升级到2.5.2的

知道了,要platform :ios, '9.0' 才可以

@Hank-Zhong
Copy link

要先 repo update 更新一下本地仓库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants