-
-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse for iOS v1.8.0 breaks localization #16
Comments
Hey @joshblour could you confirm whether you are usIng frameworks or static libraries for your Cocoapods? |
I'm experiencing this as well with 1.8.0. I'm glad I saw this before I needed to start looking for the reason. |
Experiencing the same thing, using static libraries because other vendors not yet support framworks. Please rename the file so it won't collide. |
Experiencing this as well (using static library). Adding the following Run Script Phase, solves the problem : |
I am also having this issue after updating.. |
Hey everyone, The fix is already checked into master and will be available with the next version of the SDK (1.8.1). |
Localization still doesn't work for me though (tested with 1.8.1). The only thing that did work for me until now is what @ghugues suggested by adding a build phase run script |
Hmm... I am actually amazed by this, since I've tested it locally, as well as it should work since there are no more Localizable.strings in Parse pod. I suggest trying cleaning pod cache in your project directory as well as maybe running |
Might be a cache problem indeed. Xcode doesn't remove the previous build in the cache directory when making a new one. The consequence is that new files are added but old files are never removed. |
Aha,
|
After updating from parse v1.7.5.3 to v1.8.0 via cocoapods, my localizations stopped working.
I'm guessing it's because v1.8.0 now has it's own Localizable.strings file, which overrides the one my app was previously using.
Rolling back to v1.7.5.3 and cleaning my build folder restored my localizations.
The text was updated successfully, but these errors were encountered: