You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: