obfuscation - Polidea ios-class-guard is DEAD in XCode 7, replace it or fix it? -


everything great before xcode 7 , ios 9. after upgrade xcode 7.0 , 7.0.1, ios-class-guard keep annoying us. can't install ios-class-guard based on official tutorial. homebrew failed install formula.

the following build commands failed: compilec /users/digiflex/library/developer/xcode/deriveddata/ios-class-guard-afpnixzupjudctebfxyqptpmbgpa/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) 

then, download source code polidea/ios-class-guard. after fixed couple bugs, , compiled it. archived build , export

/usr/bin/ios-class-guard  

when obfuscation, looks ok. when run project in xcode 7, got many errors like:

unexpected '@' in program 

or

missing context method declaration 

after many hours research no conclusion, our question are:

  1. how fix ios-class-guard problem myself, under xcode 7 environment?

  2. is there other open source project provide similar feature, can obfuscate class, method , string?

there new version (0.8) of ios class guard xcode 7 support.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -