FlutterでiOS実機ビルドができないときの対処法メモ
デバイスIDがなかったと言われた時
code: console
DTDeviceKit: deviceType from <Device ID> was NULL
flutter cleanを実行し、XCodeのワークスペースをクリアする
App.frameworkが云々と言われた時
code: console
error: Building for iOS, but the linked and embedded framework 'App.framework' was built for iOS Simulator
App.frameworkのファイルを削除して再実行する