Unverified Commit ec2c3f21 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Disable CocoaPods input and output paths in Xcode build phase for ephemeral add2app (#35833)

parent e7ef7568
......@@ -4,3 +4,6 @@ target 'Runner' do
flutter_application_path = '../'
eval(File.read(File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')), binding)
end
# Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system.
install! 'cocoapods', :disable_input_output_paths => true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment