Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to find utility "bitcode_strip", not a developer tool or in PATH

Tags:

xcode

compile error after update xcode7.1.1

xcrun: error: unable to find utility "bitcode_strip", not a developer tool or in PATH

*** error: Couldn't copy and strip bitcode /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/libswiftCore.dylib to /Users/sungrow/Library/Developer/Xcode/DerivedData/iSolarCloud-dwdjvlyodazrbjayoqquublxncwp/Build/Products/Debug-iphoneos/iSolarCloud.app/Frameworks/libswiftCore.dylib: bitcode_strip failed with exit code 72

like image 520
Derek Avatar asked Nov 13 '15 03:11

Derek


1 Answers

Sometimes the reason isn't building it with bitcode enabled.There may be something wrong with Xcode.You can try:

  1. Clear derived data(Include Product->Clean).
  2. Restart Xcode.

PS:My answer of how to clear derived data:

How to "Delete derived data" in Xcode6?

If it helps, please vote it up.I need enough reputations to post image...

like image 50
hstdt Avatar answered Oct 22 '22 10:10

hstdt