CodeEagle
CodeEagle
It does.
Sorry for that. You can pull request for that.
AlipaySDK-2.0 3.0.1.3 我下载官网的替换掉就行了
@helje5 thanks
add to podfile ```ruby post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| doNotOptimizedPod = ['Snappy'] if doNotOptimizedPod.include?(target.name) config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Onone' end end end end ``` no use at all!!!!