Skip to content

Is RemafoX.swift required in an Objective-C project? #107

Answered by Jeehut
cyphers asked this question in Help / FAQ
Discussion options

You must be logged in to vote

Hi @cyphers, thank you for taking the time to ask these questions. I'll try to answer them as good as I can:

Can I safely ignore the RemafoX.swift file as we do not use any Swift? We would like to continue to keep all Swift out of our projects.

The RemafoX.swift file is a generated file which allows you to safely access your translations with full auto-completion support and failing builds if you removed a key from your translations and tried to reference it using the generated code. For example, a key "Onboarding.Page1.Title" can be called in Swift code via Loc.Onboarding.Page1.Title.string or (if you have turned on 'Generate Objective-C compatible code' in the 'Generated Code' configu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cyphers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants