【问题标题】:Cordova Build iosCordova 构建 ios
【发布时间】:2020-07-11 09:20:09
【问题描述】:

我试图和平编译一个cordova项目,它抛出了一个错误

error: No profile for team '[TEAM_ID]' matching 'APP Development' found: Xcode couldn't find any provisioning profiles matching '[TEAM_ID]/APP Development'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the Signing & Capabilities tab of the target editor. (in target 'APP' from project 'APP')

我已经完成了从清理构建到所有事情的所有事情。当我在 Xcode 上运行该应用程序时,它运行流畅并且构建完美!也能够完美地部署到 TestFlight。仅当我通过终端运行时才会出现此问题sudo cordova build ios

我在哪里“拖放”文件?

如果有人解决了这个问题,请帮助我。我正在运行 Cordova ios 5.1.1。

【问题讨论】:

    标签: ios xcode cordova provisioning-profile cordova-ios


    【解决方案1】:

    Xcode 说你需要设置

    1. 团队
    2. 配置文件。

      • 打开 Xcode
      • 点击你的项目
      • 选择目标点击您的项目
      • 在顶部栏选择(Siging&Capabilities)
      • 在 Siigng 部分,您需要选择团队和 p.profile。

    【讨论】:

      猜你喜欢
      • 2018-06-07
      • 2016-07-05
      • 1970-01-01
      • 2016-03-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-09
      • 1970-01-01
      相关资源
      最近更新 更多