Open osageu opened 3 years ago
I am having same issue on xCode 13.1. Obfuscation starts but crashes on different stages with message:
App/ObjcSymbols.swift:32: Fatal error: Type attribute missing or in unexpected format for property flowerFastWish zsh: illegal hardware instruction ./MachObfuscator -v /Users/usamakhalid/Desktop/talklive/Payload
were you able to solve this issue?
It's been a long time since I quit my job, I solved this issue by debuging sources. Some variables to Obfuscate are coming strangely after xCode12.5. So I have to move these variables into blackList. There is no answer anywhere. You should debug and debug and debug... sorry..
Hi, I'm not good at English, so please understand.
When I use this MachObfuscator at IPA builded in xcode version 12.5, it is not working.
In case under xcode version 12.4, it is working very well.
It falls to fatal errors at 'ObjcSymbols.swift line 32'.
I tried to fix it, but it didn't work out.
Do you have the same problem as me?