Commit f5f08959 authored by Collin Jackson's avatar Collin Jackson Committed by GitHub

Comment out use_frameworks by default so that codelab users don't have to. (#10205)

parent f50fe13f
......@@ -6,7 +6,9 @@ if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
end
target 'Runner' do
use_frameworks!
# Uncomment this line if you want to use Swift in your app.
# Note that some Flutter plugins are not compatible with use_frameworks!
# use_frameworks!
# Pods for Runner
......
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