I've been fighting against OSX SDK, and it simply doesn't work.
First it identifies my java version as lower than 1.6. I have my PATH, JAVA_HOME, and LIBRARY_PATH correctly set and a java -version shows 1.8. ¿?
Then I found that Emulator manager simply didn't start... but when launched from the installed directory, it did work. A simple examination of the app embebded bash script shows that it is just not launching the apropiate executable. Well... no problem... I can build my own bash script to launch it manually.
Then I found that the Eclipse didn't show the tizen new project menus, and even the tizen perspective was missing... I don't know much about eclipse, but I understand again it was just a directory problem... so I uninstalled and reinstalled, but this time using the default directories.
This has NOT solved the problem so I reinstalled on a virtualbox windows virtual machine. This (windows SDK version) works, but the emulator is not able to run on a virtualized environment ;-(
Has anybody been able to run TIZEN SDK 2.4 or above on OSX?