I use VS2015 to develop Cordova. Recently I update Xcode and get the following error when build ios
Signing for "BlankCordovaApp10" 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'
And then I saw this solution Code Sign Error on Xcode 8 and iOS 10 Cordova Project
But after following the instruction in it, the following 3 steps, the same error still occurred.
- cordova platform remove ios
- cordova platform add https://github.com/apache/cordova-ios.git
- update build.json as the following (modify my team id as XXXX)
Could someone help shed some light how to apply it in VS2015 cordova?
You can repro it once you update Xcode in Mac and build ios app in VS2015 cordova.
Thanks.