I'm new to Xamarin. I've built a simple app in VS 2019 on Windows, which is paired to a Mac on our company network. I'm trying to deploy the app to an iPhone. I'm using these instructions. I've attached my iPhone to the Mac via cable, and created an XCode build scheme (XCode 13.3). My problem is when I get to the last section, Deploy your Xamarin.iOS app. I don't see (in VS on Windows) the Signing Identity or the Provisioning Profile that I created on the Mac in the XCode build scheme. I've verified that the keychain.app on the Mac contains the key I created. I have seen some comments on the web that I should delete the .mobileprovision files I find in ~/Library/MobileDevice/Provisioning Profiles but I'm hesitant to do that because I don't know what that I might do. So, 2 questions:
- Could the .mobileprovision files be the problem? If I delete them, how do I recreate them?
- Does anyone have any other suggestions as to what the problem might be?