Closed zdavatz closed 6 years ago
Hello! This library is few years old and IMO out of maintenance, I can understand if it doesn't build, but it's weird to see the installation order matters. What's the error message you got?
It did not find some github reference for git@github.com:b123400/FGTranslator.git
For me FGTranslator did not install if I did not install all the other pod files first. So first I commented out this line:
pod "FGTranslator", :git => "git@github.com:b123400/FGTranslator.git", :branch => "refactor"
then I did "pod install" and then I commented above line back in. Then everything installed fine.