Skip to content

Instantly share code, notes, and snippets.

@hackiftekhar
Created January 19, 2024 13:07
Show Gist options
  • Save hackiftekhar/97d542c3338adcd61ad885483c521363 to your computer and use it in GitHub Desktop.
Save hackiftekhar/97d542c3338adcd61ad885483c521363 to your computer and use it in GitHub Desktop.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.name == 'Debug'
config.build_settings["DEBUG_INFORMATION_FORMAT"] = "dwarf"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment