Skip to content

Instantly share code, notes, and snippets.

@Samywamy10
Created August 24, 2020 12:09
Show Gist options
  • Select an option

  • Save Samywamy10/d9998a2ea9121f0240aa91400d9698b4 to your computer and use it in GitHub Desktop.

Select an option

Save Samywamy10/d9998a2ea9121f0240aa91400d9698b4 to your computer and use it in GitHub Desktop.
platform :ios, '14.0'
plugin 'cocoapods-binary'
target 'MyApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
all_binary!
set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf"
enable_bitcode_for_prebuilt_frameworks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment