Tool/software: Code Composer Studio
Issue:
After fresh install, attempting to open CCS results in the application crashing with no dialogs to communicate an error. When using the command line, there error message is "LSOpenURLsWithRole() failed with error -10810 for the file ..."
Solution:
Use "sudo mkdir" to create two directories in your Home directory: ".ti" and "ti". Then use "sudo chown" to assign ownership of those directories to yourself (your system user, as displayed by the command "id").
This stopped the crashing and allowed me to open the application. I believe this is related to a recent security patch that Apple pushed in response to a major vulnerability that was discovered as I previously have had no issues creating directories in my Home directory.