ios-class-guard
ios-class-guard copied to clipboard
Simple Objective-C obfuscator for Mach-O executables.
Hi Team, I tried obsficating the iOS framework using iOS guard.Its not working as symbols.h file is showing no data.Same way there is no values in JSON file also. Note...
👋 it looks like the repo has no new release in the past five years, wonder if it would make sense to create a new one to refresh the downstream...
I need to exclude some some classes and all pods libraries like UISS, StompKit, else... I am trying like this CLASS_GUARD_OPTS="-F 'IG *' -F 'UISS *'", but still iOS class...
Podfile: pod 'QCCommon', :path => '../repo/QCCommon/' fatal error: 'QCCommon.h' file not found #import "QCCommon.h" 😢
additional to it, it is possible to add it during the creation of the ipa of a project created is react native and using fastlane as ipa release generator
In header classes: stdlib.h stdio.h Error name : 1)Expected a version of the form 'major[.minor[.subminor]]' 2)__swift_unavailable After obfuscation I build my project suddenly these above errors occurred. i don't know...
哥们,你真应该把warning那项写到最开头
ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/AFNetworking' ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/ActionSheetPicker-3.0' ld: warning: directory not found for option '-L/x/build/Build/Products/PROD-iphonesimulator/Bolts' ld: warning: directory not found for...
Following the manual, I have tried to use obfuscate_project script. All I changed is "General build options". Script passes clean and build stage with success, but fails on obfuscation itself....
I am using the ios-class-guard for obfuscating my code. However, I am running into an issue where it cannot find the name of scheme that I am providing. I have...