简体   繁体   English

找不到此可执行文件的有效配置文件:对于App Store分发配置文件

[英]A valid provisioning profile for this executable was not found: For App Store Distribution Profile

I know there are lots of questions regarding this same. 我知道对此有很多疑问。 But as none of them are not able to solve my issue, i have to post this question. 但由于他们都无法解决我的问题,因此我不得不发布此问题。

I build an application and i want to test it in device and submit this application to apple store. 我构建了一个应用程序,我想在设备中对其进行测试,然后将此应用程序提交给Apple Store。 So i follow this steps. 所以我按照这个步骤。

1. Generate a build identifier (com.x.deviceapp) on developer portal.
2. Generate ios-Distribution certificate (iPhone Distribution: x) on Portal.
3. Generate AppStore-Distribution certificate with bundle_id = com.x.deviceapp and ios-Distribution = iPhone Distribution: x
4. Download Both (ios-Distribution and AppStore-Distribution) Certificate and install them.
5. In my project i change bundle identifier=com.x.deviceapp in info.Plist
6. Try to run application in my Device

Now after 6th step it shows me an alert saying that "A valid provisioning profile for this executable was not found". 现在,在第6步之后,它向我显示一条警报,提示“找不到该可执行文件的有效配置文件”。

Where as there isn't any problem with generating .ipa file. 生成.ipa文件没有任何问题。 But i am not able to install that ipa file into device. 但是我无法将那个ipa文件安装到设备中。

I repeat this process for 3 times. 我重复此过程3次。 But same error continues. 但是,同样的错误仍在继续。 Even i tried with different bundle id and new project. 即使我尝试了不同的包ID和新项目。

However i able to submit my application to apple store 但是我可以将我的申请提交到苹果商店

I am using Xcode 5.0.2 我正在使用Xcode 5.0.2

您可以测试设备中的应用程序是否意味着使用开发证书,否则可以在App Store中发布应用程序或IPA文件制作分发证书。如果您有任何疑问,请参考此配置文件

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

相关问题 找不到此可执行文件的有效配置文件:仅用于分发 - A valid provisioning profile for this executable was not found: only with distribution 找不到有效的配置文件为此可执行文件 - Valid provisioning profile not found for this executable ios分发证书:找不到此可执行文件的有效配置文件 - ios distribution certificate: A valid provisioning profile for this executable was not found Xcode 7:应用程序安装失败:找不到此可执行文件的有效配置文件 - Xcode 7: App installation failed: A valid provisioning profile for this executable was not found 应用程序安装失败:找不到此可执行文件的有效配置文件 - App Installation failed: A valid provisioning profile for this executable was not found 错误:“找不到此可执行文件的有效配置文件” - Error: “A valid provisioning profile for this executable was not found” 找不到此可执行文件的有效配置文件-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
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM