I’m trying to update an app of mine to Xcode 4.2, and now it’s giving me a bunch of errors in stl_vector.h, a library that is part of the built in libraries. Here is a picture of the error:
Any ideas what I’m doing wrong? I can’t figure out how to fix this. I don’t have permission to even edit the function that is throwing errors since it is built in.
A slight guess, since you don’t give us enough information, but if
OBJMaterialetc are Objective-C classes, you can’t pass them by value, i.e. you always work with pointers.