简体   繁体   English

错误:“找不到此可执行文件的有效配置文件”

[英]Error: “A valid provisioning profile for this executable was not found”

I am trying to run my application on a device. 我试图在设备上运行我的应用程序。 I have chosen my provisioning profile with the correct identities (code signing identity), then I have tried to run it, a message has displayed which is "A valid provisioning profile for this executable was not found." 我已经选择了具有正确身份(代码签名身份)的配置文件,然后我尝试运行它,显示的消息是“找不到此可执行文件的有效配置文件”。 I have deleted all the previous profiles and certificates then I have done all the procedures again, and the same message has appeared. 我已经删除了所有以前的配置文件和证书,然后我再次完成了所有程序,并且出现了相同的消息。 在此输入图像描述

Please I need your help. 拜托我需要你的帮忙。 Thank you 谢谢

Try these things: 试试这些:

  • Make sure you're running the correct target and scheme 确保您正在运行正确的目标和方案
  • Make sure you set the profile for the target/scheme that you're trying to run 确保为要尝试运行的目标/方案设置配置文件
  • Make sure that you selected a development profile and are trying to run it in development/debug mode 确保选择了开发配置文件,并尝试在开发/调试模式下运行它
  • Verify in the Keychain Assistant that you have the development certificate and private key installed correctly 在Keychain Assistant中验证您是否正确安装了开发证书和私钥
  • Restart Xcode 重启Xcode

I can offer you more specific help if you post screenshots of the actual build settings page and the target/scheme you are trying to run. 如果您发布实际构建设置页面的屏幕截图以及您尝试运行的目标/方案,我可以为您提供更具体的帮助。 (Black out sensitive information.) (删除敏感信息。)

您需要创建Debug Provisioning配置文件以在Device中调试您的应用程序。

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

相关问题 找不到此可执行文件的有效配置文件错误Xcode 9 - A valid provisioning profile for this executable was not found error Xcode 9 找不到有效的配置文件为此可执行文件 - Valid provisioning profile not found for this executable 使用工具时未找到此可执行文件的有效配置文件错误 - A valid provisioning profile for this executable was not found error while using instruments 找不到此可执行文件的有效配置文件:仅用于分发 - A valid provisioning profile for this executable was not found: only with distribution 找不到此可执行文件的有效配置文件-Xcode 9? - A valid provisioning profile for this executable was not found - Xcode 9? “找不到该可执行文件的有效配置文件” - “A valid provisioning profile for this executable could not be found” Xcode 8找不到此可执行文件的有效配置文件 - Xcode 8 A valid provisioning profile for this executable was not found Xcode 10:未找到此可执行文件的有效配置文件 - Xcode 10: A valid provisioning profile for this executable was not found xcode“找不到此可执行文件的有效配置文件” - xcode “A valid provisioning profile for this executable was not found” 仅在iPhone 5上找不到此可执行文件的有效配置文件 - A valid provisioning profile for this executable was not found only on iPhone 5
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM