RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.09k stars 494 forks source link

UIWebView - deprecated but found #352

Open keisyrzk opened 4 years ago

keisyrzk commented 4 years ago

Hey,

I am facing the problem when submitting to Apple. I did the search with 'grep' command and have a result in RxDataSources. Could you please tell me if the problem really exists by your side? Thanks.

MacBook-Pro-Esteban:iOS esteban$ grep -r UIWebView . Binary file ./RxDataSources.framework.dSYM/Contents/Resources/DWARF/RxDataSources matches

iOS Swift v4.0.1

yourshinsuke commented 4 years ago

Update to RxSwift 5.1.0 #358

yourshinsuke commented 4 years ago

@keisyrzk

I guess it resolved.

rm -rf Carthage
carthage update  --platform iOS --no-use-binaries

and

grep -r UIWebView .
PaulinaRaziunaiteTelesoftas commented 4 years ago

Will this be fixed?