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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -