项目改名
确保项目文件夹名只由字母、数字、下划线构成
重新编译IOS目录
rm -rf ios
flutter create .
flutter pub get
重新安装Pods
cd ios
rm -rf Pods
rm Podfile.lock
pod install
cd ..
运行
flutter ios
确保项目文件夹名只由字母、数字、下划线构成
rm -rf ios
flutter create .
flutter pub get
cd ios
rm -rf Pods
rm Podfile.lock
pod install
cd ..
flutter ios