[Mobile] Maccatalyst can't use dotnet run dll #14293
-
Current behaviorI use dotnet MyApp.Mobile.dll ,but it shows error:
Expected behaviorRuns like win or linux |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Nov 6, 2023
Replies: 1 comment
-
Thanks for the report. Catalyst apps are packaged apps in the same sense that iOS apps are packaged. They don't start like any other CLI apps. See this article or this article on the .NET documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lld1995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the report.
Catalyst apps are packaged apps in the same sense that iOS apps are packaged. They don't start like any other CLI apps. See this article or this article on the .NET documentation.