CodeBrew
CodeBrew

Reputation: 7217

Remove preference items in iOS Settings Bundle

This is my first time trying to add a Settings.bundle to my app and my XCode version is 4.5. After I added a new Settings.bundle, I clicked on its Root.plist, and I could see there were already 4 items in Preference Items. However while I can add new Preference items I just cannot remove the existing 4. I also tried removing the Preference Items altogether but when I added it back it came with even more preset items.

Does anybody else encounter this problem?

Upvotes: 0

Views: 2052

Answers (1)

WrightsCS
WrightsCS

Reputation: 50727

You can select the item you want to remove and press DELETE.

You also need to make sure you CLEAN BUILD after doing this since there may be residual files left.

Never heard of or experienced items pending to the old / existing plist.

Upvotes: 1

Related Questions