I recently updated Xcode to version 8.3.2 and it had a knock-on effect to my Xamarin iOS project where it now cannot find any valid provisioning profiles.
I've tried going through the guide here several times but that doesn't seem to do anything: https://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/
I've tried removing all the profiles from ~/Library/MobileDevice/Provisioning Profiles/ and downloading just the one I want from the Apple website.
I've tried revoking all certificates and recreating.
I've tried creating a new project in Xcode with the same bundle identifier to auto-generate the certificates and profiles needed.
I'm on versions:
- Visual Studio for Mac preview 8 (7.0 build 2845)
- Xamarin.iOS 10.10.0.11
- Apple Developer Tools 8.3.2 (12175)
- Mac OS X 10.12.4

