Like if I want to create running functional programs that import stuff like AVFoundation and just don’t have the UI/visual side to worry about, is there a way to do that and on iOS/iPhone cuz that’s all I have rn?

  • @best_username_ever
    link
    221 days ago

    swift.org has tutorials for command line applications. Have you tried a simple main function without anything else?

    • @[email protected]OP
      link
      fedilink
      121 days ago

      I haven’t tried anything yet, I kinda just had the thought today that there must be a way to run Swift stuff just for testing and practical purposes.

      Is that like the @main thing in the App.swift section of regular XCode projects?