outsourcestudio

Results 5 comments of outsourcestudio

> Ohh sorry identifying problemView must be like this > > ``` > for (UIView *subview in [[[UIApplication sharedApplication] delegate] window].subviews) { > if ([subview isKindOfClass:NSClassFromString(@"UITransitionView")]) { > for (UIView...

Hi @JoshSalway I used LibIMobileDevice-Debug project on GitHub as start point. I spent some time to create prototype MacOS app with functionality I need (ready to release). But it was...

@pogopaule recently I worked with Xcode version and got the same error. https://github.com/libimobiledevice/libimobiledevice/issues/1412 I solved it in when increase default timeout from 30 sec to 90 sec. I saw device...

@pogopaule just in source code and build library. I do not know another way right now.

Hello @pogopaule ! Sorry just saw your mention. I replaced 30000 by 90000 twice 1) service.c LIBIMOBILEDEVICE_API service_error_t service_receive(service_client_t client, char* data, uint32_t size, uint32_t *received) { return service_receive_with_timeout(client, data,...