ios - Apple LLVM Compiler 4.2 Error exit code 1 -
this has been asked lot of times, can't find solution problem. error get:
clang: error: no input files command /applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang failed exit code 1
screenshot:
i hope can me. using parse sdk. (see: parse.com)
you should check build settings , verify file name , path in gcc_prefix_header
apple llvm compiler 4.2 - language prefix header
this mine. example
gcc_prefix_header = dc wire sizer/supportingfiles/dc wire sizer-prefix.pch
fyi: if select prefix header build setting in xcode , copy line above when set value shouldn't include 'gcc_prefix_header = '
this incorrect:
this correct setting:
note: values different above because different project.
Comments
Post a Comment