-
When I add new `Run Script` into my project and build it. I get error `'tr' is inaccessible due to 'private' protection level`. I tried to search for this error but doesn't the solution. But when I tr…
-
Currently, the generated code for `performSegue` takes an `AnyObject` `sender`.
```
extension UIViewController {
func performSegue(segue: S, sender: AnyObject? = nil) where S.RawValue == Strin…
-
We like to put a style guide in our in-app debug menu, and it would be nice to be able to auto-generate this using the `allColors` array and showing the color names. But the `name` is currently declar…
-
I get the following error when running the SwiftGen build phase.
> You need to choose EITHER a named template OR a template path. Found name 'swift4' and path ''
My build phase script:
`$PODS…
-
We have image assets that are referenced in code as `Asset.imageName.image`. The list of image assets is generated using [SwiftGen](https://github.com/SwiftGen/SwiftGen) using the following command as…
-
Hey @syky27, I would like to propose changes in app localization.
## Context
Currently the app is only localized to Czech. However, some strings are displayed in English. We should implement separ…
-
_Version: `SwiftGen v5.2.0 (Stencil v0.9.0, StencilSwiftKit v2.3.0, SwiftGenKit v2.1.1)`_
I wasted a good 20 minutes trying to figure out why my build on Travis was failing. Turns out the latest `S…
-
Doesn't it make a sense to ignore stuff that defined in .gitignore automatically as if the user created .gitignore, he is saying "I don't care about those files in source control" and my reasoning is …
-
Sometimes when assigning a Named Color inside the storyboard, Xcode adds a duplicated entry for the same namedColor in the storyboard's xml. This can be easily seen, even without using this tool, just…
-
I installed SwiftGen through CocoaPods and tried to run it from the root of the project but I just get the help text.
SwiftGen version: 5.1.2