jade_xiaohui

Results 7 issues of jade_xiaohui

项目中有很多第三方库,必须使用真机才能编译

随着view关闭和打开导致出现objc_disposeClassPair(NSClassFromString(name)); 奔溃

Undefined symbols for architecture arm64: "___isOSVersionAtLeast", referenced from: _init_hevc_fmt_desc in KSYMediaPlayer(IJKVideoUtils.o) "_CMVideoFormatDescriptionCreateFromHEVCParameterSets", referenced from: _init_hevc_fmt_desc in KSYMediaPlayer(IJKVideoUtils.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with...

pod 'DoraemonKit/Core', '~> 3.0.4', :configurations => ['Debug'] 操作系统与复现步骤: > iOS系统版本16.0.2 、xcode14.0.1 > 真机调试时debug看不到全局按钮,非真机调试debug可以看到。

Version less than 11.3 is valid

collectionView.register(HeaderView.self, forSupplementaryViewOfKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: NSStringFromClass(HeaderView.self)) func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView { switch kind { case UICollectionView.elementKindSectionHeader: let headerView = collectionView.dequeueReusableSupplementaryView(ofKind: UICollectionView.elementKindSectionHeader, withReuseIdentifier: NSStringFromClass(HeaderView.self),...