I have an old project developed with Xcode 4, I remember how I did xarchive on Xcode, which generated dsym correctly. but in the latest version x 4.3.2, the created xarchive does not have a dsym file. I checked the settings for these parameters
- dwarf with dsym for debugging and release
what else causes the problem, are there any other settings that I have to take care of? please help solve this problem.
note: I choose to archive-debug and not archive the release in the schema. thank.
source
share