What the project path for the Main.strings? I renamed the project and so i18n don't works. I can't build the my application. This Main.strings is generated automatically?
Asked
Active
Viewed 914 times
1 Answers
2
Use identity and type for the selected file in Xcode, and set the file's location there.

Stefan Salatic
- 4,513
- 3
- 22
- 30
-
But the file does not exist. I wanna to create the file and stores in path. – Tiago Barreto Apr 27 '15 at 21:45
-
Why don't you just delete it from your project if you do not have the file? Regular projects do not have that file unless you create it. – Stefan Salatic Apr 27 '15 at 21:48
-
1It is a legacy project. I just need to rename the application and resubmit the apple store but when did it i18n stopped working and now I can no longer run the application . – Tiago Barreto Apr 27 '15 at 21:51
-
1Its necessary to keep the Base.lproj in my project or just to keep the en.lproj? – Tiago Barreto Apr 27 '15 at 21:52
-
I think you need the Base as well. I am not sure though. – Stefan Salatic Apr 27 '15 at 21:54