闲来无事解压了一个ipa的包 然后 竟然里面有个文件夹 里面是完整的源码 。这种情况是怎么导致的。
ipa ios objective-c
.h .m 文件应该不会被打到程序包里面的。你可以这样查看文件会不会被打包进 ipa 里
.h
.m
ipa
选中文件-->选择右边的文件属性-->查看 Target Membership 下,打包目标有没有被勾选上。我的Xcode版本是最新的 .h 文件不能被选上, .m 文件默认是会被选上的,但是 Identity and Tyep --> Type 决定了它只会被编译,不会被当作资源打包到 ipa 里。
Target Membership
Identity and Tyep
Type
你8.3以上不越狱,连资源都看不到了……
应该是资源里面就有源码,要不然不可能会有。
tableview cellForRowAtIndexPath不被执行
didSelectRowAtIndexPath里push时的空白怎么解决?
UILabel的attributedText属性设置了CTRunDelegate占位,但是不起作用呢
IOS 开发如何把这个网址GET到服务器中?并返回出成功结果
ios应用在app stroe上的排名问题
ios7下uisearchbar会消失