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