MAUI iOS: Custom Configuration breaks debugging
Phillipp
0
Reputation points
Hi there,
I am working with custom configurations in my csproj files. e.g. stuff like "DevDebug" or other special configurations.
As soon as I set these up, the debugging will not work anymore. It looks like MAUI is injecting some default properties for "Debug" and "Release". How can I figure out what these default properties are and which of those I need to set to make debugging work?
Thanks a lot
Sign in to answer