CodeEagle

Results 35 comments of CodeEagle

Sorry for that. You can pull request for that.

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!!!!