Search Results

1
vote

Manual Core Data schema migration without “document changed” warning?

I haven't run across this particular situation, but I have a few guesses. First, instead of using -removeItemAtPath: and -moveItemAtPath: when you want to switch files, use the FSExchangeObjects() …