What does “Pause Attempted Capability Data" from an iOS app mean?

This is a pretty dumb situation: I use GHUnit to test the application, and I run those tests outside of the simulator as instructed .

Everything went fine, but now we are in a situation where I get this mysterious message in the console, coinciding with a pause of a few seconds, quite often in my test suite:

Timed out trying to acquire capabilities data.

This is a little discouraging, if only because it only happens on one machine; everything is as smooth as everywhere, I run this test suite. I can fully believe that the hardware is missing or not working on this machine, but does anyone know where to go next in debugging? Google had never heard this phrase before.

+5
source share
1 answer

We found this to be a problem when unit tests run after a reboot.

Although it would be nice to know the reason more fundamentally, we could fix it if the simulator starts when you enter our machine of continuous integration.

+5
source

All Articles