swiftScan icon indicating copy to clipboard operation
swiftScan copied to clipboard

更新一下pod啊,现在pod下来的不支持swift 4.2

Open kj-love-xj opened this issue 6 years ago • 2 comments

更新一下pod啊,现在pod下来的不支持swift 4.2

kj-love-xj avatar Jan 29 '19 11:01 kj-love-xj

post_install do |installer| installer.pods_project.targets.each do |target| if target.name == 'swiftScan' target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '4.0' end end end end 如上代码可以使用

AmadeusSys avatar Feb 20 '19 07:02 AmadeusSys

#84

wooseng avatar Sep 22 '19 02:09 wooseng