I am trying to use an Veracode-tested iOS application: application security platform. In order for them to scan .IPA, .IPA must contain debugging characters.
To configure the archive assembly and the project / goal used, I specified:
- Creating Debug Symbols: YES
- Debugging debugging characters while copying: NO
- Code Descriptor Removal: NO
- Characters hidden by default: NO
- Ribbon related product: NO
However, Veracode still gives me the following error when sending .IPA:
Primary files compiled without debugging symbols - 1 file
Is there another step that needs to be taken to create debugging symbols, possibly for archiving?
ios xcode veracode
paiego
source share