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 -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -