You can run the test suite using xcodebuild in the terminal.
Command:
xcodebuild test -scheme VibeCaption -destination 'platform=macOS'This command performs the following:
- Builds the project for the macOS platform.
- Runs the tests defined in the
VibeCaptionTeststarget.
xcodebuild -project VibeCaption.xcodeproj -scheme VibeCaption -configuration Debug build
CODE_SIGNING_ALLOWED=NOExport to json error
xcrun xcresulttool get object --legacy --path /Users/tranmanh/Library/Developer/Xcode/DerivedData/VibeCaption-asamzmnudkqxovgylmlvmretfzuu/Logs/Test/Test-VibeCaption-2026.02.07_19-35-11-+0900.xcresult > test-result1.json