Clang error while compiling in CodeRunner

I used CodeRunner ( http://krillapps.com/coderunner ) for a long time , but recently I can’t compile Objective-C code in it, I think it started from the moment I upgraded to Xcode 5.1. I can still compile and run as usual in Xcode.

When I try to run in CodeRunner, the following error is printed.

clang: error: unknown argument: '-finput-charset=UTF-8' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

I tried to find what this error means, but I cannot find much. Has anyone got any ideas on what this could be?

Thanks in advance.

+4
source share
1 answer
  • Open Settings
  • Click "Edit" script (screenshot frist)
  • : I. II.

enter image description hereenter image description here

+8

Source: https://habr.com/ru/post/1534169/


All Articles