Virginia Tech

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 Installation Instructions

Xcode is Apple’s Integrated Development Environment (IDE) that developers use to build apps for all Apple computers (platforms):

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.

  1. First, make sure that your Mac computer is compatible to run Xcode 26 or higher, which requires macOS Sequoia 15.4 or later.
  2. Using the Safari web browser, go to https://developer.apple.com/download/ and sign in with your Apple ID (Apple account).
  3. Click Applications on the top menu bar.
  4. Download Xcode 26 beta N where N is the latest beta version.
  5. Double click the downloaded file Xcode_26_beta_N.xip to open it.
  6. Move the opened file Xcode-beta.app to the Applications folder.
  7. Trash the downloaded file Xcode_26_beta_N.xip, which is no longer needed.
  8. Drag the Xcode-beta.app icon and drop it on your dock for easy access.
  9. Double click Xcode-beta.app to open it. Click Agree. Enter your Administrator account password to proceed. Your Mac account must have Administrator privileges for Xcode to be able to work.



  10. Select iOS 26.0 and click Download & Install.



  11. Wait until the Simulator is downloaded and installed.



  12. Congratulations! You have successfully installed Xcode.

 

SF Symbols Installation Instructions

    1. Using the Safari web browser, go to https://developer.apple.com/sf-symbols
    2. Pull down the Download menu and select SF Symbols 7 beta
    3. Double click the downloaded file SF-Symbols-7.dmg to start installation.
    4. Double click SF Symbols.pkg



    5. Click Continue and follow the instructions.
    6. Drag the SF Symbols icon in Applications folder and drop it on your Dock for easy access.
    7. “SF Symbols is a library of over 6,900 symbols that are designed to integrate seamlessly with San Francisco, the system font for Apple platforms” [Apple]
    8. You use the SF Symbols icons in your app development.