IOS/Xcode Error : "Unknown type name 'UIVIewComponentPeer' "

I downloaded the latest version from github and tried to compile my project. Works fine on OSX as desktop Application, when I try to compile for IOS xCode gives me a bunch of "Unknow type.." errors all in the juce_iosUIVIewComponentPeer.mm and juce_ios_Windowing.mm files.

I'm not sure if it's something to do with my xcode settings or the newest juce version. Anyone else getting these?

Trying to compile JuceDemo gives me the same errors.

 

Sorry - I accidentally removed a namespace declaration - fixed now!

wow fast! thanks!