Commit ca5ab1b4 authored by Yusuke Konishi's avatar Yusuke Konishi Committed by xster

Remove unnecessary error message when cocopods is not available (#13241)

* Remove unnecessary error message

* Add AUTHOR
parent 276cbb1c
......@@ -17,3 +17,4 @@ Vincent Le Quéméner <eu.lequem@gmail.com>
Mike Hoolehan <mike@hoolehan.com>
German Saprykin <saprykin.h@gmail.com>
Stefano Rodriguez <hlsroddy@gmail.com>
Yusuke Konishi <yahpeycoy0403@gmail.com>
......@@ -66,8 +66,6 @@ class CocoaPods {
} // TODO(xster): Add more logic for handling merge conflicts.
await _runPodInstall(appIosDir, iosEngineDir);
} else {
throwToolExit('CocoaPods not available for project using Flutter plugins');
}
}
......
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