xcunsign
xcunsign copied to clipboard
xcunsign 8.2.1 error
Just trying to install and get it unsigned so I can use code injection, but I'm stuck here. I'm just updated to Sierra. This is my first time trying it. Finally have a breathing moment to put in some dev tools.
$ xcunsign 8.2.1
(standard_in) 1: parse error
/Development/devops_tools/xcunsign/xcunsign: line 9: [: -eq: unary operator expected
/Development/devops_tools/xcunsign/lib/helpers.sh: line 23: [: too many arguments
Unable to find an Xcode version matching: 8.2.1
Installed versions:
/Applications/Xcode*: could not find /Applications/Xcode*.
@ankitkapasi I haven't had a chance to try it yet, but there is a standalone version of injection which has just been released as a beta (http://johnholdsworth.com/injection.html), and should be functional without needing to mess with unsigning Xcode. I'd recommend starting with trying that... as it sounds like a much cleaner solution than my workaround in the scripts here. I'd love to hear how that works for you.
Thanks @johntmcintosh. I will give that a try and update my issue later today.