GooglePlus.bundle problem
Closed this issue · 2 comments
On my project, I'm using Google Plus framework, when I try to run agi18n it's giving the error:
"Executing /usr/local/bin/genxibstrings -a -o pt.lproj **/*.{xib,nib,storyboard}
/usr/local/bin/genxibstrings:48:in initialize': No such file or directory @ rb_sysopen - /var/folders/hy/xt0q9kh1247_cvwpkyq352hw0000gn/T/GPPMentionTableViewCell.nib.strings (Errno::ENOENT) from /usr/local/bin/genxibstrings:48:in
open'
from /usr/local/bin/genxibstrings:48:in block (2 levels) in <main>' from /usr/local/bin/genxibstrings:40:in
each'
from /usr/local/bin/genxibstrings:40:in block in <main>' from /usr/local/bin/genxibstrings:39:in
each'
from /usr/local/bin/genxibstrings:39:in `
"
If I remove the GooglePlus.bundle it's run as expected.
I have resolved the problem on my fork
https://github.com/walterfernandes/AGi18n
I guess the error occurs because ibtools fail when try to open a binary file (GPPMentionTableViewCell.nib is a binary file).
Can you make a pull request?