I've developed a simple IOS application which Just validate pin/code value and print "is validated" if true, and "is not validated" if false .
what i did then i choosed product->archive the app and got it as "myapp.app" and upload it into my IOS phone, after that I used GDB trying to crack the application as (PoC), but when i try to put breakpoint as the following:
#(gdb) break -[viewController isValidCode]
Function "-[viewController isValidCode]" not defined.
Make breakpoint pending on future shared library load? (y or [n])
What is the reason behind this error ? Is there any preferences that we need to specify before using the app - during the archive step in XCode.
Reading symbols for shared libraries . done
Reading symbols for shared libraries ........... done
Reading symbols for shared libraries + done
*0x3b442eb4 in mach_msg_trap ()*