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
Following the manual, I have tried to use obfuscate_project script. All I changed is "General build options". Script passes clean and build stage with success, but fails on obfuscation itself.
So ios-class-guard fails with following output:
2015-09-18 17:02:00.614 ios-class-guard[68503:1570876] Error: Cannot find offset for address 0x5000000001004dca in stringAtAddress:
Can someone tell why this error may occur and how I can fix it? Thanks in advance.
UPDATE: By exclusion I determined that problem lays in some swift classes, i.e. when I exclude them from project obfuscation works like a charm. Looks like ios-class-guard cannot simply process it. Maybe I can somehow "tell" ios-class-guard to pass swift code and work only with objC? Or any way to avoid this behaviour. It is not a big deal if I cannot obfuscate swift code.
I appreciate any advice.
The text was updated successfully, but these errors were encountered:
Following the manual, I have tried to use obfuscate_project script. All I changed is "General build options". Script passes clean and build stage with success, but fails on obfuscation itself.
So ios-class-guard fails with following output:
Can someone tell why this error may occur and how I can fix it? Thanks in advance.
UPDATE: By exclusion I determined that problem lays in some swift classes, i.e. when I exclude them from project obfuscation works like a charm. Looks like ios-class-guard cannot simply process it. Maybe I can somehow "tell" ios-class-guard to pass swift code and work only with objC? Or any way to avoid this behaviour. It is not a big deal if I cannot obfuscate swift code.
I appreciate any advice.
The text was updated successfully, but these errors were encountered: