Quantcast
Channel: PDF tips & tricks
Viewing all articles
Browse latest Browse all 125

XCode iOS simulator data files location

$
0
0
Recently we had the need to explore application files generated using Xamarin version of our Apitron PDF Kit product on iOS simulator device. With upgrading to XCode 6.2 the location of simulators data files was changed and we became curious where the files belonging to iOS simulators (various iPhone and iPad version) are being stored. After a short search the location was found and here are the results.

XCode 5.x iOS Simulator data location (example for iOS 7.1)


~/Library/ApplicationSupport/iPhoneSimulator/7.1

Based on that, applications data can be found at:
~/Library/ApplicationSupport/iPhoneSimulator/7.1/Applications/[UNIQUE APP ID]

XCode 6.x iOS Simulator data location


~/Library/Developer/CoreSimulator/Devices/[unique device id]

Based on that, applications data can be found at:
~/Library/Developer/CoreSimulator/Devices/[unique device id]/data/Containers/Data/Application/[unique app id]

You may use these paths to find the resulting PDF files generated by our iOS sample apps. As an example, samples from Apitron PDF Kitpackage place their results into local app Documents folder.

Viewing all articles
Browse latest Browse all 125

Trending Articles