bradleygore / nativescript-textinputlayout

Android Material Design TextInputLayout for NativeScript
36 stars 14 forks source link

Error on iOS Build regarding Swift version #22

Closed benjaminhorner closed 6 years ago

benjaminhorner commented 6 years ago

When I run tnr run iOS I get the following error after installing this plugin.

=== BUILD TARGET IQKeyboardManager OF PROJECT Pods WITH CONFIGURATION Debug ===
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
** BUILD FAILED **
benjaminhorner commented 6 years ago

OK. It wasn't clear in the docs that installing this https://github.com/naderio/nativescript-swift-3.0 was necessary. My understanding was it came as a dependency.