mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unnecessary error message when cocopods is not available (#13241)
* Remove unnecessary error message * Add AUTHOR
This commit is contained in:
parent
276cbb1c27
commit
ca5ab1b42a
1
AUTHORS
1
AUTHORS
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user