👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. cwc.to/youtubeoffer
THANKS Chris! I’m a retired programmer and want to write some iPhone and Mac apps. This was by far the best tutorial to get me going. I’ve tried several that didn’t do it for me. Looking forward to watching more of your videos! Thanks again!
It's a Saturday evening and I was thinking what could I start learning and I came across your tutorial. I am 10 minutes in and you explain it so well. It is really for beginners. Also great that you started by explaining even what kind of files get saved. Love that!!!
I've been developing programs for over 20 years but had no knowledge of ios development. This is by far the best tutorial I've seen (and I've been searching for a LONG time). Congrats on the excellent job. Thanks.
First time working in Xcode and this was a great intro into how powerful the IDE is. It's insane how easy they make it to build things. Excited to dive in and start building my first app!
@@CodeWithChris question for you! I started digging and I realized my iPhone is on a later version (16) than my iMac (Big Sur) which runs Xcode 13 rather than 14. This makes it so I can’t test apps on my phone. I would rather not upgrade my OS because it tends to break my audio prod. software, do you feel it’s necessary to test apps on your phone or do you think the simulator is enough??
I’m an Apple tech advisor and I signed up for Codecademy so I could learn Xcode and Swift Language. I’m trying to get motivated as I really want to develop a career, so that’s why I’m here! Thanks for the awesome tutorial!
hey there. I am trying to compile and run but it shows only grey in console after I press command + r. also after I pre command + r for a second an text appears on console saying "waiting to attach" and after only grey.
I watched your 2022 tutorial, but I forgot a lot of stuff. Now I’m back with the 2023 tutorial and Xcode 14.1 fired up on my M1 Mac mini. Thanks Chris!
I'm 30 mins into this video and have learnt more about the layout and functions of XCODE than I have in 4 different UDEMY courses that I've paid for. They just start you coding, and don't explain the fundamentals at all, which isn't really teaching you anything. I'm going to watch your channel now as I think I will actually learn more ! Well done :)
hey there. I am trying to compile and run but it shows only grey in console after I press command + r. also after I pre command + r for a second an text appears on console saying "waiting to attach" and after only grey.
Thank you very much Chris! I just graduated from computer science, and I feel lost. There are so many options and paths. I have narrowed my decision and decided to go with iOS developer career path. Your videos are really helpful!
Really excellent video. Once upon a time I was a C Programmer, now (re) learning to program for iOS with my teen-age son. This was a PERFECT intro to Xcode. Thanks Chris!
I supported app developers at my previous job where I was testing all the software and coming up with new ideas. I was fascinated how they managed to turn these ideas into something that worked so I bought a Mac to try it out but got scared of how difficult it looked. I've returned to wanting to try it for real as I have so many new ideas for apps that just don't seem to be out there so I though, if you can't find what you want.. make it!
Thank you for making and sharing this Xcode 14 '22 tutorial. Your calm voice i.c.m. with onscreen visuals make me wanna start with Xcode again. The UI keeps changing and now I have a recent reference and can start coding again!
Chris, very easy to understand; your pace is consistent. Some other video instructors tend to be boring some point and then at some point with something important fast and you'll have to rewind. Also you explain the context of everything very well. Do you have a video on publish an app once you are happy with what you got. thanks!
Hi @tonyho8363 thanks for taking the time to comment! We have a video on that exact topic, we published it 3 years ago but the steps are still relevant, today here it is: ruclips.net/video/YPLs3xrDcm0/видео.html --Joash
Great tutorial, love xCode. Now I do have one problem. When creating an app for cross platforms meaning I want the users from both iOS and android to be connected, it is probably a bad idea to start programming my app in xCode, because I will need to program the Same app then for android later… is there any good solution programming for both platforms ? And if so how much is it to recommend programming both at once ?
Interacting with apple's dev tools honestly makes me wish I had an android phone. Random authentication errors, an infinitely looping login screen, needing to contact support to rename a personal team registered under a previous name, fun. I haven't even gotten to coding yet.
Fantastic video Chris. I will be back here more often. Glad to subscribe. I had just got onto the former xcode versions and sort of understood storyboards sege etc then found out it all changed again. But for the better I think. So glad i found your channel.
Chris, thank you for making this tutorial available. I don't' speak english very well, but you are so didactic teaching that I can understand everything you say. You explain and teach very well. Thank you again. =)
Got xcode 13.2.1, because I'm on bigsur, now I know this is compatible only up to ios15.2 I think, but I only have ios 15.8 device and I get "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. "Can I force it in anyway with out having to upgrade my mac os for xcode14?
Absolutely fabulous introduction tutorial! Covered everything I wanted to know to get started (including how to get rid of a breakpoint I accidentally set xD) Much appreciated :)
hey i’m trying to use xcode on my macbook m1 2020. for me the simulator doesn’t open in the app as for you, but in a different window. is it just a compatibility thing? i haven’t found any settings solution for it
If I execute print, I want the print output currently in the console to be cleared, and the new print output to appear there. It's annoying to click on the trash can icon every time. I haven't found anything in the settings.
Xcode says my phone needs to enable developer in settings on iPhone, but I don't see any developer toggle or anything in the privacy settings as mentioned
Thank you for this informative intro video. I'm very new to all this. I have an old iphone 4 running 7.1.2. and want to be able to access the log files on it but it doesn't connect to Xcode 14 which I run on Mac OS 12.6.2. Is there a way to add the iPhone 4 or iOS 7.1.2 support files from a previous Xcode version that supports iOS 7.1.2 to do this? I'm not interested in the simulator as much as working on the iPhone 4 device. Thank you.
Chris hi I know it’s a long shot but I’m looking to making an app to keep track of employees time clock ins and outs to be able to run payroll a bit faster but have no idea how to do it could you guide me or what else do I have to learn to be able to make a successful time clock app? Thank you in advance I love your videos and how you explain
Hey thanks Chris can you make a video of how to code in objective c only for SQLite code on Xcode 14? Also can you make a video of how to make a iOS app coding in swift only for a iOS app video?
Great video! I have one question: I have projects on PyCharm made with Kivy, and when I try to move them to Xcode so as to build an app with them, I cannot get the run destinations to show (I am only shown "my Mac" where all the iPhone sims should be. As such, when I hit build, nothing happens and my code is not executed. Could you help me out, please?
I see what you're trying to do. Unfortunately, Kivy is a python framework, and porting that python code over to Xcode doesn't work like how you think it should be. A Swift/SwiftUI developer who knows how to read python code using Kivy might be able to help you. You can also learn Swift and SwiftUI from our RUclips tutorials so you can have an idea how to write and port the code into Swift/SwiftUI yourself. I wish you best of luck! - Iñaki
Awesome video! Quick question! When I add an image from assets, it fills up the whole phone as if there was no border. (Not like your plant picture that is just a small square). How can I fix this? Occurred at minute 22:00 when adding image.
I had this issue too, played around a bit, and figured out the below code makes it look like it should in the video: Image("monstera-deliciosa") .resizable() .aspectRatio(contentMode: .fit) .cornerRadius(20) .padding(.all)
Hello chris ! I am currently working on my senior project and planning to create an healthcare app and I was watching your videos which i love your explaination and Ive been trying to download xcode and I don't know what to do besides using xcode
Fantastic Chris, really very helpful! Would love to have seen this same walkthrough but for a macOS application, however this still served as a fantastic primer to the IDE. Your presentation is excellent, very clear and a good pace, a definite sub from me.
Go to Xcode's setting and you can change the font settings there for everything. (it's in the Fonts and Colors tab) Also, try cmd+ on the keyboard and that should work too @AdrienVillez
Xcode 14 requires macOS Monterey 12.5 or later to be installed. Upon checking, MacBook Air 2017 is still included in the list of devices that can install macOS Monterey. What you can do is to make sure to upgrade your macOS to the latest Monterey, and make sure to have at least 70-100Gb of free space to install Xcode. Xcode will initially take up around 30Gb of memory but it'll grow over time depending on your use. - Pat
Thanks Chris. I went and bought a 2020 MacBook and downloaded XCode 14. I also got WebViewGold but I’m having trouble and not satisfied with their support. Do you have any RUclips or paid training on how to convert your website into an app for publishing in the App Store? Thanks in advance for your help😊
one question I have (not sure if it was mentioned) - lets say I have an archive file already (built by someone else) and i want to make changes to it - is there a way i can open the archived app back into the "Project" phase and will be able to edit some of the identifier fields? (Entity, BundleID, etc.?)
I have a question, I’m trying to add my own image, I have the file saved as a jpeg I drag it over to assets, it adds it with the name, however when I type that into the coding field, my image doesn’t show up. Any reason why an image wouldn’t work?
Apple is building SwiftUI in a way that with the click of a button, an iOS app can become an iPad app and a macOS app! So the future is very more cross platform than it was a few years ago. Learning SwiftUI will give you all the skills needed for all of Apple's platforms. We don't really cover macOS here, but once you know how to make it in iOS, it will be pretty easy to move your code to other platforms. @AdrienVillez
I don' t see this because xcode wants to install some sort of packages for watchOS and tvOS but i am not interested to develop for these hardware ... do you know how to override this install window?
Is there some way to install xcode 14 on macos 12 ?Flutter get os version error when run debug mode on my company's macbook air.I downloaded the xip file and it alert need macos 13+.
I had such a stupid mistake where I didn't have `com` in my organization name and couldn't import any modules. Thank you for helping me to solve this stupid mistake!
hey, just checked your linkedin and saw you went to waterloo. i was really hoping to go to waterloo, i got a 99 overall average in semester 1 this year in grade 12, but currently i have a 93 in calculus and i dont think it's going to go up, im worried now i wont get into waterloo cs (i had a 99 in advanced functions, not sure why im doing worse in calculus), i already got into uoft saint george cs but i really wanted to go to waterloo.
Didn't catch how you "pulled up that location" at 7:47. Probably by the time you see this, I will have stumbled around and found how to do that, but right now I'm completely new to the Mac, and it's not intuitive to me after using MS Windows.
I've been using a virtual machine for some time, what tips can you give me on buying a macbook? because I want one that can support the latest xcode and is enough to submit my app onto apple store
Any mac device that can support the latest macOS Ventura version is enough, but the cheapest that we recommend is either an M1 Mac Mini or M1 Macbook Air - Pat
@@CodeWithChris thanks, does this also mean I'll need to purchase another macbook after probably 4 years because the current one won't support the macOS coming out later on?
👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. cwc.to/youtubeoffer
THANKS Chris!
I’m a retired programmer and want to write some iPhone and Mac apps. This was by far the best tutorial to get me going. I’ve tried several that didn’t do it for me. Looking forward to watching more of your videos! Thanks again!
Great to hear! And thank you for watching! :) - Pat
It's a Saturday evening and I was thinking what could I start learning and I came across your tutorial. I am 10 minutes in and you explain it so well. It is really for beginners. Also great that you started by explaining even what kind of files get saved. Love that!!!
Talk about great timing! We hope you enjoy learning iOS dev with us! :) - Pat
😩true
bu yorumu benim gibi sade ve anlaşılır bir Xcode'a giriş videosu bulamayanlar için yazıyorum. bu video bulabildiğim en iyisi.
thank you Chris
23 minutes into the app and the explanation is how exactly I wanted it! Effective and simple.
Glad it helped! Thanks for watching! - Iñaki
Thanks for putting together such a thoughtfully-produced, highly-detailed, and much-needed tutorial.
I've been developing programs for over 20 years but had no knowledge of ios development. This is by far the best tutorial I've seen (and I've been searching for a LONG time). Congrats on the excellent job. Thanks.
Glad it helped! Thanks for watching! - Iñaki
First time working in Xcode and this was a great intro into how powerful the IDE is. It's insane how easy they make it to build things. Excited to dive in and start building my first app!
Couldn't agree more! And thank you so much for watching! - Pat
@@CodeWithChris question for you! I started digging and I realized my iPhone is on a later version (16) than my iMac (Big Sur) which runs Xcode 13 rather than 14. This makes it so I can’t test apps on my phone.
I would rather not upgrade my OS because it tends to break my audio prod. software, do you feel it’s necessary to test apps on your phone or do you think the simulator is enough??
Thanks Chris, i just started my senior project in mobile development, and this is by far the best tutorial up to date!
Great to hear! Thank you for watching! - Pat
I’m an Apple tech advisor and I signed up for Codecademy so I could learn Xcode and Swift Language. I’m trying to get motivated as I really want to develop a career, so that’s why I’m here! Thanks for the awesome tutorial!
That is awesome! Hope you get the motivation you need! - Pat
hey there. I am trying to compile and run but it shows only grey in console after I press command + r. also after I pre command + r for a second an text appears on console saying "waiting to attach" and after only grey.
I watched your 2022 tutorial, but I forgot a lot of stuff. Now I’m back with the 2023 tutorial and Xcode 14.1 fired up on my M1 Mac mini. Thanks Chris!
Happy to help! Thank you for watching! - Pat
I'm 30 mins into this video and have learnt more about the layout and functions of XCODE than I have in 4 different UDEMY courses that I've paid for. They just start you coding, and don't explain the fundamentals at all, which isn't really teaching you anything. I'm going to watch your channel now as I think I will actually learn more ! Well done :)
Glad it was helpful! Thanks for watching! - Iñaki
i think i lerned more from this tutorial than i learned all year
I bought a macbook pro 14” for swift learning, I was surprised how easy to do front end here 😂. Thank you on this video.
Glad we could help! Thanks for watching! - Pat
hey there. I am trying to compile and run but it shows only grey in console after I press command + r. also after I pre command + r for a second an text appears on console saying "waiting to attach" and after only grey.
You have no idea how helpful you video is. Thank you for putting the time to take this.
You are so welcome! - Pat
First impressions: This is such a professional code environment
Thanks for watching! - Iñaki
Thank you very much Chris!
I just graduated from computer science, and I feel lost. There are so many options and paths.
I have narrowed my decision and decided to go with iOS developer career path.
Your videos are really helpful!
You can do it! And thank you for learning with us! - Pat
is there a way to get this or something just like this on windows?
Hey I am only 11 but I love watching your tutorials!! I am building a soccer app but am having trouble with a few things. Thanks!!
Wow thank you for learning iOS with us! Hope you're enjoying it :) - Pat
It was so great to find a tutorial for the latest version of Xcode! Chris is a great teacher!
Thank you so much for watching! - Pat
You deserve million subs for sure! Thank you for sharing this with us for free!
Wow, thank you for your kind words! :) - Pat
Thx for quick guide. Was coding apps 10 years ago and forgot the most of the stuff.
thank you! that was one of the best tutorials i’ve seen on youtube
You're very welcome! - Pat
Really excellent video. Once upon a time I was a C Programmer, now (re) learning to program for iOS with my teen-age son. This was a PERFECT intro to Xcode. Thanks Chris!
Awesome! Good to start them young! - Pat
Thanks a lot, the better explanation ever on RUclips))
You are welcome! Thank you for watching! :) - Pat
I supported app developers at my previous job where I was testing all the software and coming up with new ideas. I was fascinated how they managed to turn these ideas into something that worked so I bought a Mac to try it out but got scared of how difficult it looked. I've returned to wanting to try it for real as I have so many new ideas for apps that just don't seem to be out there so I though, if you can't find what you want.. make it!
Go try it! You'll never know if you'll never try :) - Pat
First time in Xcode and good sensations..... Thanks.
Hope you're enjoying! - Pat
Thank you for making and sharing this Xcode 14 '22 tutorial. Your calm voice i.c.m. with onscreen visuals make me wanna start with Xcode again. The UI keeps changing and now I have a recent reference and can start coding again!
We are redoing our 'How to Build An App' series with Xcode 14. Video 01 came out today!
@AdrienVillez
@@CodeWithChris Nice! I’m definitely going to check-out that vid!
Incredibly helpful tutorial, especially the mention of the library and the attributes inspector! Will make moving forward a lot easier
Glad it was helpful! - Pat
Chris, very easy to understand; your pace is consistent. Some other video instructors tend to be boring some point and then at some point with something important fast and you'll have to rewind. Also you explain the context of everything very well. Do you have a video on publish an app once you are happy with what you got. thanks!
Hi @tonyho8363 thanks for taking the time to comment! We have a video on that exact topic, we published it 3 years ago but the steps are still relevant, today here it is: ruclips.net/video/YPLs3xrDcm0/видео.html
--Joash
I'm blown away by X-Code.
Time to use it and make some apps!
@AdrienVillez
Great tutorial, love xCode. Now I do have one problem. When creating an app for cross platforms meaning I want the users from both iOS and android to be connected, it is probably a bad idea to start programming my app in xCode, because I will need to program the Same app then for android later… is there any good solution programming for both platforms ? And if so how much is it to recommend programming both at once ?
Gràcies!
What an excellent teacher you are!
Thank you! I'll be sure to let Chris know :) - Iñaki
Interacting with apple's dev tools honestly makes me wish I had an android phone. Random authentication errors, an infinitely looping login screen, needing to contact support to rename a personal team registered under a previous name, fun. I haven't even gotten to coding yet.
By far one of the best guide's there is!
Wow thank you for the kind words! Appreciate it! - Pat
Awesome. It's been 1 and half year I'm using MacBook but neveer use Xcode. I believe, I'm gonna try now. Nice tutorial.
Go for it!! - Pat
Fantastic video Chris. I will be back here more often. Glad to subscribe. I had just got onto the former xcode versions and sort of understood storyboards sege etc then found out it all changed again. But for the better I think. So glad i found your channel.
That's awesome! Glad to have you here learning with us! :) - Pat
Did some iPhone apps with Objective C many years ago. This was a very good summary to get started again. Thanks for sharing 👍🏼
This is a great video. Nice and easy to follow with lots of cool tips.
Great intro to xcode. Thanks 👍
Thanks for this wonderful tutorial
Chris, thank you for making this tutorial available. I don't' speak english very well, but you are so didactic teaching that I can understand everything you say. You explain and teach very well. Thank you again. =)
You're welcome!! And thank you for learning with us! :) - Pat
quite literally the most helpful video ive been able to find. thank you sm!!!
You're so welcome! - Pat
Plz give the link to the beginner series in which you explained about the new files and how to navigate between them
so much thanks from Turkiye ,really really u r amazing, i cant find words to tell how i feel. ty man , ty so much.
No worries! - Pat
very clear and smooth tutorial
Glad to hear that! Thank you for watching! - Pat
may god give you everything you want in life. thank you for this simple and straightforward tutorial. very very helpful!!
Hello! We're glad you found your video valuable! And thank you so much for the appreciation. :)
--Joash
Got xcode 13.2.1, because I'm on bigsur, now I know this is compatible only up to ios15.2 I think, but I only have ios 15.8 device and I get "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. "Can I force it in anyway with out having to upgrade my mac os for xcode14?
Absolutely fabulous introduction tutorial! Covered everything I wanted to know to get started (including how to get rid of a breakpoint I accidentally set xD) Much appreciated :)
Do you have a video on how to install the mac App Store on a computer ? i could not find it among your videos .
Great tutorial! Very well explained!
Glad it was helpful! Thanks for watching! - Iñaki
My codes are going from number 1-67 and it’s saying different things helpppppp this is my second day 😭💔
My content preview shows at the bottom of editor can I switch this?
Your Teaching Videos are very helpful . Thank You Very Much
very very good start...did the whole thing
Awesome! Thank you for learning with us! - Pat
Great video man!
That's a very well-organized tutorial!! Thanks for the vid!
Glad it was helpful! - Pat
hey i’m trying to use xcode on my macbook m1 2020. for me the simulator doesn’t open in the app as for you, but in a different window. is it just a compatibility thing? i haven’t found any settings solution for it
awesome vid! will be buying your course :D
Awesome, thank you! - Pat
If I execute print, I want the print output currently in the console to be cleared, and the new print output to appear there. It's annoying to click on the trash can icon every time. I haven't found anything in the settings.
Fantastic tutorial. Thank you
Xcode says my phone needs to enable developer in settings on iPhone, but I don't see any developer toggle or anything in the privacy settings as mentioned
I love the video but is this just the from end or is this everything and are you writhing in swift or ....also how do you do the back end
Thank you for this informative intro video. I'm very new to all this. I have an old iphone 4 running 7.1.2. and want to be able to access the log files on it but it doesn't connect to Xcode 14 which I run on Mac OS 12.6.2. Is there a way to add the iPhone 4 or iOS 7.1.2 support files from a previous Xcode version that supports iOS 7.1.2 to do this? I'm not interested in the simulator as much as working on the iPhone 4 device. Thank you.
Chris hi I know it’s a long shot but I’m looking to making an app to keep track of employees time clock ins and outs to be able to run payroll a bit faster but have no idea how to do it could you guide me or what else do I have to learn to be able to make a successful time clock app? Thank you in advance I love your videos and how you explain
Hey thanks Chris can you make a video of how to code in objective c only for SQLite code on Xcode 14? Also can you make a video of how to make a iOS app coding in swift only for a iOS app video?
You can send tutorial recommendations here app.productstash.io/codewithchris#/ideas :) - Pat
Really great and cool introduction video. Thank you Chris
You're welcome! Thank you for watching! - Pat
When I bring up the Inspector, my Canvas hides underneath the Editor! How do I make it stay side-by-side?
Great video! I have one question: I have projects on PyCharm made with Kivy, and when I try to move them to Xcode so as to build an app with them, I cannot get the run destinations to show (I am only shown "my Mac" where all the iPhone sims should be. As such, when I hit build, nothing happens and my code is not executed. Could you help me out, please?
I see what you're trying to do. Unfortunately, Kivy is a python framework, and porting that python code over to Xcode doesn't work like how you think it should be.
A Swift/SwiftUI developer who knows how to read python code using Kivy might be able to help you. You can also learn Swift and SwiftUI from our RUclips tutorials so you can have an idea how to write and port the code into Swift/SwiftUI yourself.
I wish you best of luck! - Iñaki
Thanks Chris! Good job!
Awesome video! Quick question! When I add an image from assets, it fills up the whole phone as if there was no border. (Not like your plant picture that is just a small square). How can I fix this? Occurred at minute 22:00 when adding image.
Hi Sam! We suggest posting on our CodeCrew forum so that our tech support staff can help you. Just visit this link codecrew.codewithchris.com - Pat
I had this issue too, played around a bit, and figured out the below code makes it look like it should in the video:
Image("monstera-deliciosa")
.resizable()
.aspectRatio(contentMode: .fit)
.cornerRadius(20)
.padding(.all)
@@colebob9 thank you!
how many gigs of ram do i need for macbook pro m3 for coding?
Hello chris ! I am currently working on my senior project and planning to create an healthcare app and I was watching your videos which i love your explaination and Ive been trying to download xcode and I don't know what to do besides using xcode
Fantastic Chris, really very helpful! Would love to have seen this same walkthrough but for a macOS application, however this still served as a fantastic primer to the IDE. Your presentation is excellent, very clear and a good pace, a definite sub from me.
hey tks for the video. I am having trouble with the photos that i attach in the Asstets. It seems that i do not have the proper PX. Any advice ?
Hi! We suggest posting on our CodeCrew forum so that our tech support staff can help you. Just visit this link codecrew.codewithchris.com - Pat
How do you collapse the vstack you didnt show that bit
Hi, how can I zooming text at xcode. I failed and text is so small but I cant zooming pls help me
Go to Xcode's setting and you can change the font settings there for everything. (it's in the Fonts and Colors tab)
Also, try cmd+ on the keyboard and that should work too
@AdrienVillez
@@CodeWithChris thank you🙏🏻
Thanks for this video! I have a 2017 Mackbook air and Xcode could not be downloaded. Do I have to get a new Mac to get the Xcode download?
Xcode 14 requires macOS Monterey 12.5 or later to be installed. Upon checking, MacBook Air 2017 is still included in the list of devices that can install macOS Monterey.
What you can do is to make sure to upgrade your macOS to the latest Monterey, and make sure to have at least 70-100Gb of free space to install Xcode. Xcode will initially take up around 30Gb of memory but it'll grow over time depending on your use. - Pat
Thanks Chris. I went and bought a 2020 MacBook and downloaded XCode 14. I also got WebViewGold but I’m having trouble and not satisfied with their support. Do you have any RUclips or paid training on how to convert your website into an app for publishing in the App Store? Thanks in advance for your help😊
Amazing! SUPER HELPFUL and easy to understand. Thank you Chris for this tutorials.
You're very welcome! - Pat
one question I have (not sure if it was mentioned) - lets say I have an archive file already (built by someone else) and i want to make changes to it - is there a way i can open the archived app back into the "Project" phase and will be able to edit some of the identifier fields? (Entity, BundleID, etc.?)
Great video, just wanted to know if you could share your keyboard model details :), thanks.
I have a question, I’m trying to add my own image, I have the file saved as a jpeg I drag it over to assets, it adds it with the name, however when I type that into the coding field, my image doesn’t show up. Any reason why an image wouldn’t work?
Is this tutorial also suitable for macOS apps ?
Apple is building SwiftUI in a way that with the click of a button, an iOS app can become an iPad app and a macOS app! So the future is very more cross platform than it was a few years ago. Learning SwiftUI will give you all the skills needed for all of Apple's platforms.
We don't really cover macOS here, but once you know how to make it in iOS, it will be pretty easy to move your code to other platforms.
@AdrienVillez
I don' t see this because xcode wants to install some sort of packages for watchOS and tvOS but i am not interested to develop for these hardware ... do you know how to override this install window?
Is there a video that explicitly creates an iOS game instead of a normal app? What is the difference?
I updated my iPhone to latest iOs but still it says in my xCode it doesnt support. How can I fix it?
I meant when I tried to run a simulator to my iPhone
Awesome video!
Glad you enjoyed it :) - Pat
Is there some way to install xcode 14 on macos 12 ?Flutter get os version error when run debug mode on my company's macbook air.I downloaded the xip file and it alert need macos 13+.
I had such a stupid mistake where I didn't have `com` in my organization name and couldn't import any modules. Thank you for helping me to solve this stupid mistake!
Always happy to help! - Pat
hey, just checked your linkedin and saw you went to waterloo. i was really hoping to go to waterloo, i got a 99 overall average in semester 1 this year in grade 12, but currently i have a 93 in calculus and i dont think it's going to go up, im worried now i wont get into waterloo cs (i had a 99 in advanced functions, not sure why im doing worse in calculus), i already got into uoft saint george cs but i really wanted to go to waterloo.
Didn't catch how you "pulled up that location" at 7:47. Probably by the time you see this, I will have stumbled around and found how to do that, but right now I'm completely new to the Mac, and it's not intuitive to me after using MS Windows.
Hey Jim, you can post on our CodeCrew forum and have our tech support staff help you. Just visit this link codecrew.codewithchris.com - Pat
@@CodeWithChris thanks a lot!
Is it safe to dowload because i did download it and then my mac went all hot on the fan part so there is no such thing as a security breach right ?
Hey, I new to Xcode.
How i can run my whole project?
I only compile one by one of my files
The best tutorial. Thankqq
Great video, thanks for sharing!
Thanks for watching! We hope it was helpful to you to get started with iOS!
@AdrienVillez
@@CodeWithChris yes very much so!
Thanks for the great Xcode tutorial! Your explanations were clear and easy to follow, and I feel more confident using it now. Keep up the good work
No worries! Good luck with your project! - Pat
I've been using a virtual machine for some time, what tips can you give me on buying a macbook? because I want one that can support the latest xcode and is enough to submit my app onto apple store
Any mac device that can support the latest macOS Ventura version is enough, but the cheapest that we recommend is either an M1 Mac Mini or M1 Macbook Air - Pat
@@CodeWithChris thanks, does this also mean I'll need to purchase another macbook after probably 4 years because the current one won't support the macOS coming out later on?
Great video, thank you so much!
Glad you enjoyed it! - Pat