Polidea / ios-class-guard

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

iOS-class-guard gives error "could not find scheme name in project" #40

Open shradhaagrawalBSL opened 8 years ago

shradhaagrawalBSL commented 8 years ago

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 noticed that as I run the obfuscate_project command, the folder containing the scheme is deleted (I can see it being removed on the terminal). After that, it gives the error that it cannot find the scheme that I have mentioned.

Please help..!! What am I doing wrong?

scibas commented 8 years ago

Please note that one of the first thing iOS Class Guard is doing while executing obfuscate_project script is git reset --hard. Did you commit all your changes before running obfuscate_project?

PedramChegini commented 6 years ago

you must create scheme in xcode this path: Source Control --> Create Git Repositories... after that it created continue command in terminal good luck