Skip to content

Commit 3f40843

Browse files
authored
Fixed issue #31
1 parent 01d09d1 commit 3f40843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ target 'Runner' do
5454
}
5555
end
5656

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+
5760
post_install do |installer|
5861
installer.pods_project.targets.each do |target|
5962
target.build_configurations.each do |config|

0 commit comments

Comments
 (0)