Run tests
Use the Xcode MCP if available, otherwise fall back to Make.
Xcode MCP (preferred)
- •Run
mcp__xcode__XcodeListWindowsto get thetabIdentifierfor the Popcorn workspace. - •Run
mcp__xcode__RunAllTestswith thetabIdentifier. - •If tests fail, review the output for failure details. Use
mcp__xcode__GetBuildLogwithseverity: "error"if build errors caused the failure.
Fallback
Run make test from the project root.