I have my .NET8
MAUI
that has already a version for iOS. I wanted to run the same project in macOS
. I followed the process for the creation of the certificates from the Microsoft documentation.
At the end of the process, I downloaded the provisioning profile for the MacCatalyst. When I try to install the certificate
I get this error
So, I opened Xcode and downloaded it from my account all the certificates. When I run the application in Visual Studio for Mac, I get this error.
Error: Could not find any available provisioning profiles for LanguageInUse on MacCatalyst.
What did I miss?