1

There are many other people with a VERY similar problem to this, but I have not seen Unity itself mentioned in anything related to this issue. My Error is:

Summary of Error:

clang: error: linker command failed with exit code 1 (use -v to see invocation) 

Full Error:

ld: could not open bitcode temp file: /Users/Ryan/Library/Developer/Xcode/DerivedData/Unity-iPhone- eovqdsbeqkeftcdnyutjuztsgocg/Build/Intermediates/ArchiveIntermediates/Unity -iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release- iphoneos/Unity-iPhone.build/Objects- normal/armv7/ProductName.bundle.t3Mkr7/1293.bc for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) 

I am using Unity3D for this project and all of the files etc. are made by them, so I do not know really anything about Xcode and how to fix this through Xcode. All help is very appreciated! thank you.

4
  • Try setting bitcode to false in project settings Commented May 7, 2016 at 22:27
  • 1
    Its under "Build Settings" search for "Enable BitCode".Here is a screen shot s3.amazonaws.com/uploads.hipchat.com/546001/3652046/… Commented May 7, 2016 at 22:30
  • You are the best. No joke, that took like 6 hours of attempting to figure out Commented May 8, 2016 at 1:53
  • too late but: no need to rebuild, in xCode select your target, go to build settings > set Enable Bitcode to NO Commented May 8, 2016 at 6:46

1 Answer 1

1

Try setting bitcode to false in project settings

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.