The location of the data container in the iOS Simulator changes every time you start an app. For iOS Simulator Finder to report the current location, you need to save the header file containing the macro RZSimNeedle and include it in your project.

Then you need import that file and add the following line to your UIApplicationDelegate as below:


- (BOOL)application:(UIApplication *)application
  didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    RZSimNeedle();

The macro will create a hidden file of zero size in the document directory so iOS Simulator Finder can find it later