Hello i am making an static library for distribution.
I am distributing the .h files and the .a file.
The problem is that if there is a runtime error, the debugger is able to see the content of the .m files. How can i avoid that?
Hello i am making an static library for distribution. I am distributing the .h
Share
Compile it as release mode and strip all the debug symbols.