JUCE 5 Projucer compilation error

I’m attempting to compile the latest Projucer code, however I am getting an ‘Expected >’ error on the “if (NSArray<NSHTTPCookie > cookies = [storage cookies])” line of the WebBrowserComponent::clearCookies() function in the juce_mac_WebBrowserComponent.mm file.

I am working on OS X 10.10 (Yosemite), and am aware of this not being an issue on the latest macOS version. Is this is known bug on Yosemite?

Thanks.

I am getting this same build error too. I am also Mac OS X Yosemite 10.10

Is this the same as:

Rail

I’m getting the same issue with El Capitan.

same issue here with Mavericks

This is fixed on the develop branch.

good to know, thanks for pointing it out @t0m