Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double obfuscation detected. This will result in an unobfuscated binary. Please see the documentation for details. #38

Open
rahulbalip opened this issue Aug 27, 2022 · 0 comments

Comments

@rahulbalip
Copy link

rahulbalip commented Aug 27, 2022

I am using Xcode 13.2.1

I had created one demo project for integrating code obfuscation, but facing above issue.
My app name is : COTest
Screenshot 2022-08-27 at 6 05 01 PM
Screenshot 2022-08-27 at 6 05 12 PM

I performed below steps:-

STEP- 1) ppios-rename --analyze --symbols-map /Users/Justmac/Desktop/TEMP/symbols.map /Users/Justmac/Library/Developer/Xcode/DerivedData/COTest-bsavpegzjpcdskanvimkgayjsktr/Build/Products/Debug-iphonesimulator/COTest.app

After performing this step the symbols.map file had been successfully created in TEMP folder.

STEP 2) ppios-rename --obfuscate-sources --symbols-map /Users/Justmac/Desktop/TEMP/symbols.map.

After this step storyboard outlets & action get renamed(only on storyboard) & generated the symbols.h file & showing error in that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant