How to convert LSR to LCR file

How am I able to convert my LSR files to LCR? I'm using the terminal command but keep recieving this error message?


-bash: syntax error near unexpected token `newline'

Accepted Answer

This issue here is that your probably using the < >. Take those out.


However, I am having an issue.


xcrun: error: unable to find utility "\?\?\?-sdk", not a developer tool or in PATH

I get the same error message, anyone know what SDK it is looking for?

I was getting same error and it worked when I removed the --c


xcrun --sdk appletvos layerutil path/to/file.lsr

Ok. You need a little fixing. For example If you want to convert banner.lcr file. you should write code below.


xcrun --sdk appletvos layerutil -c banner.lsr

How to convert LSR to LCR file
 
 
Q