Looks like with the release of the 64-bit update, the release process pulled in an updated version of intest
, which is responsible for identifying and running the test cases. This binary changed its expected arguments to include the root folder of the project. Unfortunately, the IDE is still trying to invoke intest
using the old signature, and therefore failing silently.
I’ve opened a PR with a fix into the OSX IDE repo ( here ) if anybody is curious.