I ran the symbolication process from the command line on the Mac-Terminal and it works fine. I am trying to push the same script on to the UNIX server which fails to run, since its trying to refer the Xcode.app which is not present on to the server. Getting the following error on server :
xcode-select: Error: No Xcode is selected. Use xcode-select -switch /Applications/Xcode.app to select /Applications/Xcode.app, or see the xcode-select manpage (man xcode-select) for further information.
Obvious answer could be that I move the Xcode.app on the unix server, and it will work. But in the production scenarios this is not a viable solution. I want to have a solution that works without refering the Xcode.app. Can someone help.