Is it possible to run UI tests on a device? I'm trying to do this right now, but it keeps complaining about code signing issues. My tests run fine in the simulator, but if I can run an app, I get this message:
None of the valid provisioning profiles allowed the specified entitlements: com.apple.developer.ubiquity-kvstore-identifier, keychain-access-groups, com.apple.developer.icloud-container-identifiers, com.apple.developer.icloud-services, com.apple.security.application-groups, com.apple.developer.ubiquity-container-identifiers.
As far as I can tell, there isn't any way to specify these entitlements in the UI Test target, since there is no "Capabilities" tab there, and there is no way to speciy an app ID that we can create new provisioning profiles against.
Any ideas how I should go about this? Really need to run some tests on device; the simulator isn't good enough for rmy tests.