Hi Tat, Tatsuhiro Nishioka schrieb: > Hi, > > I've been struggling with configuration names on the Xcode project that comes > with OSG. > The problem I have is that it causes "no such cnfiguration" errors when I use > xcodebuild > from a helper shell script because the configuration names contains white > spaces (like Deployment 32bit Carbon.) > I've tried -configuration="Development 32bit Carbon" and > -configuration=Development\ 32bit\ Carbon but no clue.
this works for me (xcode 3.1.x): xcodebuild -target AllStandardTargets -configuration "Deployment 32bit Carbon" But we can adjust the configuration names if the above does not work for you. cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

