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.
.
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>
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>
Source: https://habr.com/ru/post/1655977/More articles:Using ActivatedRoute in another service - angularjsAndroid Marshmallow - вызов библиотечного модуля (родной библиотеки) из другого библиотечного модуля - androidDefine the “Temperature Block” setting of the user on iOS 10 (Celsius / Fahrenheit) - iosThe lme4 :: glmer.nb function creates a "Error in the family $ family: the $ operator is not defined for this S4 class" depending on the order in which models are run - rQFileDialog does not work with tags in OSX and Qt 5.7 - qtService Fabric application root directory - azure-service-fabricHow to test with Espresso a PendingIntent generated by TaskStackBuilder - androidThe best way to populate views - performancesearch parellel with communications between threads - javaIs rightexpert signed int 8 * sizeof (int) or more undefined? - cAll Articles