0

I have observed two different scenarios in Object Library present in Utilities pane of Xcode 5. Below are screenshot for the same.

First Object Library Second Object Library

The Second Object Library appears apparently in utilities. When to use the Second Object Library? Also, when does this library appears?

Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177

1 Answers1

0

It happend to me lot of times and I think it's just a visual bug. It should be caused by the fact that Xcode is still loading all the elements of the scene. Anyways if it persists you should try this: in the Build Settings, change the "iOS Deployment Target" pulldown to a different SDK, then change it back. After that, you should get iOS objects back.

LS_
  • 6,763
  • 9
  • 52
  • 88