问题出现在ios->Runner->Runner->AppDeleGate
cannot find 'generatedpluginregistrant' in scope
解决方法:
pod cache clean --all pod deintegrate pod setup pod install
问题:
Can't load Kernel binary: Invalid kernel binary format version
1、找到flutter目录 进入bin目录下 删除 cache 文件
2、flutter clean
3、flutter pub get
问题得以解决