[[File:flutter_doctor_androidsdk.png|400px]]
====flutter run (ios) でエラー====
----
<pre>
error: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist' (in target 'Runner'
from project 'Runner')
error: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist' (in target 'Runner'
from project 'Runner')
</pre>
* Cocoapods の更新
<pre>
$ sudo gem install cocoapods
</pre>