Hello...I am using VSCode for Mac. I have downloaded a MAUI project that targets both Android and iOS. When I run, it seems it is trying to run Android platform because I get an error "Could not find android.jar for API level 34...." How to run iOS platform instead?
The .NET MAUI archive/Publish tool is not up to date, it is still looking in the old location for provisioning profiles and not in the XCode 16 location of ~Library/Developer/XCode/UserData/Profiles Maybe this is an issue as I haven't done a fresh install and have just updated to VSCode from previous versions of XCode and VSforMac.
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
I am able to get setup and deploy/debug apps to my wired connected iOS device, but having enabled wireless connection in Xcode, now trying to deploy from VSCode shows a message “Connect device…..” and won’t deploy wirelessly. Any clues?
So.... pretty good. But it would be helpful if you verbally said out loud where you were clicking when you click on things because it is very hard to take notes since I have to keep my eyes trained on the video and not on my notes.
That was the most horrible moronic and stupid processI Ive ever seen. This needs to be seriously dealt with and I think you need flex some Microsoft muscle to get this process to be lot smoother with Apple. Watching this made me depressed about .NET MAUI and app development. I can't afford to buy an apple product just to build so I can view on ANOTHER apple product. DA FFFFFFFUUUUUUUUUUUUUUUUUUUU!!!!!
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
These trust issues are weird. Had the same problem. Your video helped me a lot.
Hello...I am using VSCode for Mac. I have downloaded a MAUI project that targets both Android and iOS. When I run, it seems it is trying to run Android platform because I get an error "Could not find android.jar for API level 34...." How to run iOS platform instead?
The .NET MAUI archive/Publish tool is not up to date, it is still looking in the old location for provisioning profiles and not in the XCode 16 location of ~Library/Developer/XCode/UserData/Profiles
Maybe this is an issue as I haven't done a fresh install and have just updated to VSCode from previous versions of XCode and VSforMac.
Cannot load any maui app in the android emulator or ios emulator after updating to MacOS sequoia and xcode
How to change my location on my iPhone
THANK YOU! Seriously, thank you!
Hey james gets this error
actool error: No simulator runtime version from [] available to use with iphonesimulator SDK version
Seems like your xcode isn't setup correct: forums.developer.apple.com/forums/thread/751135
Do i need nerol app to deploy on iOS? Looks likę its paid service. Orbis there any other approach to debug app without nerol program from vscode?
😊
It's amazing. Thank you!
Visual Studio lets us view the "Device Log" to show Console.Writeline content. Is there anything similar for VS Code?
I followed the steps, it worked when i run the XCode project but the VS Code project still throws an error about code signing
What specific error?
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
If you are using a CollectionView, you can set SelectionMode="None"
I am able to get setup and deploy/debug apps to my wired connected iOS device, but having enabled wireless connection in Xcode, now trying to deploy from VSCode shows a message “Connect device…..” and won’t deploy wirelessly. Any clues?
Maybe network issue there or you can pair your iOS device again in Xcode and try again
@@oscar92-t7p Xcode communicates just fine with my iPhone and iPad - reads the debug symbols etc. no issues there
Hi James, what about debugging? VS Code never breaks on a breakpoint.
it's a known issue, and from my experience, the team doesn't give a 💩
James, you are fantastic! Do you know if it is possibile use an MAUI app to manage an USB Device on MacOS? Thank you for your help!
Hello James 👋, It is a great video, can you please make a video for add notification service extension to .net maui app for ios
thanks for the info. i needed! have you have a course on any platform?
What if I don't have Mac machine
get one
So.... pretty good. But it would be helpful if you verbally said out loud where you were clicking when you click on things because it is very hard to take notes since I have to keep my eyes trained on the video and not on my notes.
Yeah, I will try to verbally say out loud where I am clicking in future videos.
I tried everything but in my devices list my iPhone never appears. any idea how to solve this?
Google has just released a new emulator featuring iOS simulator-like performance, making it easier to debug MAUI apps. for windows
not sure if you’re referring to the Project IDX, that only runs on the web and doesn’t support MAUI yet
That was the most horrible moronic and stupid processI Ive ever seen. This needs to be seriously dealt with and I think you need flex some Microsoft muscle to get this process to be lot smoother with Apple. Watching this made me depressed about .NET MAUI and app development. I can't afford to buy an apple product just to build so I can view on ANOTHER apple product. DA FFFFFFFUUUUUUUUUUUUUUUUUUUU!!!!!
OMG....
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
I am encountering an issue with my .NET MAUI app development. I am creating a book summary app using MAUI, and my problem is that when I click on a book, a default selection color (orange) appears. I would like to prevent any selection color from appearing when a book is clicked. How can I resolve this issue? Please advise
deselect it when selected by nulling out the selected item. or use a collectionview
I am using collections view @@JamesMontemagno
@@JamesMontemagnoi will try what you say. Thanks for guidance ❤