Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error! No Localizable.strings file found for output. #27

Closed
AlainL88 opened this issue Jul 2, 2016 · 1 comment
Closed

Error! No Localizable.strings file found for output. #27

AlainL88 opened this issue Jul 2, 2016 · 1 comment

Comments

@AlainL88
Copy link

AlainL88 commented Jul 2, 2016

Hi,
i cannot make "code" command work.
I tried both from build script and from terminal.

Code from build script gives me no error but code is not working (while interface works properly):

if which bartycrouch > /dev/null; then
bartycrouch interfaces -p "$PROJECT_DIR"
bartycrouch code -p "$PROJECT_DIR" -l "$PROJECT_DIR" -a
else
echo "warning: BartyCrouch not installed, download it from https://github.com/Flinesoft/BartyCrouch"
fi

and from terminal I open a new terminal inside the folder containing my code files and my *.lproj folders and write:
bartycrouch code -p "/" -l "/" -a
here terminal writes

Error! No Localizable.strings file found for output.

The only way to make "code" working is open a new terminal inside one of my *lproj folder and then bartycrouch code -p "../" -l "../" -a

Thank's for Your help

@Jeehut
Copy link
Member

Jeehut commented Jul 2, 2016

Hi @derick182, thank you for your issue report.

I'm closing this as it's a duplicate of #11 – please keep discussions to that issue so we don't have to search all over the place to discuss one topic. I'm also reopening it since people still seem to face this problem. Please see my comments on that thread, they should help you fix this issue.

In the future, please search all issues (also the closed ones) of the project to prevent duplicate issues. Thank you!

@Jeehut Jeehut closed this as completed Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants