I have just updated to XCode 4.4 and now get this linker-error:
Undefined symbols for architecture armv7:
"_objc_copyCppObjectAtomic", referenced from:
-[CLASSNAME box2DBodiesList] in CLASSFILENAME.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Whereas: @property (readonly) std::vector box2DBodiesList;
This is an iOS-app.
Any clue?