Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mihalski's avatar
mihalski
Honored Guest
13 years ago

Problems building the SDK Xcode project samples

When I try to build this project, neither the OculusWorldDemo.app nor the SensorBoxTest.app get built and I havn't been able to figure out why that is.

Has anyone else encountered this problem? I'm using the latest Xcode (4.6.2) on the latest Mountain Lion (10.8.3).

EDIT: It's worth mentioning that it claims that the build succeeded and gives no errors. Only the library gets built.

2 Replies

  • After building the library you need to choose the Oculus World Demo from the target dropdown on the top left. Then Command+Shift+R to build and run that one. It doesn't build the entire project but rather one target at a time. Hope this helps.
  • Oh wow! Thank you.

    I'm so used to all targets bing built by default that I completely missed it :P