iPhone应用程序的带状符号 [英] Strip symbols for iPhone application

查看:92
本文介绍了iPhone应用程序的带状符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Xcode中用于剥离iPhone应用程序符号的设置是什么?

What are the settings in Xcode to strip symbols for an iphone application?

我在Xcode中使用这些设置,但仍在中看到类名及其方法 可执行文件使用二进制文件编辑器.

I use these settings in Xcode but still see classnames and their methods in the executable using a binary file editor.

部署:

1)部署后处理(已选中)

1) Deployment Post processing(checked)

2)复制期间删除调试符号(已选中)

2) Strip Debug Symbols During Copy(checked)

3)条形链接产品(已选中)

3) Strip Linked Product(checked)

4)使用单独的条(已选中)

4) Use Separate Strip(checked)

链接:

5)死代码剥离(已选中)

5) Dead Code Stripping(checked)

GCC 4.0-代码生成

GCC 4.0 - Code Generation

6)生成调试符号(未选中)

6) Generate Debug Symbols(NOT checked)

推荐答案

不能删除Objective-C类和方法的信息-这是执行所必需的.如果您愿意,最好的办法就是进行某种混淆处理.

Objective-C class and method information can't be stripped - it is necessary for execution. Best you can do is come up with some kind of obfuscation, if you want.

这篇关于iPhone应用程序的带状符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆