A demo project for locale bug with CocoaPods
Steps to reproduce the bug (Xcode 6.1.1):
- Create a Xcode Project
- Set language + region in the scheme
- Run the app and look at
[[NSLocale currentLocale] localeIdentifier]
-> Should be the same as language + region in the scheme - Add a
Podfile
with minimum of one Pod and runpod update
- Use the workspace
- Run the app again -> localeIdentifier is always
en_US
So if CocoaPods is used the scheme language + locale is ignored.