Yes, should have posted on an iOS site really.
Anyway, for anybody searching:
I managed to sort this today, by using a QSharedPointer, which xcode is much happier with:
@QSharedPointer<fstream> ptr_fsZoomfileMultiple = QSharedPointer<fstream> (new fstream(ss.str(), std::fstream::in | ios::binary));@