I am a new iOS developer and developing an app with costumed project which has no typical compile options like debug, release, distribute. So I have to config compile options of xcode by myself. That brought some difficulties to me.
Source codes of this project is very sensitive as the app's rival competitor will be interested in the information of source code. To erase information concerned with source code's information, I need help to config compile options of xode. For example, I can find name of functions by profiling this app with intruments and I have no idea how to erase it even after I have set option to turn off "generate debug symbols" of xcode.
How can I erase overall informations concerned with source code? Any help is appreciated. Thank you.