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?
@lescarneiroАй бұрын
THANK YOU! Seriously, thank you!
@salvcri3 ай бұрын
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!
@louissherwood52215 күн бұрын
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.
@iamewasАй бұрын
It's amazing. Thank you!
@bradbellomo68962 ай бұрын
Visual Studio lets us view the "Device Log" to show Console.Writeline content. Is there anything similar for VS Code?
@CookieMonsteeerrr10 күн бұрын
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? 😊
@omarnavarro53793 ай бұрын
thanks for the info. i needed! have you have a course on any platform?
@geocoder2 ай бұрын
Hi James, what about debugging? VS Code never breaks on a breakpoint.
@fr3ddyfr3shАй бұрын
it's and known issue, and from my experience, the team doesn't give a 💩
@LorenzoJimenez2 ай бұрын
Cannot load any maui app in the android emulator or ios emulator after updating to MacOS sequoia and xcode
@michael_azzerАй бұрын
Hello James 👋, It is a great video, can you please make a video for add notification service extension to .net maui app for ios
@pshoey4 ай бұрын
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?
@oscar92-t7p4 ай бұрын
Maybe network issue there or you can pair your iOS device again in Xcode and try again
@pshoey4 ай бұрын
@@oscar92-t7p Xcode communicates just fine with my iPhone and iPad - reads the debug symbols etc. no issues there
@ZeeshanAhmad-q8o4 ай бұрын
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
@aweklin4 ай бұрын
If you are using a CollectionView, you can set SelectionMode="None"
@abdullahgaw3 ай бұрын
I followed the steps, it worked when i run the XCode project but the VS Code project still throws an error about code signing
@JamesMontemagno3 ай бұрын
What specific error?
@yakshay3357703 ай бұрын
Hey james gets this error actool error: No simulator runtime version from [] available to use with iphonesimulator SDK version
@JamesMontemagno3 ай бұрын
Seems like your xcode isn't setup correct: forums.developer.apple.com/forums/thread/751135
@luferrr56433 ай бұрын
How to change my location on my iPhone
@afolabiolayemi24884 ай бұрын
What if I don't have Mac machine
@yohanespradono52243 ай бұрын
get one
@tornystark0074 ай бұрын
Google has just released a new emulator featuring iOS simulator-like performance, making it easier to debug MAUI apps. for windows
@oscar92-t7p4 ай бұрын
not sure if you’re referring to the Project IDX, that only runs on the web and doesn’t support MAUI yet
@Mirco-l1k3 ай бұрын
I tried everything but in my devices list my iPhone never appears. any idea how to solve this?
@deanrettig77916 күн бұрын
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.
@JamesMontemagno6 күн бұрын
Yeah, I will try to verbally say out loud where I am clicking in future videos.
@stebberg2 ай бұрын
OMG....
@ZeeshanAhmad-q8o4 ай бұрын
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
@ZeeshanAhmad-q8o4 ай бұрын
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
@JamesMontemagno4 ай бұрын
deselect it when selected by nulling out the selected item. or use a collectionview
@Firstchannel3694 ай бұрын
I am using collections view @@JamesMontemagno
@Firstchannel3694 ай бұрын
@@JamesMontemagnoi will try what you say. Thanks for guidance ❤