xCode doesn't support refactoring not only Objective-C++ code but also normal Objective-C code which uses Objective-C++ code.
I had to use some tricks to make it workable (somehow hid unsupported code) but it is hard to do the same in a ready project which already use tons of such code.
xCode doesn't support refactoring not only Objective-C++ code but also normal Objective-C code which uses Objective-C++ code. I had to use some tricks to make it workable (somehow hid unsupported code) but it is hard to do the same in a ready project which already use tons of such code.