Closed korboybeats closed 1 year ago
Probably the issue is all the spaces in the name, try renaming it to Affinity.ipa or something
Probably the issue is all the spaces in the name, try renaming it to Affinity.ipa or something
Ah yeah, I have tried that. I renamed it to AffinityDesigner2.ipa but still got the same error.
Hmm, idk what's up with it then. Is the app in the same directory as patch.sh?
Hmm, idk what's up with it then. Is the app in the same directory as patch.sh?
Yup it is. Another person has actually told me a fix for it. If I do bash patch.sh
, it works.
It was a bug with some shells and string indexing, fixed in the latest version :)
Although Azule seems to be broken... again... so it will have a success message but not work. Patching w/ Esign or using Azule for iOS still works though!
When I try to run
sh patch.sh
on WSL Kali-Linux, I get this error. The workaround is to entersh patch.sh -i [IPA file name]
but is there a way to make it run with justsh patch.sh
?