flutter 错误记录

59 阅读1分钟

Error (Xcode): The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

Could not build the application for the simulator. Error launching application on iPhone 15

1.cd ios 目录 2.执行 rm -rf Pods 3.执行 pod install 4.执行 flutter run