IOS 6.0, CCFileUtils can not find the full path for the TMX map.

Hi,
I just upgrade the Xcode 4.4.1(simulator ios5.1) to 4.5.2(simulator ios6.0), then I build and run my project as before. But when loading the TMX map, the app crash.
When calling CCFileUtils::sharedFileUtils()->fullPathFromRelativePath(), all files go right, but the TMX map.
The CCFileUtils can not find the full path for the TMX map, so it returns a relative path.That seems strange, because I don’t change anythings.

code spy wrote:

Hi,
I just upgrade the Xcode 4.4.1(simulator ios5.1) to 4.5.2(simulator ios6.0), then I build and run my project as before. But when loading the TMX map, the app crash.
When calling CCFileUtils::sharedFileUtils()->fullPathFromRelativePath(), all files go right, but the TMX map.
The CCFileUtils can not find the full path for the TMX map, so it returns a relative path.That seems strange, because I don’t change anythings.

I got it. The file system of simulator ios6.0 is case sensitive.

Thank you for your sharing.