In our case, we found the issue was caused by a resizable image in a UIImageView that was set to tile mode for resizing the center. Luckily for the image being used we could switch to stretch and get the same result, and the exception has gone away. Your results may vary.
If you setup your tests with Test Plans, you can click on the Options button to the right of the test plan name, and you'll now see an Application Data option where you can select a xcappdata file for that test plan
In our case, we found the issue was caused by a resizable image in a UIImageView that was set to tile mode for resizing the center. Luckily for the image being used we could switch to stretch and get the same result, and the exception has gone away. Your results may vary.
If you setup your tests with Test Plans, you can click on the Options button to the right of the test plan name, and you'll now see an Application Data option where you can select a xcappdata file for that test plan