We found workaround!
Two workarounds!
First:
In our case in TheApp has InternalProjectDependency which depends on external dependency that cause deadlock.
We add Environment Variable DYLD_INSERT_LIBRARIES in to test buld scheme with value $(BUILT_PRODUCTS_DIR)/TheApp.app/Frameworks/InternalProjectDependency.framework/InternalProjectDependency
Second:
Just use TestPlans;)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: