views:

21

answers:

1

My app used to use the Settings.bundle to load settings from the user, but then I changed it to have the settings in the application. I have all the code completed, and it works. The next step is to remove any of the code for the settings.bundle.

I have removed the code, and the settings.bundle itself, but when I compile, I still get the same bundle shows up in the settings app. Did I forget to remove something? or is this some type of glitch?

+1  A: 

Clean your project and rebuild it - during simple build xcode may just update executable in application bundle but don't touch old resources/bundles in it.

Vladimir
Thanks, I finished the app.
NSArray