/ColabFrame

Primary LanguageObjective-CMIT LicenseMIT

ColabFrame

Add Below lines in podfile of test App

post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' end end end