👋 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
I've come back to Xcode development after a considerable period away. This gentleman is a superb blend of explaining things and sticking to the important items...instant subscription. Looking forward to more content.
Thanks for a great introduction! I know embedded C++ (and 8086 assembler:-) but now I need to learn SwiftUI so I’ll watch all your videos several times! All help gratefully received!
I really like your toturials and regularly check out your content. Although I know you mostly focus on iOS coding, I wish you would offer macOS tutorials as well. Personally, I want to code apps for authors and the Mac, with menus, save options, manuscript handling, etc., but for the big screen. I'm sure the iOS tutorials will give me a solid basic understanding of Swift, but I suspect I'll need more knowledge for a slightly more complex Mac app. I would devour your macOS videos. If a macOS tutorial series of yours already exists and I've overlooked it, I'd be grateful for a hint.
I have been trying to learn Swift/SwiftUI for macOS and just quickly scanning the video have found this to be useful. Are there more Xcode videos? I need to learn how to build a simple library.
well explain best organized video as a begginer i found this tutorial the best of all so far big respect and thank you very much sir You earn a subscribe
Hi Chris, thanks for the tutorial... when I followed the steps my file didn't look like yours and included a ton of other code. I did notice that the version of Xcode was 15.3 and not 15.2 as yours was at the time of this video... I'm wondering if you know of an easy way for me to get my file to look like yours within 15.3? I'd love to follow along. Thanks again
Hi Chris, really appreciate your efforts and time in getting the rest of us started with this journey. I have a question in regards to Info.plist file. Where is it exactly as I don't see it in the project navigator nor folder named Supporting Files. Need to locate this to change / modify certain permission for the app to run as it involves connecting to site's vLan in order to perform the desired task.
Hi, this can work on Mac-based development as you'll be using Xcode for that too. The only subtle difference is how you create your project. You can either create a project for macOS only, or choose Multiplatform where you have a single codebase that you can share for mac, iOS/iPadOS, watchOS, tvOS, and/or visionOS. The location of the editor, the navigator, the inspector, the debug area, the preview, the toolbar should be the same regardless of which platform you choose to develop for. Happy coding and thanks for watching the video! - Iñaki
For whatevr reason I cannot get the app to run in the same window on the right side like his, Ive been trying for hours, no idea what the problem is. Anyone else having this issue? Xcode wants to run in like a simulator that's outside of the app called Simulator. Ugh.
Hi Will, nope we don’t delete any unless they’re spam or hateful etc I’m not sure what happened to yours.. did it have links? It might’ve gotten flagged as spam? Please try again, thank you for trying to help others!
@@CodeWithChris I don't know why I even thought about that, you guys seem great! I don't think there were links but I recommended people to try pixlr as a free image editor online for the picture resizing. Maybe that's why. Also, thanks for making these free tutorials, this is super helpful!
That’s awesome! I been in school For CS and been debating which language to focus on and what I would LOVE to do. And it’s iOS Dev. How are you learning if you don’t mind me asking?
@@UNBOXxp i watched this dudes 8 something series and then started creating my own clicker game. I started by thinking okay whats the first thing i need to do? A Button to click! So i googled / chatgpt how to do it. And so on.
@@UNBOXxp nice dude. i watched this dudes 8 days of coding series or idk what it was called. then i went on to create my own clicker game. i just started with thinking to myself "ok what do i need to do first - a button to click on" and then i went to google / chatpt and build my first button. I repeated this step for every single thing. Now the little game is done and ready to be published once my apple dev acc gets approved
my project was working fine on xcode 14, but on xcode 15 getting this error - Driver threw unknown argument: '-bvvutkjqcsvcmlfdhxkrjtgqdzeg/Build/Intermediates.noindex/' without emitting errors. tried everything - deleteding derived folder, clean build, so much
👋 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
I've come back to Xcode development after a considerable period away. This gentleman is a superb blend of explaining things and sticking to the important items...instant subscription. Looking forward to more content.
Thanks for watching! I'll be sure to let Chris know :) - Iñaki
I'm a total noob. I understand Swift better after this video than I have ever done before!!
Thanks
Clear and accessible, I’m watching this before bed 😂 very soothing
Best Xcode video for beginners so far! Thanks!
Great tutorial! As an experienced developer new to Xcode, this was very organized and easy-to-follow.
Glad it was helpful! Thanks for watching! - Iñaki
Thanks for a great introduction! I know embedded C++ (and 8086 assembler:-) but now I need to learn SwiftUI so I’ll watch all your videos several times! All help gratefully received!
I really like your toturials and regularly check out your content. Although I know you mostly focus on iOS coding, I wish you would offer macOS tutorials as well. Personally, I want to code apps for authors and the Mac, with menus, save options, manuscript handling, etc., but for the big screen. I'm sure the iOS tutorials will give me a solid basic understanding of Swift, but I suspect I'll need more knowledge for a slightly more complex Mac app. I would devour your macOS videos. If a macOS tutorial series of yours already exists and I've overlooked it, I'd be grateful for a hint.
I give a hint: search on RUclips
Excellent intro tutorial. Just what I was looking for.
I have been trying to learn Swift/SwiftUI for macOS and just quickly scanning the video have found this to be useful. Are there more Xcode videos? I need to learn how to build a simple library.
Very helpful. The pace is good - you get the chance to try things as he works. Lovely clear voice too.
Chris your tutorials are great. They have really helped me, and I appreciate the effort you put into them.
i'm new to xcode swift and thank you for your top class tutorial. i think i'll subscribe and see what more on coding that you do
Hi, my Mac is running Xcode16 I do not know how to works 😢. Can you make a tutorial video for the Xcode 16 please?
well explain best organized video as a begginer i found this tutorial the best of all so far big respect and thank you very much sir You earn a subscribe
amazing. I saw many troturial but never get into it. thanks for your great presentation
Hi Chris, thanks for the tutorial... when I followed the steps my file didn't look like yours and included a ton of other code. I did notice that the version of Xcode was 15.3 and not 15.2 as yours was at the time of this video... I'm wondering if you know of an easy way for me to get my file to look like yours within 15.3? I'd love to follow along. Thanks again
9:34 new to Xcode and I would like to go thru what he explains. Why can’t I see the same in 15.3? The demo shows the Helloworld code. 15.3 does not
Hi Chris, really appreciate your efforts and time in getting the rest of us started with this journey. I have a question in regards to Info.plist file. Where is it exactly as I don't see it in the project navigator nor folder named Supporting Files. Need to locate this to change / modify certain permission for the app to run as it involves connecting to site's vLan in order to perform the desired task.
Really awesome tutorial... ❤️❤️... So much helpful for beginners to understand the concepts very easily
Glad it was helpful! Thanks for learning with us! - Iñaki
How can you install a signup/login on the app? You should do a video on that.
how about live reload when using the physical device?
Hey Chris, I'd love a tutorial about Source Control in Xcode. Thank you for your efforts in teaching.
It was fun-interesting. Great and clear overview. 👍🏼
this dude is amazing. Thank you!
It seems like my attributor inspector doesn't have the Add Modifiers feature. Is there a reason for that?
Really helpful, thank you
I have BigSur the last compatible version is Xcode 13.2.1, will I still be able to use it and put apps on appstore, or it will be a waste of time?
Very good start. Thanks
Thanks for watching! - Iñaki
Very clear.
Thank"s! You're the best! 👍😎
Can this work with other Mac based development besides a IOS app? or do you have a video for general Xcode?
Hi, this can work on Mac-based development as you'll be using Xcode for that too. The only subtle difference is how you create your project. You can either create a project for macOS only, or choose Multiplatform where you have a single codebase that you can share for mac, iOS/iPadOS, watchOS, tvOS, and/or visionOS.
The location of the editor, the navigator, the inspector, the debug area, the preview, the toolbar should be the same regardless of which platform you choose to develop for.
Happy coding and thanks for watching the video! - Iñaki
@@CodeWithChris Thank you!
Recently I installed XCODE 15.3 , I am not able to print textfield text on button action
Excellent!!
Wonderful content 😊 thank you
Great tutorial !
well chris i only have an hp laptop i could not get xcode on it what other coding app can i use
flutter with dart
Thanks for this!
thank you brother help me to understand Xcode
I am in Xcode 16 and I can not find the add modifier button in the inspector
Apple just decided to remove the "add modifiers" as not much use of it ig
@@shashankgupta5687 ok, thanks
Thank you so much for this video.
Glad it was helpful! Thanks for watching! - Iñaki
Thanks!
For whatevr reason I cannot get the app to run in the same window on the right side like his, Ive been trying for hours, no idea what the problem is. Anyone else having this issue? Xcode wants to run in like a simulator that's outside of the app called Simulator. Ugh.
Same.
Hi Appriciate for your make amazing course
how to download it if i dont have a mac?
You can’t
Yeah, you cannot as this Xcode app is strictly only for macOS.
My comment offering advise to others disappeared, maybe an automatic RUclips filter removed it?
Hi Will, nope we don’t delete any unless they’re spam or hateful etc I’m not sure what happened to yours.. did it have links? It might’ve gotten flagged as spam? Please try again, thank you for trying to help others!
@@CodeWithChris I don't know why I even thought about that, you guys seem great! I don't think there were links but I recommended people to try pixlr as a free image editor online for the picture resizing. Maybe that's why. Also, thanks for making these free tutorials, this is super helpful!
so beautiful
Funny how this video came out 1 week after having started ios development
That’s awesome! I been in school
For CS and been debating which language to focus on and what I would LOVE to do. And it’s iOS Dev. How are you learning if you don’t mind me asking?
@@UNBOXxp i watched this dudes 8 something series and then started creating my own clicker game. I started by thinking okay whats the first thing i need to do? A Button to click! So i googled / chatgpt how to do it. And so on.
@@UNBOXxp nice dude. i watched this dudes 8 days of coding series or idk what it was called. then i went on to create my own clicker game. i just started with thinking to myself "ok what do i need to do first - a button to click on" and then i went to google / chatpt and build my first button. I repeated this step for every single thing. Now the little game is done and ready to be published once my apple dev acc gets approved
Am i the only one that downloads Xcode directly from the dev site instead of the App Store? The App Store downloads and installs extremely too slow.
You can also try www.xcodes.app/. I am downloading mine directly from the dev site too, but I prefer the xip (more like a zip) format. - Iñaki
820 White Isle
your videos are to longgggg but great content can make these in 10 min videos ?
Kris Gardens
0403 Erna Inlet
Auer Divide
002 Eino Camp
Harold Loaf
7479 Collier Coves
Enoch Ramp
Koss Island
Lopez Jason Harris Eric Clark Laura
Watching from my windows Laptop 😑
800 Dariana Manors
Nicolette Walk
my project was working fine on xcode 14, but on xcode 15 getting this error -
Driver threw unknown argument: '-bvvutkjqcsvcmlfdhxkrjtgqdzeg/Build/Intermediates.noindex/' without emitting errors.
tried everything - deleteding derived folder, clean build, so much
Unfortunately, we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew - Iñaki
7361 Bartell Passage
8551 Addison Common