开发者

iPhone : How to hide code of static library while debug in simultor

开发者 https://www.devze.com 2023-03-17 19:03 出处:网络
I have built a static library which I am using into one application. The static library is built for iPhone device and simulator and created universal library

I have built a static library which I am using into one application. The static library is built for iPhone device and simulator and created universal library

When I used it in application everything works well. I could debug the library from application using line by line debug method in simulator mode.

While debug xcode is showing the code of the library which I want to hide during debug.

Is there any way to do this? Any command 开发者_如何学JAVAor method to remove code from library.

Thanks in advance..


There's a Generate Debug Symbols in Build Settings of that target. You need to set it to NO.

0

精彩评论

暂无评论...
验证码 换一张
取 消