Posts

Post not yet marked as solved
8 Replies
0 Views
Thank you for the tip. Apparently you no longer need all three versions, but the hover to get the delete button is frustratingly difficult to find.
Post not yet marked as solved
1 Replies
0 Views
I'm seeing the same issue with older versions of iOS in the simulator. iOS 13.1 seems to work, but you need to select that destination (Simulator iDevice, 13.1) for it to work. Applescript seems to have trouble addressing elements inside the simulator in Catalina as well.
Post not yet marked as solved
6 Replies
0 Views
I ran into this and cleaning the Build and DerivedData directories, along with erasing and resetting the simulator solved the problem.
Post not yet marked as solved
6 Replies
0 Views
Following up, we determined that the issue was caused because our app continued to issue new NSURLConnection requests after going into the background and wasn't explicitly making them background tasks. As we didn't need background syncing, putting in code to prevent new requests from going out once the app was in the background eliminated this error.
Post not yet marked as solved
6 Replies
0 Views
I've run into the same issue on iOS12. We're using an older version of AFNetworking, so I suspect it has to do with the way that background connections are being terminated. Have you found a workaround or cause?