google / arc-xcode-test-engine

An Xcode test engine for use with Phabricator's arc command line tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arc unit doesn't work as expected from sub-directories

jverkoey opened this issue · comments

commented
   BROKEN  Xcode test engine
xcodebuild: error: 'example/Catalog.xcworkspace' does not exist.

Likely due to the fact that we're not using absolute paths.

The current solution is to run arc unit from the root of the git repo.

This one hits me pretty regularly as well.