From: Watson Ladd <[EMAIL PROTECTED]>
When I try to build OSG with Xcode using Dwarf dSYM files for debugging and with the Deployment target I get the following error: No Debug Map or DWARF data was found to link. What did I do wrong? It builds correctly with the default Xcode configuration but is quite large.
I'm still learning DWARF myself, but I do know that, at least on my side, DWARF dSYM files work with the Development target (if you enable them). My guess is that one of the settings in the Deployment target is conflicting with DWARF. (I suspect we might be stripping debug symbols which might be causing the breakage.) You'll want to change these conflicting build flags (or modify the Development target to suit your needs). -Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
