RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.61k stars 175 forks source link

iOS13 Build Failed #95

Open ry-itto opened 5 years ago

ry-itto commented 5 years ago

At RxKeyboard.swift, following error occured in line 118 and 138.

'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
SemyonovE commented 4 years ago

At RxKeyboard.swift, following error occured in line 118 and 138.

'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.

Set Require Only App-Extension-Safe API to No for RxKeyboard target at Pods project helped me. In Build Setting section.