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:

enter image description here

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:

enter image description here

enter image description here

this correct setting:

enter image description here enter image description here

note: values different above because different project.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -