David Skrundz
David Skrundz

Reputation: 13347

Unable to remove Settings.bundle

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?

Upvotes: 1

Views: 2181

Answers (1)

Vladimir
Vladimir

Reputation: 170829

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.

Upvotes: 2

Related Questions