I need to debug the mobile app I developed using .NET MAUI targetting iOS device.
When I run the project, VS 2022 connects successfully to a Mac OS Machine, however, later I receive this error:
the exact error is a symbol not found:
dyld: Symbol not found: ____chkstk_darwin Referenced from: /Users/desytec/Library/Caches/Xamarin/XMA/SDKs/dotnet/dotnet (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib in /Users/desytec/Library/Caches/Xamarin/XMA/SDKs/dotnet/dotnet
Do I have to install something in the mac OS machine?