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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -