RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

UIWebView - deprecated but found

Open keisyrzk opened this issue 5 years ago • 3 comments

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

keisyrzk avatar Jan 21 '20 10:01 keisyrzk

Update to RxSwift 5.1.0 #358

yourshinsuke avatar Apr 27 '20 09:04 yourshinsuke

@keisyrzk

I guess it resolved.

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

and

grep -r UIWebView .

yourshinsuke avatar Apr 30 '20 06:04 yourshinsuke

Will this be fixed?