Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple LLVM 6.0 Error

I recently downloaded and installed the XCode6-Beta and I am getting this build error. Steps already taken:

  1. Double checked my prefix header file.
  2. Cleaned project.
  3. Restarted XCode.
  4. Deleted DerivedData like 100 times!

Any thing I may be missing?

Command /Applications/Xcode6-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

EDIT: Temporary Solution.

I removed the 6.0 support which was one of the areas causing problem however, if you need support for earlier versions this will still be an issue.

like image 533
Atif Imran Avatar asked Jun 05 '14 05:06

Atif Imran


1 Answers

Ther is one way!

Select Targets/Build Settings/ Scroll to Apple LLVM 6.0 - Preprocessing

-> ENABLE FOUNDATION ASSERTIONS set it to NO

like image 154
user4059661 Avatar answered Sep 18 '22 07:09

user4059661