-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MAUI example app to csharp samples #4078
base: master
Are you sure you want to change the base?
Conversation
I am stuck with these error when trying to build the app:
|
Hello |
Hi again |
Hello @trengginas I've reproduced this when i'm used the global on a mac. And i've done the android sample on windows, which uses the ResolveNativeReference MSBuild Task for resolve the android libs. Try use windows while i'm working on a new android sample |
I'm using a Mac since it's not possible to build the iOS sample app on Windows. |
To "build on windows" you can use the ssh connection of visual studio to debug and run the iOS app on emulator inside Windows Environment. |
This covers #4077
I've created the sample application for both iOS & Android platforms, and some modifications on makefile to generate c# PINVOKE classes to the right project as well