RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

Fix warnings #15

Closed serluca closed 7 years ago

serluca commented 7 years ago

Hi @scotteg

This should fix the warnings when running the command pod lib lint Here is my console log:

➜  RxCoreData git:(fix/warnings) pod lib lint

 -> RxCoreData (0.3.0-rc.1)
    - WARN  | xcodebuild:  RxCocoa/RxCocoa/Common/TextInput.swift:78:28: warning: 'RxTextInput' is deprecated: renamed to 'TextInput'
    - NOTE  | xcodebuild:  RxCocoa/RxCocoa/Common/TextInput.swift:78:28: note: use 'TextInput' instead
    - WARN  | xcodebuild:  RxCocoa/RxCocoa/Common/TextInput.swift:71:29: warning: 'RxTextInput' is deprecated: renamed to 'TextInput'
    - NOTE  | xcodebuild:  RxCocoa/RxCocoa/Common/TextInput.swift:71:29: note: use 'TextInput' instead

[!] RxCoreData did not pass validation, due to 2 warnings (but you can use `--allow-warnings` to ignore them).
You can use the `--no-clean` option to inspect any issue.

I guess you can now use the --allow-warnings flag as are all RxCocoa related warnings