I'm writing a Xamarin app with Visual Studio 2019.
The app deploys fine on an Android and Android simulator.
The app also deploys fine on an iOS simulator.
But when I try to use the phone which is connected wirelessly to my MAC I receive error:
Failed to codesign 'bin/iPhone/Debug/MyFirstProject.iOS.app': Warning: unable to build chain to self-signed root for signer "Apple Development: xxxxxxxxx"
/Users/xxxxxxxx/Library/Caches/Xamarin/mtbs/builds/MyFirstProject.iOS/b3abbddebddecdd063975729ce3a99c630351cdb91eae3b0eaddcd0abeceb326/bin/iPhone/Debug/MyFirstProject.iOS.app: errSecInternalComponent MyFirstProject.iOS
Any idea how to resolve?