这让我发疯了,我花了大约10个小时来删除和重新生成苹果的密钥,并为我的AppceleratorTit闭锁iPad应用提供配置文件。一年前,我的Mac就崩溃了,我不得不重新格式化,重新开始。
我无法克服这个错误:“代码符号错误:没有找到与您的构建设置('Okland Construction 2014')中指定的配置文件匹配的代码设计标识(即证书和私钥对)。”
在Apple中心,我创建了必要的发行配置文件,并将它们安装在我的密钥链中,但我总是遇到这个错误。
我只是不知道遗漏了什么或者错了什么。
我已经阅读了这篇文章,并遵照了指示,但没有用:
iOS 7.0 No code signing identities found
我希望在我失去理智之前有人能帮我。10小时,100+尝试,重新启动,删除,锐素。
发布于 2014-06-18 06:24:01
假设您正在尝试将应用程序部署到设备中,
在几种情况下,这个问题会发生。
- You need to use the correct developer certificate and provisioning profile. Go to your keychain and check whether the developer certificate corresponding to your provisioning profile is installed.
- If the developer certificate is not installed, you can either download the correct one from developer center or you need to create new developer certificate.
- If you are creating a developer certificate, you need to request for a certificate from the authority, then upload the .certSigningRequest file to the developer center and generate your developer certificate. Then update your current provisioning profile also.
- In some cases, Titanium Studio does not reset your project configuration automatically. So you need to reset it manually. For that
- Open your Titanium Studio, then open your project.
- Right click on the project then select Run as -> Run configurations.. (see the image 1)
希望它能帮到你。
发布于 2015-01-04 23:10:15
我的应用程序在按照所选答案中的说明进行编译后失败。在做了以下工作之后,我发现上面的答案是正确的。
在Android上安装、部署和发布要容易得多.我非常喜欢IOS设备,但我现在首先为Android开发,主要是因为苹果证书系统设置了障碍。
https://stackoverflow.com/questions/24277122
复制相似问题