Nirav Kotecha

Results 2 comments of Nirav Kotecha

facing same issue. any update on this issue ?

currently i found workaround by adding below code in pod file. ``` post_install do |installer| installer.pods_project.targets.each do |target| if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'...