Does anyone have idea what this error in VS means:
1> Check dependencies
1> No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "xxxxxxxx" with a private key was found.
1> Code signing is required for product type 'Application' in SDK 'iOS 10.0'
App runs fine in simulator but I can't deploy to phone. I have both development and distribution certificates on Developer pages and imported in Keychain. Also, provisioning profiles for com.companyname.appname are added and downloaded with Xcode 8.
Where this "iOS Development" signing certificate must me present? Are there any additional settings that need to be configured for RemoteBuild (I guess that is fine since I can deploy to Simulator). My Macbook Pro is running El Capitan.