Context
With iOS8 and extensions Apple introduced the App group containers (more info here).
Problem
We use it through NSFileManager's containerURLForSecurityApplicationGroupIdentifier: method. It works well in production on AppStore (with both iOS8 and iOS7). Problem is since our team updated to Xcode 6.1 (6A1052d), the method returns nil on Simulators.
We searched a lot but we didn't manage to find any clues. Even this question or this one are not applicable here.
TLDR: Question
Does NSFileManager's containerURLForSecurityApplicationGroupIdentifier: method works on your simulators? Is there any way to fix that?