I have a cordova project which I build and run locally deploying it on my iPhone and android device.
However after i have upgraded to Xcode 8
and my iPhone iOS
to iOS 10
, I cant build ipas locally. It fails with the following error.
=== BUILD TARGET * OF PROJECT * WITH CONFIGURATION Debug ===
Check dependencies Signing for "*" 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'
This was working perfectly before the update. After the update the build for iOS
fails.
The relevant version numbers for the project are
ios-deploy -V - 1.8.6
xcodebuild -version - Xcode 8.0 Build version 8A218a
I have got my Xcode
setup with proper certificates and provisioning profiles.