truebit / xUnique

merge Xcode project file is so easy
https://fclef.wordpress.com
Other
1.5k stars 118 forks source link

Script run error #23

Closed richarddigifit closed 9 years ago

richarddigifit commented 9 years ago

Hi I get the following error when I try to run your script:

: command not foundk/Desktop/IOS: line 1: ?PNG
/Users/myusername/Desktop/IOS: line 2: : command not found
/Users/myusername/Desktop/IOS: line 6: syntax error near unexpected token `)'
/Users/myusername/Desktop/IOS: line 6: `?@n.?z(7҇`$NOWfPȀe%f?????M]?_???^?^Ս??)
                                                                             ??o?0???RLРxh????f2?Z+???V?M?ݬz??{z\<?e=?\??dĖ?Ue???<?{???????C_+?Is;???*?I[?R9?'?M????
?”?9a'Fǔ?.i$??2SSE???8???'

I think it has something to do with that my project file includes files from directorys that contain a space, for example Im using files from "/Users/myusername/Desktop/IOS Development/...."

truebit commented 9 years ago

When you use a dir with spaces in shell, you should either applying double quotes to the dir or applying backslash before the space char.

Please give it a try.

— Sent from my mobile phone

On Fri, Sep 18, 2015 at 9:18 PM, richarddigifit notifications@github.com wrote:

Hi I get the following error when I try to run your script: : command not foundk/Desktop/IOS: line 1: ?PNG /Users/myusername/Desktop/IOS: line 2: : command not found /Users/myusername/Desktop/IOS: line 6: syntax error near unexpected token )' /Users/myusername/Desktop/IOS: line 6:?@n.?z(7҇`$NOWfPȀe%f?????M]????^?^Ս??) ??o?0???RLРxh????f2?Z+???V?M?ݬz??{z<?e=?\??dĖ?Ue???<?{???????C+?Is;???*?I[?R9?'?M???? ?”?9a'Fǔ?.i$??2SSE???8???'

I think it has something to do with that my project file includes files from directorys that contain a space, for example Im using files from "/Users/myusername/Desktop/IOS Development/...."

Reply to this email directly or view it on GitHub: https://github.com/truebit/xUnique/issues/23

richarddigifit commented 9 years ago

Yea but its something in the zunique script, nothing I can do about that?

truebit commented 9 years ago

please add -v in the command, and paste the whole output here.

— Sent from my mobile phone

On Sat, Sep 19, 2015 at 4:59 PM, richarddigifit notifications@github.com wrote:

Yea but its something in the zunique script, nothing I can do about that?

Reply to this email directly or view it on GitHub: https://github.com/truebit/xUnique/issues/23#issuecomment-141636873

truebit commented 9 years ago

@richarddigifit please add more details for this issue, the infomation you provided is too hard to address the problem.

richarddigifit commented 9 years ago

can't reproduce it anymore, don't know what happened, script runs fine now...