0
votes
Do I have to learn Objective-C for professional Mac Development?
If you try hard enough, you can go about producing software without using Objective-C that has the potential to be great except for the fact that at the end of the day it won't be very good. You w …
2
votes
Relative Paths Not Working in Xcode C++
My guess is the type of app you're building is a one-off executable rather than being an executable app-bundle. On OS X and Unixes in general, resources are loaded from the absolute root of the dr …
