Visual Studio 2015 Cordova: Code Sign Error in Xcode 8 and iOS 10 Cordova Project

I am using VS2015 to develop Cordoba. I recently update Xcode and get the following error while building ios

Signing for "BlankCordovaApp10" requires a development team. Select the developer team in the project editor. Signing code is required for the product type "Application" in the SDK "iOS 10.0"

And then I saw this solution Code Sign Error in Xcode 8 and IOS 10 Cordova Project

But after following the instructions in it the next 3 steps, the same error still occurred.

- , VS2015?

Xcode Mac ios VS2015.

.

+4
1

cordova-ios 4.3.0, : Xcode 8

, ().

Cordova-iOS 3.4.0 developmentTeam build.json, _TEAM. , Cordova-iOS 4.3.0.

, , . config.xml:

 <platform name="ios">   
  <hook type="before_compile">
 <src="hooks/xcode8.js" /> </platform>
0

Source: https://habr.com/ru/post/1655977/


All Articles