I've created a projects for a KEXT using XCode 5.02. Let's say my project name is MyKext. The build folders for debug and release should be MyKext/Build/Debug and MyKext/Build/Release respectively.
I can build and clean the project successfully. However, if I build, the Build folders are nowhere to be found.
I use the default Build Locations settings for the project. So, can someone tell me what I need to do to locate the build folders?
Thanks!