So, when copying a file or directory (particularly to an external drive) i've noticed there is a huge difference in performance between a sandboxed and non-sandboxed app.
When copying a directory and the app isn't sandboxed, the copy finishes in reasonably fast (like a minute..didn't time it though). When sandboxed, copying is still going on...very slowly, it's been like 20 minutes. Still isn't finished. For what it's worth, when using NSFileManager API to copy I notice big performance hit too when the app is sandboxed (not sure if NSFileManager is just wrapping copyfile anyway).
Anyone know why and if there is a workaround?