xcode - iOS UITesting Error -


i trying run xcode uitesting on physical device (ipod), getting error :

test target uitests encountered error (early unexpected exit, operation never finished bootstrapping-no restart attempted).

the specific line triggering error :

[[[xcuiapplication alloc] init] launch]; 

i have noticed uitesting app not launch on device, instead on test target app launching, assume issue. ideas on how fix this?

i able fix bug altering build settings, bundle loader. removed build/debug-iphoneos/my_app.app/my_app debug , build/release-iphoneos/my_app.app/my_app. added couple additional compile sources , able uitesting function again.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -