0

I added Sharekit in ios sdk 5.0. I even turned down the automatic reference counting for every single file present using "fno-objc-arc" I'm getting "LLVM compiler error". I have no idea what exactly the problem is. Could you guys help me out? Below is the source code link

http://www.skytel.mobi/stepheniphone/iphone/newlywed.zip

ERRORS: 1)Apple LLVM compiler 3.0 Error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1

2)UNCategorized Build task failed without generating error messages.

Rayfleck
  • 12,116
  • 8
  • 48
  • 74
kingston
  • 1,553
  • 4
  • 22
  • 42

1 Answers1

0

Did you try setting the debugger to GDB (in Product/Edit Scheme). There seems to be some issues with LLDB and breakpoints, especially if you are breaking on all exceptions.