Why can't I add a child pane plist file into my project's Settings.bundle?

后端 未结 6 1299
眼角桃花
眼角桃花 2021-02-04 06:06

I\'m running Xcode 4.1 and I\'ve been following a tutorial about app settings. Everything has been going great up until I get ready to add a plist for a child pane that I want

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-04 06:36

    I was not able to get the text field to show up under additional .plist page.
    My Fix:

    1. Leave only 1 Child.plist file outside Settings.bundle
    2. Navigate to Root.plist
    3. Right click and select 'Show Ray Keys/Values'
    4. Right click and select 'Add Row'. Add:
      1. Key: File
      2. Type: String
      3. Value: Root

提交回复
热议问题