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
Hello,
When i set up this system, I have completed all process but when i run my final command on terminal, i got below issue.
COMMAND WHICH I HAVE RUN -
bin/sirius -projectrootpath /Users/admin/Desktop/YatinTest -obfuscatedproject /Users/admin/Desktop/TEST [-namemappingstrategy] [-keepintermediates] [-inplace] [-verbose]
====================================
ISSUNE FACING - -
Could not cast value of type 'Utility.ArgumentParserError' (0x1032616f0) to 'ShellOut.ShellOutError' (0x103219780).
Abort trap: 6
====================================
Here is details -
YatinTest - is my test project which i want to convert.
TEST - is a folder where i want to store encrypted code.
Also From where i can get list.
Please help me out to resolve this issue.
The text was updated successfully, but these errors were encountered:
Use this command:
bin/sirius -projectrootpath /Users/admin/Desktop/YatinTest -obfuscatedproject /Users/admin/Desktop/TEST -namemappingstrategy random -keepintermediates -inplace -verbose
Hello,
When i set up this system, I have completed all process but when i run my final command on terminal, i got below issue.
COMMAND WHICH I HAVE RUN -
bin/sirius -projectrootpath /Users/admin/Desktop/YatinTest -obfuscatedproject /Users/admin/Desktop/TEST [-namemappingstrategy] [-keepintermediates] [-inplace] [-verbose]
====================================
ISSUNE FACING - -
Could not cast value of type 'Utility.ArgumentParserError' (0x1032616f0) to 'ShellOut.ShellOutError' (0x103219780).
Abort trap: 6
====================================
Here is details -
YatinTest - is my test project which i want to convert.
TEST - is a folder where i want to store encrypted code.
Also From where i can get list.
Please help me out to resolve this issue.
The text was updated successfully, but these errors were encountered: