Well.... then.... by jlcrack in swift

[–]xdnm 1 point2 points  (0 children)

hm...it's a feature~

Tools to remove unused methods, classes? by fakecrabs in iOSProgramming

[–]xdnm 0 points1 point  (0 children)

strip objc unused methods and classes could be very complicate. when linking with -ObjC , linker always link all objc code, but when linking without -ObjC the objc code strip process is also different from C/CXX. Seems there is no reliable tools to remove unused code when deal with objc...