因爲兩個月我嘗試運行我的科爾多瓦應用程序...更新到xCode 8之前一切正常。當我想通過運行從Remotebuild Visual Studio中的應用程序,我得到這個錯誤:科爾多瓦,Visual Studio和xCode 8
Signing for "BlankCordovaApp1" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
我build.json看起來是這樣的:
{
"ios": {
"debug": {
"developmentTeam": "secret"
},
"release": {
"developmentTeam": "secret",
"codeSignIdentity": "iPhone Developer",
"packageType": "ad-hoc"
}
}
}
請幫我傢伙,我很拼命與此問題...