Cameras problem with Unity 5.2.1 and Xcode 7.0.1

I just migrate my project to 5.2.1 and xcode 7.0.1 from xcode 5.1.2 and xcode 6.

With new combination, I have many unwanted effect on camera:

  • No rendered at all
  • Wrong View Rect
  • Black screen

No error on log, any idea what could be the main cause?

That’s a bug you can patch easily.
You must have a camera with a clear flags. It can be skybox or plain color,

If your “deppest” camera can’t clear you can just create a Camera on your first loaded scene, make it so it see “Nothing” at depth -100 and add a clear color.

Hope this help