How to transfer Core Data store from provisioned iPhone to iPhone simulator?
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-06-16T23:30:27Z
Indexed on
2010/06/16
23:32 UTC
Read the original article
Hit count: 159
I have a lot of data stores in my app on my provisioned device, and I want to do additional testing on my computer which is much faster than using the device. What is the best way to transfer the data store into the iPhone simulator so I can access it on the computer?
© Stack Overflow or respective owner