xcode6
iOS 8.0 Beta Unknown UIKit Log
It’s a bug, and it’s a known one, see http://prod.lists.apple.com/archives/xcode-users/2014/Aug/msg00030.html Yea, sorry about that. Its already been removed, no further bugs necessary.
what does the GM mean in xcode release
Xcode 6.0 GM (Golden Master) is the version released before 6.0, and it can be used to build & submit to App Store, which is not possible with other betas. This is necessary because apps should, ideally, be updated before a new iOS is officially released. Waiting for the official new Xcode would be too … Read more
Sane localization workflow using Xcode 6, iOS 8, Storyboards and xliff?
We’ve resorted to connecting every label to an @IBOutlet and setting its translation in viewDidLoad() with NSLocalizedString. You are doing that right. Seriously. Wrap your development process around it and you’ll get way better off than trying to adopt the mess that the Storyboard localization evolved into. It solves pt.4 – you decide what you … Read more