[flutter/ios] exportArchive Unable to process request – PLA Update available
❝意思是 《Apple Developer Program 许可协议》(即 PLA)有更新,需要账户拥有者查阅并 […]
❞
[flutter/ios] exportArchive The operation couldn’t be completed. Unable to log in with account xxx
❝意思是 Xcode 中的登入信息已经过期,需要进入 Xcode - Settings - Accounts 重 […]
❞
[flutter/ios] 提交至 TestFlight 提示“缺少出口合规证明”
❝解决办法: 在 Info.plist 中添加
❞
[flutter/ios] type ‘StackParentData’ is not a subtype of type ‘FlexParentData’ in type cast
❝原因是:在 Stack 组件中使用了类似 Expanded、Flexible 组件
❞
[flutter] Using `dart run flutter_launcher_icons` destroys ios-project
❝提示错误: The project ‘Runner’ is damaged and cannot be ope […]
❞
[flutter] ios unable to load contents of file list /.xcfilelist not found
❝运行 flutter build ios 即可生成
❞
升级 Flutter 3.+ 出现 UnicodeChar、AsciiChar not found
❝一个旧的 flutter2.+ 项目,安装了最新的 flutter3.3 ,运行不起来。 查阅资料后,得知 1 […]
❞