nativescript-textinputlayout
nativescript-textinputlayout copied to clipboard
Problems to build in IOS
I have Xcode 10, Swift 4.0 and Nativescript 4.2. when I try to build project for IOS get follow menssage
error: Value for SWIFT_VERSION cannot be empty. (in target 'SkyFloatingLabelTextField') note: Using new build systemnote: Planning buildnote: Constructing build description ** ARCHIVE FAILED **
In your POD file.
Btw Swift 3 is being depreciated and this plugin is also no longer maintained.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end