Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IB2-185] fixed Too many symbol files issue that we get when we upl…

…oad new build by not uploading debug symbols for pods libraries
  • Loading branch information
mahmoud-adam85 committed Sep 11, 2018
1 parent 9a15b4f commit b34600663e8676a655964b28d9798f83818a81df
Showing with 1 addition and 0 deletions.
  1. +1 −0 Podfile
@@ -44,6 +44,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['DEBUG_INFORMATION_FORMAT'] = 'dwarf'
if target.name == 'Charts' then
config.build_settings['SWIFT_VERSION'] = '4.0'
end

0 comments on commit b346006

Please sign in to comment.