Andrii

Results 22 comments of Andrii

used a temporary solution - added to POD file ``` post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) end bitcode_strip_path = `xcrun --find bitcode_strip`.chop! def strip_bitcode_from_framework(bitcode_strip_path, framework_relative_path) framework_path = File.join(Dir.pwd, framework_relative_path)...