Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding a Settings.bundle to iPhone app

Tags:

ios5

xcode4.2

I am trying to add Settings.bundle to my FIRST iphone app but after adding the bundle file i found out I can't expand the settings file and edit the Roots.plist file according to the instructions. I noticed though that after building the app I can see the application settings in my iPhone settings with some default entries. I'll like to say I am using iOS 5 SDK and xcode 4.2 and am wondering whether that is the cause of the problem and if so how do I go about editing it. I have tried removing the extension to see if it will open as a normal folder but was not successful.

Thanks,

like image 633
falopsy Avatar asked Oct 05 '11 20:10

falopsy


1 Answers

Had the same problem after installing XCode 4.2. I've found a simple fix:

1) Click on the Settings.Bundle file, go over to the utilities window,
and look in the File Inspector.
2) Using the drop-down, change the file type to 'Application Bundle'

Good luck!

like image 131
xCoder Avatar answered Sep 20 '22 04:09

xCoder