Open rauluranga opened 12 years ago
Hrm, thats crazy. Do you still get this issue?
@rayh noticed this with Xcoder
and said there was some issue with systems not having the JSON output from that command-line option. He changed Xcoder to use the XML output so this should be more universal for pre-Lion systems.
plutil -convert xml1 -o - PROJECTFILENAME
is the new mojo and should work pre-Lion.
We then use the plush gem to convert it into a hash that just happens to be the same format as using the -o json flag:
https://github.com/rayh/xcoder/blob/master/lib/xcode/parsers/plutil_project_parser.rb
Sent from my iPad
On 25/03/2012, at 9:15 AM, Franklin Webber reply@reply.github.com wrote:
plutil -convert xml1 -o - PROJECTFILENAME
is the new mojo and should work pre-Lion.
Reply to this email directly or view it on GitHub: https://github.com/keithpitt/vendor/issues/9#issuecomment-4677230
Was this issue solved with xcoder 0.1.9?
Hi! i just updated to the latest version of vendor, and when i try to install a new library, it throws me this error
any ideas??