Post

Replies

Boosts

Views

Activity

Reply to UI tests on iOS15 is launching but not executing tests
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;)
Feb ’22