On Jul 19, 2011, at 6:55 PM, Graham Cox wrote: > Because we just got rejected on the App Store for opening a file with > read/write access in a place that's not allowed. I've checked the code that > we're not writing or creating files to these locations - we're not - so the > only other possibility is this.
Try running fs_usage while your app is running, and you’ll be able to see what files it opens and in which modes. (Or there’s probably an Instrument for that now?) That said, I would be very surprised if -initWithContentsOfMappedFile: opened the file writeable. —Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com