简体   繁体   English

Cordova 构建 ios

[英]Cordova Build ios

Im trying to peacefully compile a cordova project, and its throwing an error of我试图和平地编译一个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')

Ive done everything from cleaning the build to everything.从清理构建到一切,我都做过。 When i run the app on Xcode it runs smooth and it builds perfectly!当我在 Xcode 上运行该应用程序时,它运行流畅并且构建完美! Also was able to deploy to TestFlight perfectly.也能够完美地部署到 TestFlight。 This issue only occurs when i run it through Terminal sudo cordova build ios只有当我通过终端sudo cordova build ios运行它时才会出现此问题

Where do i "drag and drop" file?我在哪里“拖放”文件?

If anyone has solved this issue please help me.如果有人解决了这个问题,请帮助我。 Im running Cordova ios 5.1.1.我正在运行 Cordova ios 5.1.1。

Xcode saying you need to set Xcode 说你需要设置

  1. Team团队
  2. Provisioning profile.配置文件。

    • open Xcode打开Xcode
    • click on your a project单击您的项目
    • select targets click on your project选择目标点击你的项目
    • select(Siging&Capabilities)on topbar在顶栏上选择(Siging&Capabilities)
    • In Sigigng part you need to select team and p.profile.在签名部分,您需要选择团队和 p.profile。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM