You don't mention where all this stuff goes... I guessed and put the majority of it inside the applicationDidFinishLaunching in AppDelegate.m
I have errors like:
RTLD_GLOBAL' undeclared
implicit declaration of function 'dlsym
implicit declaration of function 'dlclose
Unused variable 'aString
nested functions are disabled, use fnested-functions to re-enable
dlinfo' undeclared
Invalid use of undefined type 'struct mach_header'
Dereferencing pointer to incompatible type
'UIApplication' may not respond to '-terminate'
'UIApplication' may not respond to '-terminateWithSuccess'
'UIWebView' may not respond to '-alloc'
'UIWindow' may not respond to '-alloc'
'UIView' may not respond to '-alloc'
'UILabel' may not respond to '-alloc'
'UITextField' may not respond to '-alloc'
'UIImageView' may not respond to '-alloc'
'UIImage' may not respond to '-alloc'
'UISwitch' may not respond to '-alloc'
'UISegmentedControl' may not respond to '-alloc'
'UITabBar' may not respond to '-alloc'
You guys knew where to put it, I obviously have no idea... can you just perhaps say? please, my apps are simple but still I don't want to get hacked.
Bennis.
|