79570365

Date: 2025-04-12 11:14:40
Score: 1
Natty:
Report link
  1. Go to your package and click "Show in Finder":

    Show in finder

  2. Open it in terminal (type cd and drag your package folder here)

    cd

  3. Do xcodebuild -list to see your package schemes

    ...
        Schemes:
          SnapKit
    
  4. Run tests for your scheme:

    xcodebuild -scheme YOUR_SCHEME test -destination "platform=iOS Simulator,name=iPhone 16 Pro,OS=latest"
    
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kiryl Famin