IPhone: Change App Bundle Files

in my application, there is an XML file. I want to change this XML with another XMl file with the same name (no Xcode open). so i want to ask if there are any problems when i run this app in iPhone

+2


source to share


1 answer


If you try to change your app bundle, then you unsigned the app and you won't install any more. All modifications to items in your package must happen before Xcode builds and signs it.



Same if your app modifies (or tries to change) your package on iPhone.

+5


source







All Articles