Skip to content
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

OTA Interface builder issues #33

Open
z1joey opened this issue Sep 7, 2020 · 0 comments
Open

OTA Interface builder issues #33

z1joey opened this issue Sep 7, 2020 · 0 comments

Comments

@z1joey
Copy link

z1joey commented Sep 7, 2020

I followed step by step to create a demo project.

After fire checkForUpdate() in AppDelegate, the log says:

OneSkyOTAPlugin - translations are up-to-date.

However, after initial UIViewController was shown, an error log had said something like this:

OneSkyOTAPlugin - localized string not found for key: 6FW-09-jbE.text, locale: en, falling back to mainBundle

I checked the string identifier and the filename in OneSky, both of them are correct.

I also tried to do it programmatically, it worked perfectly:

someLabel.text = OneSkyOTAPlugin.localizedString(forKey: key, value: "Null", table: nil)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant