MxABC/swiftScan

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

kj-love-xj opened this issue · 2 comments

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

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
如上代码可以使用