visual studio - No team selected for iOS build with VS Cordova tools -


i building app ios visual studio tools apache cordova ctp3.1 vs 2013. have setup environment on windows , mac machines , can build , run app if select emulator. however, if select local device following error:

1>mdavscli : code sign error : no code signing identities found: no valid signing identities (i.e. certificate , private key pair) matching team id ΓÇ£(null)ΓÇ¥ found. 1>mdavscli : codesign error : code signing required product type 'application' in sdk 'ios 8.3'

i have set-up developer certificate , signing identity xcode.

if open xcode project (available in builds\buildid\cordovaapp\platforms\ios) , go general tab project , @ identity can see no team selected there. have team can select combo.

enter image description here

i suppose error occurs because actual team not selected (therefore ΓÇ£(null)ΓÇ¥ in error message). have seen others having similar problems , told set team here. however, cannot that, because project file generated each build. must setup somehow vs cordova tools. how do that?

thank you.

yeah, starting 4.3 of cordova, debug build requires "development certificate" while release & distribution, both need "distribution certificate" , matching provisioning profiles installed on build machine. can refer documentation explains process of getting these signing assets here.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -