We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d09d1 commit 3f40843Copy full SHA for 3f40843
ios/Podfile
@@ -54,6 +54,9 @@ target 'Runner' do
54
}
55
end
56
57
+# Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system.
58
+install! 'cocoapods', :disable_input_output_paths => true
59
+
60
post_install do |installer|
61
installer.pods_project.targets.each do |target|
62
target.build_configurations.each do |config|
0 commit comments