Unverified Commit 9751f3e5 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Add use_frameworks to macOS Podfile template (#33987)

This wasn't included originally since it didn't seem to be necessary for
macOS in testing, but not having it breaks Swift plugins. This matches
the iOS Swift Podfile template.
parent e1d0ded9
......@@ -46,6 +46,8 @@ def pubspec_supports_macos(file)
end
target 'Runner' do
use_frameworks!
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
# referring to absolute paths on developers' machines.
ephemeral_dir = File.join('Flutter', 'ephemeral')
......
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