Relative Content

Tag Archive for .netmaui

Tooltip taking more time to render in .Net MAUI Mac catalsyt

I’ve been using Tooltip text with some views, but it’s taking a considerable amount of time to render initially. However, after the first rendering, it works perfectly. Sometimes, it doesn’t appear for a longer period, but when I unfocus and refocus the app, it starts to appear again.

maui app on a mac is telling me my profile is wrong

This is the error message I’M GETTING
billbanks@Bills-Mac-P0 My Voice App % dotnet publish “/Users/billbanks/Desktop/vsprojects/My Voice App/MyVoiceApp6.csproj” –self-contained -f net7.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey=”Apple Distribution: Bill Banks (5Z8C2NPWCK)” -p:CodesignProvision=”MyVoiceApp”
MSBuild version 17.9.6+a4ecab324 for .NET
Determining projects to restore…
All projects are up-to-date for restore.
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7142/tools/msbuild/iOS/Xamarin.Shared.targets(1725,3): error : No iOS signing identities match the specified provisioning profile ‘MyVoiceApp’. [/Users/billbanks/Desktop/vsprojects/My Voice App/MyVoiceApp6.csproj::TargetFramework=net7.0-ios]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/16.4.7142/tools/msbuild/iOS/Xamarin.Shared.targets(1725,3): error : [/Users/billbanks/Desktop/vsprojects/My Voice App/MyVoiceApp6.csproj::TargetFramework=net7.0-ios]
billbanks@Bills-Mac-P0 My Voice App %