Re: -[NSBundle URLForResource:withExtension:subdirectory] is case-sensitive
Re: -[NSBundle URLForResource:withExtension:subdirectory] is case-sensitive
- Subject: Re: -[NSBundle URLForResource:withExtension:subdirectory] is case-sensitive
- From: Kyle Sluder <email@hidden>
- Date: Sat, 17 Aug 2013 20:23:37 -0400
On Aug 17, 2013, at 7:29 PM, "Stephen J. Butler" <email@hidden> wrote:
> This is a known limitation of the Simulator. On OS X the filesystem is case
> preserving, but not case sensitive. Since the Simulator runs on top of OS X
> it inherits this behavior.
>
> However, on iOS the filesystem is case sensitive. It's been this way since
> the beginning; you just have to watch out for it.
You also need to be aware of this behavior if you're doing iCloud document syncing.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden