Visual studio 没有有效的';发展';我们找到了个人资料

Visual studio 没有有效的';发展';我们找到了个人资料,visual-studio,visual-studio-cordova,Visual Studio,Visual Studio Cordova,Im使用Visual Studio 2013和CTP 3.1。在我将XCode更新为7之后,当我尝试构建发布版时,我一直会遇到下面的错误。开发工程的建筑。为什么它在构建发布版时还要询问开发概要文件 MDAVSCLI:代码符号错误:未找到匹配的配置文件:未找到有效的“开发”配置文件。我无法找出在XCode7中发生这种情况的原因,但我通过指定标识和配置文件解决了这一问题 To force a specific signing identity Create a res\native\ios\cord

Im使用Visual Studio 2013和CTP 3.1。在我将XCode更新为7之后,当我尝试构建发布版时,我一直会遇到下面的错误。开发工程的建筑。为什么它在构建发布版时还要询问开发概要文件


MDAVSCLI:代码符号错误:未找到匹配的配置文件:未找到有效的“开发”配置文件。

我无法找出在XCode7中发生这种情况的原因,但我通过指定标识和配置文件解决了这一问题

To force a specific signing identity
Create a res\native\ios\cordova folder in your Cordova project.
To override the signing identity or provisioning profile for the Debug configuration, place a custom build-debug.xcconfig file in this folder, or place a build-release.xcconfig file to override the Release configuration.
The base files can be found here on github.
build-release.xcconfig has a sample of the syntax for setting a signing identity.
When creating your own xcconfig file, be sure to include the following at the top of the file:#include "build.xcconfig"
For a complete set of build settings that can be overridden, see Xcode build settings.