Xcode 15 Tutorial for Beginners (2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ค. 2024
  • Learn how to use Xcode for your first iOS app project in this step by step tutorial! This tutorial will show you where to get Xcode, how to create your first iOS project, what all the files mean, how to use Xcode to code in Swift and build user interfaces and more!
    👋 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. codewithchris.com/plus
    Timestamps:
    00:00 1. Intro
    00:17 2. Where to Download Xcode
    02:20 3. How to Start a New Xcode Project
    07:36 4. The Main Areas of Xcode
    09:40 5. Xcode Project Files and Navigator Area Basics
    18:07 6. Xcode Editor Area Basics
    29:03 7. Xcode Inspector Basics
    34:02 8. Xcode Toolbar Basics
    38:19 9. Using The iOS Simulator
    40:48 10. Installing your App on a Physical Device
    45:00 11. Outro
    I’ve been successfully helping beginners and non-coders learn iOS app development online for over 10 years. We have so many success stories from students and I know we can help you too. Get started with our beginner lessons: cwc.to/start

ความคิดเห็น • 27

  • @CodeWithChris
    @CodeWithChris  5 วันที่ผ่านมา

    👋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. codewithchris.com/plus

  • @gregwatkins5980
    @gregwatkins5980 16 วันที่ผ่านมา +1

    Great tutorial! As an experienced developer new to Xcode, this was very organized and easy-to-follow.

    • @CodeWithChris
      @CodeWithChris  16 วันที่ผ่านมา

      Glad it was helpful! Thanks for watching! - Iñaki

  • @muddyexport5639
    @muddyexport5639 20 วันที่ผ่านมา

    Thanks!

  • @prolinux5099
    @prolinux5099 8 วันที่ผ่านมา

    Thank"s! You're the best! 👍😎

  • @muhammadgholami3863
    @muhammadgholami3863 21 วันที่ผ่านมา +1

    Hi Appriciate for your make amazing course

  • @RenAntony
    @RenAntony 12 วันที่ผ่านมา +1

    Really awesome tutorial... ❤️❤️... So much helpful for beginners to understand the concepts very easily

    • @CodeWithChris
      @CodeWithChris  9 วันที่ผ่านมา

      Glad it was helpful! Thanks for learning with us! - Iñaki

  • @fpst
    @fpst 20 วันที่ผ่านมา

    Hey Chris, I'd love a tutorial about Source Control in Xcode. Thank you for your efforts in teaching.

  • @volimpia
    @volimpia 19 วันที่ผ่านมา

    Thank you so much for this video.

    • @CodeWithChris
      @CodeWithChris  16 วันที่ผ่านมา

      Glad it was helpful! Thanks for watching! - Iñaki

  • @SFAutor
    @SFAutor 21 วันที่ผ่านมา +2

    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.

    • @jw200
      @jw200 21 วันที่ผ่านมา

      I give a hint: search on TH-cam

  • @JosiahWu-wk8qt
    @JosiahWu-wk8qt 6 วันที่ผ่านมา

    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

  • @StephenSams-cm8eq
    @StephenSams-cm8eq 12 วันที่ผ่านมา

    Can this work with other Mac based development besides a IOS app? or do you have a video for general Xcode?

    • @CodeWithChris
      @CodeWithChris  9 วันที่ผ่านมา +1

      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

    • @StephenSams-cm8eq
      @StephenSams-cm8eq 9 วันที่ผ่านมา

      @@CodeWithChris Thank you!

  • @omerbozo4056
    @omerbozo4056 20 วันที่ผ่านมา

    how to download it if i dont have a mac?

  • @soumyadeepghosh4428
    @soumyadeepghosh4428 21 วันที่ผ่านมา +1

    Watching from my windows Laptop 😑

  • @ags2099
    @ags2099 21 วันที่ผ่านมา +3

    Funny how this video came out 1 week after having started ios development

    • @UNBOXxp
      @UNBOXxp 20 วันที่ผ่านมา

      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?

    • @ags2099
      @ags2099 20 วันที่ผ่านมา

      @@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.

    • @ags2099
      @ags2099 20 วันที่ผ่านมา

      @@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

  • @TonyStark-tg6nl
    @TonyStark-tg6nl 19 วันที่ผ่านมา

    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

    • @CodeWithChris
      @CodeWithChris  16 วันที่ผ่านมา

      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