Polidea / ios-class-guard

Simple Objective-C obfuscator for Mach-O executables.
http://www.polidea.com
1.64k stars 240 forks source link

Installation Failure #44

Open zzpaul opened 8 years ago

zzpaul commented 8 years ago

When I run the installation command, I got the following error. Anyone can help?

brew install https://raw.githubusercontent.com/Polidea/homebrew/ios-class-guard/Library/Formula/ios-class-guard.rb

100.0%

==> Downloading https://github.com/Polidea/ios-class-guard/archive/0.6.tar.gz Already downloaded: /Library/Caches/Homebrew/ios-class-guard-0.6.tar.gz ==> xcodebuild -workspace ios-class-guard.xcworkspace -scheme ios-class-guard -configuration Release SYMROOT=build PREFIX=/usr/local/Cellar/ios-class-guard/0.6

The following build commands failed: CompileC DerivedData/ios-class-guard/Build/Intermediates/ios-class-guard.build/Release/MachObjC.build/Objects-normal/x86_64/CDLCSegment.o Source/CDLCSegment.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

jiang-yi-siphty commented 8 years ago

YES! I got the same problem.

.....ehazpozeznsh/Build/Intermediates/ios-class-guard.build/Release/MachObjC.build/Objects-normal/x86_64/CDClassFrameworkVisitor.o

\ BUILD FAILED **

The following build commands failed: CompileC /Users/Digiflex/Library/Developer/Xcode/DerivedData/ios-class-guard-gpbevdqqqabvmogsehazpozeznsh/Build/Intermediates/ios-class-guard.build/Release/MachObjC.build/Objects-normal/x86_64/CDLCSegment.o Source/CDLCSegment.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

READ THIS: https://git.io/brew-troubleshooting

scibas commented 8 years ago

Hi guys, We've just release new version (0.8) of iOS-Class-Guard with Xcode 6 and 7 support. There is big chance that this release also resolves your problems.

Let us know about the results.