You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forcing the <TargetPlatform>arm64</TargetPlatform> to arm64 will fail with:
Settings file provided does not conform to required format. An error occurred while loading the settings. Error: Invalid setting 'RunConfiguration'. Invalid value 'arm64' specified for 'TargetPlatform'.
This is because TargetPlatform is Architecture enum and that enum does not have arm64. There is also PlatformArchitecture and IsPlatformIncompatible and other few places that possible need update, not just the enum value.
Can be unblocked by not using that option in settings, but it should work correctly.