Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8.3.2 Clang Error

Tags:

xcode

ios

iphone

I am trying to update one of my project, when I opened it I performed validated settings, but when I try to build it I just face with this error :

Apple Mach-O Linker Error Group : clang: error: linker command failed with exit code 1 (use -v to see invocation)

with no more infos and I am not using cocoapods or any external frameworks. I just searched everywhere and did any possible solution such as :

  • Clean and run
  • Searched for duplicate files
  • Check imported header files
  • Delete xxxTest
  • Checked Build Active architecture
  • Validated Settings
  • Checked missing frameworks
  • Restart mac
  • Changed iOS deployment target
  • Disabled bitcode

and etc...

Is there anything to solve this issue ?!

like image 968
iOS.Lover Avatar asked Jul 03 '17 09:07

iOS.Lover


1 Answers

Right-click the error in the the Issue Navigator. Choose "Reveal in Log" or "Reveal in Project Navigator "and see the actual error message.

like image 165
TheNextman Avatar answered Oct 22 '22 06:10

TheNextman