CS3714 Software Installation Instructions
IF (you own a compatible Mac laptop) THEN Install Xcode and SF Symbols on your Mac following the instructions given below. ELSE Use the Mac computers in <> Classroom: Torgersen 1010 or <> CS SE Lab: McBryde 116
Xcode is Apple’s Integrated Development Environment (IDE) that developers use to build apps for all Apple computers (platforms):
- iPhone (iOS)
- iPad (iPadOS)
- Apple Watch (watchOS)
- Apple Vision Pro (visionOS)
- Apple TV (tvOS)
- Mac laptop (MacBook) and Mac desktop (iMac, Mac Studio, Mac Pro, Mac mini) (macOS)
You learn the modern Swift Programming Language [Swift.org] under the newest and most advanced SwiftUI framework in this course.
You learn how to effectively use Xcode, Swift Programming Language (released in June 2014), and SwiftUI framework (released in June 2019) under the “Learning by Examples” pedagogy in this course.
- First, make sure that your Mac computer is compatible to run Xcode 16 requiring macOS Sonoma version ≥ 14.5 or Sequoia.
- Open the App Store app on your Mac.
- Search for Xcode.
- Click the download button to download it.
- The Xcode app is downloaded into the Applications folder.
- Drag the Xcode icon and drop it on your Dock for easy access.
- Click Xcode to open it. The following is displayed:
- Select iOS 18.2 and Predictive Code Completion Model
- Click Download & Install.
- Wait until the Simulator is downloaded and installed.
- Wait until the Predictive Code Completion Model is downloaded and installed.
- Select Xcode → About Xcode
- You are ready to use Xcode.