Hi,
I am trying to write some UI Tests in which I want to check something in the shared App Groups container. But when I run
[[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier:@"group.com.zaal.cjournalTestGroup"]
it returns nil.
The target app works perfectly fine, and the "containerURLForSecurityApplicationGroupIdentifier" works there. Do I need to setup something in the UI Testing bundle to get it to work as well? I don't see any place in the project configuration where the UI Testing bundle can get permissions for a shared App Group container. I was assuming it would pick up the settings from the target app and just work.