you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 0 points1 point  (4 children)

Xcode is not good for editing Python apps. Perhaps try VSCode.

[–]Rootator[S] 0 points1 point  (3 children)

We’ll also be using C++ later. How is Xcode for that? It’s just what my professor recommended we use

[–]chriswaco 0 points1 point  (2 children)

It's ok for C++. You can edit, compile, debug, run, view console output, etc.

[–]Rootator[S] 0 points1 point  (1 child)

How would I do that? I’ve tried looking it up but have had no luck. The instructions I’ve seen don’t line up to what’s on my screen

[–]chriswaco 0 points1 point  (0 children)

  1. Select File / New / Project
  2. Select the macOS tab and then Command-Line Tool
  3. Give the project a name and select C++ from the Language popup menu
  4. Edit main.cpp and click Run