Sorry, I'm new to Xcode and not very familiar with it, I use Xcode (command line tool project with external build system) to compile cpp files and automatically execute cpp unix executable files. After the program is compiled (command+R), I set the settings as shown in the screenshot below to automatically execute. Is there any way for me to execute also add additional commands? Such as iconv.
The following line is what I ultimately want to execute. ./myFile argument1 | iconv -f big5
But my Xcode looks like it's executing only ./myFile argument1
really thanks