"juce audio plugin client RTAS 1.cpp" does not compile

Hi Admins,
Since I updated to Juce 4.2.2, it seems that juce_audio_plugin_client_RTAS_1.cpp does not compile on OSX.

This is the XCode result:
n file included from /Users/---/---/---/JuceLibraryCode/juce_audio_plugin_client_RTAS_1.cpp:9: In file included from ../../../00 SDKs/JUCE/modules/juce_audio_plugin_client/juce_audio_plugin_client_RTAS_1.cpp:25: ../../../00 SDKs/JUCE/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp:49:1: error: unknown type name 'JUCE_DEFINE_WRAPPER_TYPE' JUCE_DEFINE_WRAPPER_TYPE (wrapperType_RTAS); ^ ../../../00 SDKs/JUCE/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp:949:9: error: use of undeclared identifier 'jucePlugInClientCurrentWrapperType_wrapperType_RTAS'; did you mean 'jucePlugInClientCurrentWrapperType'? JUCE_DECLARE_WRAPPER_TYPE (wrapperType_RTAS);

And this is my current configuration:
OSX Yosemite
XCode 6.2

OSX Base SDK 10.7
Arch 32 bits
C++ Language Standard (Use default)
Thank you

I think this is fixed on develop. Can you confirm this?

I think so!

Yesterday I discovered a commit in develop branch that seems to cope with that

(name: Fix RTAS support - SHA: dbf91560)

Hold on this issue until I confirm that, Fabian

Gabriel Solsona