Am 07.02.12 18:59, schrieb Alex Olivas: > I'm getting the impression Xcode is going to be a nightmare > for OSG/iOS development. I also wish I could tell what > Xcode was churning away at while the wheel-of-death spins. > Surely there has to be a way to develop for iOS outside of > Xcode. Has anyone successfully done this with, for example, > just cmake and emacs?
you can try xcodebuild (command line) to get your libs compiling. When you have the libs you can start a new xcode project and link against these osg-libs. Xcode 3 is not supported any more as far as i know. XCode 4 is a little better, but you'll need Lion. For getting some information what xcode is doing when you get the wheel of dead, try activity monitor, it has a button analyse which will give you a stack trace. HTH, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

