找不到此可执行文件的有效配置文件:对于App Store发行配置文件
问题描述:
我知道还有很多关于此问题的问题。但是,因为他们都不能解决我的问题,我不得不发表这个问题。找不到此可执行文件的有效配置文件:对于App Store发行配置文件
我构建了一个应用程序,我想在设备中测试它并将此应用程序提交给苹果商店。所以我按照这个步骤。
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
现在第6步之后,它向我显示一条警报,声明“找不到此可执行文件的有效设置配置文件”。
生成.ipa文件没有任何问题。但我无法将该ipa文件安装到设备中。
我重复这个过程3次。但同样的错误仍然存在即使我尝试了不同的捆绑ID和新项目。
但是我能我的应用程序提交到苹果商店
我使用的Xcode 5.0.2