从昨天开始,当我试图在我的设备上运行一个应用程序时,我一直得到以下错误:
未找到此可执行文件的有效配置文件。
这是在更新到Xcode 10之后。上周使用Xcode 9进行构建时没有出现问题。我已经检查了其他关于错误的讨论,但没有一个解决方案是有效的。
这个问题并不局限于我一直在做的一个项目,因为它影响了来自不同签约团队的几个人。
到目前为止,我尝试了以下方法:
Cleaning project Cleaning derived data Uninstalling Xcode, deleting any preferences and files related to it. Installing Xcode on a completely different Mac Testing with different devices Disabling device in developer profile and letting Xcode enable it again. Deleting all certificates in the developer portal and recreating them Unchecking and rechecking "Automatically manage signing" Trashing the provisioning profile and letting Xcode recreate it Creating a manual provisioning profile in the developer profile
该项目不包含测试,因此该目标上的签名设置错误不会出现问题。“日期/时间”设置为“自动”
值得注意的一点是,这里没有列出配置文件,除了我创建的手动配置文件:https://developer.apple.com/account/ios/profile/
我希望xcode生成一个显示,因为他们做的所有其他客户端。
下面是我目前正在使用的签名设置
我还没有尝试过将Xcode降级到旧版本,看看是否有效。除此之外,我不知道下一步该尝试什么。