Remilia Da Costa Faro

Results 13 comments of Remilia Da Costa Faro

It seems to work well

Unfortunately, If you want to localize statics objects in storyboards, you can't use the genstrings.swift file, because this script will search all .localized() and NSLocalizedString (and others function to localize)...

And if you don't find the genstrings.swift file, you can copy [this](https://github.com/marmelroy/Localize-Swift/raw/master/genstrings.swift) to your folder. You can run it with `swift genstrings.swift > Localizable.swift`. It's will work even if you...

Seems to be another solution. I think you can use it for translate storyboards. Good luck!

I wanted to send an app to iTunes Connect, and I received this mail from Apple : > Dear developer, > > We have discovered one or more issues with...

And with 'github "PrideChung/FontAwesomeKit" "master"' ?

If you want to use the latest version of FontAwesomeKit in Cocoapods, you should use `pod 'FontAwesomeKit', git: 'https://github.com/PrideChung/FontAwesomeKit.git'`

watchOS support ?

Try with the 2.2 version (https://cocoapods.org/pods/FontAwesomeKit).

You have to change the Command Line Tools to your current Xcode version in Xcode settings, and recompile framework if necessary.