I have a really weird problem where if I click on a UITextField, any UITextField in my app will crash with this error:
0_CreateCachePathEmbedded(__CFS
This also happened for me and changing the product name fixed it. I had a ∂ character in my Product Name for my debug/dev version of the application which seemed to work fine on iOS 4.3 but not on iOS 5. It is an impossible correlation to figure out that tapping on a random UITextField (not all caused this for example if I changed the UITextField to secure it did not crash) would cause a crash because the Product Name contained a non-standard character.
I hope this helps someone else having this issue as I spent days trying to debug this.