flutter - 团队 "null"没有帐户

标签 flutter

$ flutter ios build --release

它显示多个可用的有效开发证书(您的选择将被保存):

但是它没有显示分发证书选择,不过我使用了--release标志,,,

我检查过我已经在本地机器上正确安装了生产认证。

有破解的线索吗??

Error output from Xcode build:
↳
    ** BUILD FAILED **

Xcode's output:
↳
    note: Using new build systemnote: Planning buildnote: Constructing build descriptionerror: No account for team "null". Add a new account in
    the Accounts preference pane or verify that your accounts have valid credentials. (in target 'Runner' from project 'Runner')error: No
    profiles for 'jp.****.****' were found: Xcode couldn't find any iOS App Development provisioning profiles matching
    'jp.****.****'. (in target 'Runner' from project 'Runner')

最佳答案

@whitebear,我假设您正在尝试发布您的 iOS 应用程序?您是否尝试过在 Xcode 中手动配置分发证书?我通常这样做,

  • 在Xcode中打开Runner.xcworkspace
  • 在 Xcode 中配置分发证书
  • 在Android Studio项目终端运行flutter build ios
  • 然后在 Xcode 中归档以发布

关于flutter - 团队 "null"没有帐户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59218690/

相关文章:

flutter - FloatingActionButton backgroundColor 默认为 accentColor

firebase - Flutter + Firebase - 将图像文件上传到存储

dart - 替换 Dart 中的双反斜杠

Flutter Keyboard 监听隐藏和显示

json - 如何从 flutter 中的 JSON 响应获取特定数据?

dart - Flutter根据Shared Preference设置启动页

flutter - 如何使 Radio Widget 看起来像一个按钮

flutter - Flutter-TextFormField-从TextInputFormatter调用Future

flutter - 在Flutter应用程序中集成Paypal付款

flutter - 没有脚手架的 DefaultTabController?