Hello,
You mean iOS Build Mechanics with Xamarin and setting the build configurations, right?
You could try to add different configurations in the .csproj file. For example:
<Configurations>Debug;Release;Simulator</Configurations>
<Platforms>AnyCPU;ARM64</Platforms>
Also, you could convert the MtouchArch and XamMacArch properties to the RuntimeIdentifier property. For more details, please refer to Xamarin.iOS project migration - .NET MAUI | Microsoft Learn
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.