We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using Xcode 13.2.1
I had created one demo project for integrating code obfuscation, but facing above issue.
![Screenshot 2022-08-27 at 6 05 01 PM](https://user-images.githubusercontent.com/77540528/187030490-e09dd880-6497-4c1e-853b-4ee724b5931f.png)
![Screenshot 2022-08-27 at 6 05 12 PM](https://user-images.githubusercontent.com/77540528/187030491-e165f752-fb09-4ccb-9934-b1d481dfeb3a.png)
My app name is : COTest
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.
The text was updated successfully, but these errors were encountered: