delete bundle file in iOS app -


here problem: trying check contents of app's bundle. writing couple of lines of code like:

nsbundle *mybundle = [nsbundle mainbundle]; nslog(@"%@",mybundle); 

i got path need locate app's bundle. however, when deleted bundle, expecting app give error saying bundle doesn't exist. instead, showed same path again. hy doesn't have impact on program. how work under hoods? new ios, appreciated.

thanks in advance!!!


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -