Name Last Update
android Loading commit data...
assets Loading commit data...
ios Loading commit data...
lib Loading commit data...
linux Loading commit data...
macos Loading commit data...
test Loading commit data...
web Loading commit data...
windows Loading commit data...
.gitignore Loading commit data...
.metadata Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.lock Loading commit data...
pubspec.yaml Loading commit data...
sync_dist.sh Loading commit data...

:white_check_mark: 执行安装: cd macos pod install --repo-update

:white_check_mark: 返回项目根目录,重新运行 Flutter: flutter clean flutter pub get flutter run -d macos

flutter run -d 00008030-001C75810E42402E --release

flutter run -d 00008140-001068C93AB8801C --release

修改 Flutter 工程的 ios/Podfile 文件,显式声明更高版本的 iOS 平台。

platform :ios, '15.0'

cd ios pod deintegrate pod repo update pod install cd ..

flutter build ios --build-number=2511061