79666278

Date: 2025-06-15 03:30:28
Score: 1
Natty:
Report link

For Xcode 16.4 use this AppleScript:

tell application "Xcode"
    activate
    
    set targetProject to active workspace document
    build targetProject
    run targetProject
end tell
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Makoto Niijima